HttpConnectionOptionHeaderValue.Token Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value of the connection-token in the Connection HTTP header.