HttpConnectionOptionHeaderValue(String) Constructor

Definition

Initializes a new instance of the HttpConnectionOptionHeaderValue class.

public:
 HttpConnectionOptionHeaderValue(Platform::String ^ token);
 HttpConnectionOptionHeaderValue(winrt::hstring const& token);
public HttpConnectionOptionHeaderValue(string token);
function HttpConnectionOptionHeaderValue(token)
Public Sub New (token As String)

Parameters

token
String

Platform::String

winrt::hstring

The value of the connection-token to use.

Applies to