IOwinResponse.Expires Property

Definition

Gets or sets the Expires header.

public DateTimeOffset? Expires { get; set; }
member this.Expires : Nullable<DateTimeOffset> with get, set
Public Property Expires As Nullable(Of DateTimeOffset)

Property Value

The Expires header.

Applies to