次の方法で共有


IDataServiceHost.RequestStream プロパティ

定義

HTTP 要求本文を含んでいるストリームを取得します。

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

プロパティ値

Stream 要求本文を含んでいるオブジェクト。

適用対象