HttpRequestWrapper.InputStream 屬性

定義

取得連入 HTTP 實體主體的內容。

public:
 virtual property System::IO::Stream ^ InputStream { System::IO::Stream ^ get(); };
public override System.IO.Stream InputStream { get; }
member this.InputStream : System.IO.Stream
Public Overrides ReadOnly Property InputStream As Stream

屬性值

Stream

連入 HTTP 內容主體的內容。

適用於