ProductInfoHeaderValue Constructors

Definitie

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

Overloads

Name Description
ProductInfoHeaderValue(ProductHeaderValue)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

ProductInfoHeaderValue(String)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

ProductInfoHeaderValue(String, String)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

ProductInfoHeaderValue(ProductHeaderValue)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

public:
 ProductInfoHeaderValue(System::Net::Http::Headers::ProductHeaderValue ^ product);
public ProductInfoHeaderValue(System.Net.Http.Headers.ProductHeaderValue product);
new System.Net.Http.Headers.ProductInfoHeaderValue : System.Net.Http.Headers.ProductHeaderValue -> System.Net.Http.Headers.ProductInfoHeaderValue
Public Sub New (product As ProductHeaderValue)

Parameters

product
ProductHeaderValue

Een ProductHeaderValue object dat wordt gebruikt om het nieuwe exemplaar te initialiseren.

Van toepassing op

ProductInfoHeaderValue(String)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

public:
 ProductInfoHeaderValue(System::String ^ comment);
public ProductInfoHeaderValue(string comment);
new System.Net.Http.Headers.ProductInfoHeaderValue : string -> System.Net.Http.Headers.ProductInfoHeaderValue
Public Sub New (comment As String)

Parameters

comment
String

Een opmerkingswaarde.

Van toepassing op

ProductInfoHeaderValue(String, String)

Initialiseert een nieuw exemplaar van de ProductInfoHeaderValue klasse.

public:
 ProductInfoHeaderValue(System::String ^ productName, System::String ^ productVersion);
public ProductInfoHeaderValue(string productName, string productVersion);
new System.Net.Http.Headers.ProductInfoHeaderValue : string * string -> System.Net.Http.Headers.ProductInfoHeaderValue
Public Sub New (productName As String, productVersion As String)

Parameters

productName
String

De productnaamwaarde.

productVersion
String

De productversiewaarde.

Van toepassing op