IOwinResponse.ContentLength Property
Gets or sets the Content-Length header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
Nullable<long> ContentLength { get; set; }
property Nullable<long long> ContentLength {
Nullable<long long> get();
void set(Nullable<long long> value);
}
abstract ContentLength : Nullable<int64> with get, set
Property ContentLength As Nullable(Of Long)
Property Value
Type: System.Nullable<Int64>
The Content-Length header.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top