HttpExpectationHeaderValue.Name 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 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
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.