HttpExpectationHeaderValue.Name Property

Definition

Gets or sets a token that represents a name for a server behavior used in the Expect HTTP header.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = httpExpectationHeaderValue.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

A token that represents the name for a server behavior.

Remarks

An example of a Name property would be a string that contains 100-continue, which repreesnts a server behavior that the client might depend on.

Applies to