| RequestInputStream Property |
Gets the input stream.
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public Stream InputStream { get; }
Public ReadOnly Property InputStream As Stream
Get
Property Value
Type:
StreamThe input stream.
Implements
IRequestInputStreamSee Also