HttpClientRequestMessage.EndGetRequestStream(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結束用來寫入資料之 System.IO.Stream 物件的非同步要求。
public override System.IO.Stream EndGetRequestStream(IAsyncResult asyncResult);
override this.EndGetRequestStream : IAsyncResult -> System.IO.Stream
Public Overrides Function EndGetRequestStream (asyncResult As IAsyncResult) As Stream
參數
- asyncResult
- IAsyncResult
資料流的暫止要求。
傳回
要用來寫入要求資料的 System.IO.Stream。