ProductInfoHeaderValue クラス

定義

User-Agent ヘッダー内の製品またはコメントのいずれかになる値を表します。

public ref class ProductInfoHeaderValue
public ref class ProductInfoHeaderValue : ICloneable
public class ProductInfoHeaderValue
public class ProductInfoHeaderValue : ICloneable
type ProductInfoHeaderValue = class
type ProductInfoHeaderValue = class
    interface ICloneable
Public Class ProductInfoHeaderValue
Public Class ProductInfoHeaderValue
Implements ICloneable
継承
ProductInfoHeaderValue
実装

注釈

クラスは ProductInfoHeaderValue 、IETF によって RFC 2616 で定義されているUser-Agent ヘッダーで使用される製品トークンとコメント トークンの値をサポートします。

[User-Agent] フィールドには、要求の発信元のユーザー エージェントに関する情報が含まれます。 フィールドには、ユーザー エージェントとサブ製品を識別する複数の製品トークンとコメントを含めることができます。

コンストラクター

ProductInfoHeaderValue(ProductHeaderValue)

ProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

ProductInfoHeaderValue(String)

ProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

ProductInfoHeaderValue(String, String)

ProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

プロパティ

Comment

ProductInfoHeaderValue オブジェクトからコメントを取得します。

Product

ProductInfoHeaderValue オブジェクトから製品を取得します。

メソッド

Equals(Object)

指定した Object が、現在の ProductInfoHeaderValue オブジェクトと等しいかどうかを判断します。

GetHashCode()

ProductInfoHeaderValue オブジェクトのハッシュ関数として機能します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Parse(String)

文字列を ProductInfoHeaderValue インスタンスに変換します。

ToString()

現在の ProductInfoHeaderValue オブジェクトを表す文字列を返します。

TryParse(String, ProductInfoHeaderValue)

文字列が有効な ProductInfoHeaderValue 情報かどうかを判断します。

明示的なインターフェイスの実装

ICloneable.Clone()

現在の ProductInfoHeaderValue インスタンスのコピーである新しいオブジェクトを作成します。

適用対象