WebHeaderCollection クラス
要求または応答に関連付けられたプロトコル ヘッダーを格納します。
この型のすべてのメンバの一覧については、WebHeaderCollection メンバ を参照してください。
System.Object
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.NameValueCollection
System.Net.WebHeaderCollection
<Serializable>
<ComVisible(True)>
Public Class WebHeaderCollection Inherits NameValueCollection
[C#]
[Serializable]
[ComVisible(true)]
public class WebHeaderCollection : NameValueCollection
[C++]
[Serializable]
[ComVisible(true)]
public __gc class WebHeaderCollection : public NameValueCollection
[JScript]
public
Serializable
ComVisible(true)
class WebHeaderCollection extends NameValueCollection
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
WebHeaderCollection クラスには、通常 WebRequest.Headers または WebResponse.Headers を使用してアクセスします。一部の共通ヘッダーは制限付きと見なされ、API (Content-Type など) によって直接公開されるか、システムによって保護され、変更できません。
制限付きヘッダーを次に示します。
- Accept
- Connection
- Content-Length
- Content-Type
- Date
- Expect
- Host
- If-Modified-Since
- Range
- Referer
- Transfer-Encoding
- User-Agent
必要条件
名前空間: System.Net
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: System (System.dll 内)