Condividi tramite


HttpExpectationHeaderValue.Name Proprietà

Definizione

Ottiene o imposta un token che rappresenta un nome per un comportamento del server usato nell'intestazione Expect HTTP.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Token che rappresenta il nome per un comportamento del server.

Commenti

Un esempio di proprietà Name è una stringa che contiene 100-continue, che repreesnts un comportamento del server che il client potrebbe dipendere.

Si applica a