IDataServiceHost.RequestStream Property
Gets the stream that contains the HTTP request body.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property RequestStream As Stream
Get
'Usage
Dim instance As IDataServiceHost
Dim value As Stream
value = instance.RequestStream
Stream RequestStream { get; }
property Stream^ RequestStream {
Stream^ get ();
}
abstract RequestStream : Stream
function get RequestStream () : Stream
Property Value
Type: System.IO.Stream
Stream object that contains the request body.