【发布时间】:2018-01-01 16:00:54
【问题描述】:
谁能帮我把这个 curl 命令翻译成 C# https GET 请求?
curl -v -H 'Authorization: Bearer <your_access_key>' https://api.connector.mbed.com/endpoints/
【问题讨论】:
-
到目前为止你有没有尝试过?
-
WebClient是你的朋友。 -
或带有附加标头的 HttpClient。 stackoverflow.com/questions/35907642/…