RequestBuilder.SendAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定要求方法並開始處理要求。
public:
System::Threading::Tasks::Task<System::Net::Http::HttpResponseMessage ^> ^ SendAsync(System::String ^ method);
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync (string method);
member this.SendAsync : string -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function SendAsync (method As String) As Task(Of HttpResponseMessage)
參數
- method
- String
傳回
結果為 HttpResponseMessage。