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