HttpConnectionOptionHeaderValue.Token Property

Definition

Gets the value of the connection-token in the Connection HTTP header.

public:
 property Platform::String ^ Token { Platform::String ^ get(); };
winrt::hstring Token();
public string Token { get; }
var string = httpConnectionOptionHeaderValue.token;
Public ReadOnly Property Token As String

Property Value

String

Platform::String

winrt::hstring

The value of the connection-token in the Connection HTTP header.

Applies to