次の方法で共有


HttpHeaderValueElement クラス

定義

HTTP ヘッダー値要素を表す クラス。

public sealed class HttpHeaderValueElement
type HttpHeaderValueElement = class
Public NotInheritable Class HttpHeaderValueElement
継承
HttpHeaderValueElement

コンストラクター

HttpHeaderValueElement(String, String, IEnumerable<KeyValuePair<String,String>>)

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

プロパティ

Name

基本設定の名前。

Parameters

ユーザー設定パラメーターのキー値ペアの列挙。

Value

基本設定の値。

メソッド

ToString()

現在 HttpHeaderValueElement の を文字列に変換します。

適用対象