ProductInfoHeaderValue 생성자

정의

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

오버로드

ProductInfoHeaderValue(ProductHeaderValue)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

ProductInfoHeaderValue(String)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

ProductInfoHeaderValue(String, String)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

ProductInfoHeaderValue(ProductHeaderValue)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

product
ProductHeaderValue

새 인스턴스를 초기화하는 데 사용되는 ProductHeaderValue 개체입니다.

적용 대상

ProductInfoHeaderValue(String)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

comment
String

주석 값입니다.

적용 대상

ProductInfoHeaderValue(String, String)

ProductInfoHeaderValue 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

productName
String

제품 이름 값입니다.

productVersion
String

제품 버전 값입니다.

적용 대상