| StandardResponseOutputStream Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.OutputStream"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream OutputStream { get; }Public ReadOnly Property OutputStream As Stream
Get
public:
virtual property Stream^ OutputStream {
Stream^ get () sealed;
}abstract OutputStream : Stream with get
override OutputStream : Stream with get
Property Value
Type:
StreamImplements
IResponseOutputStream
See Also