ProductInfoHeaderValue Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ProductInfoHeaderValue třídy .
Přetížení
ProductInfoHeaderValue(ProductHeaderValue) |
Inicializuje novou instanci ProductInfoHeaderValue třídy . |
ProductInfoHeaderValue(String) |
Inicializuje novou instanci ProductInfoHeaderValue třídy . |
ProductInfoHeaderValue(String, String) |
Inicializuje novou instanci ProductInfoHeaderValue třídy . |
ProductInfoHeaderValue(ProductHeaderValue)
Inicializuje novou instanci ProductInfoHeaderValue třídy .
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)
Parametry
- product
- ProductHeaderValue
Objekt ProductHeaderValue použitý k inicializaci nové instance.
Platí pro
ProductInfoHeaderValue(String)
Inicializuje novou instanci ProductInfoHeaderValue třídy .
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)
Parametry
- comment
- String
Hodnota komentáře.
Platí pro
ProductInfoHeaderValue(String, String)
Inicializuje novou instanci ProductInfoHeaderValue třídy .
public:
ProductInfoHeaderValue(System::String ^ productName, System::String ^ productVersion);
public ProductInfoHeaderValue (string productName, 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)
Parametry
- productName
- String
Hodnota názvu produktu.
- productVersion
- String
Hodnota verze produktu.