HttpWriter.OutputStream 屬性

定義

取得 Stream 物件以啟用直接來自 Stream 的 HTTP 輸出。

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

屬性值

類別的實例, Stream 包含要傳送至用戶端的資料。

適用於