TransferCodingHeaderValue.Parameters Propriété

Définition

Obtient les paramètres de codage de transfert.

public:
 property System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ Parameters { System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get; }
member this.Parameters : System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue>
Public ReadOnly Property Parameters As ICollection(Of NameValueHeaderValue)

Valeur de propriété

Paramètres de codage de transfert.

S’applique à