IOwinResponse.ContentLength Property

Definition

Gets or sets the Content-Length header.

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

Property Value

The Content-Length header.

Applies to