OwinResponse.ContentLength Property

 

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

IOwinResponse.ContentLength

See Also

OwinResponse Class
Microsoft.Owin Namespace

Return to top