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
public virtual Nullable<long> ContentLength { get; set; }
public:
property Nullable<long long> ContentLength {
virtual Nullable<long long> get();
virtual void set(Nullable<long long> value);
}
abstract ContentLength : Nullable<int64> with get, set
override ContentLength : Nullable<int64> with get, set
Public Overridable Property ContentLength As Nullable(Of Long)
Property Value
Type: System.Nullable<Int64>
The Content-Length header.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top