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