Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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