| IRequestInputStream Property  | 
            Gets a stream that exposes the body of post requests.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxStream InputStream { get; }ReadOnly Property InputStream As Stream
	Get
property Stream^ InputStream {
	Stream^ get ();
}abstract InputStream : Stream with get
Property Value
Type: 
Stream
See Also