IDataServiceHost.RequestStream Propriedade

Definição

Obtém o fluxo que contém o corpo da solicitação HTTP.Gets the stream that contains the HTTP request body.

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

Valor da propriedade

Stream

Stream objeto que contém o corpo da solicitação.Stream object that contains the request body.

Aplica-se a