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 对象。

适用于