| StandardResponseContentLength Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.ContentLength"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ContentLength { get; set; }Public Property ContentLength As Integer
Get
Set
public:
virtual property int ContentLength {
int get () sealed;
void set (int value) sealed;
}abstract ContentLength : int with get, set
override ContentLength : int with get, set
Property Value
Type:
Int32Implements
IResponseContentLength
See Also