Share via


OwinResponse.ContentLength Property

Definition

Gets or sets the Content-Length header.

public virtual long? ContentLength { get; set; }
member this.ContentLength : Nullable<int64> with get, set
Public Overridable Property ContentLength As Nullable(Of Long)

Property Value

The Content-Length header.

Implements

Applies to