次の方法で共有


HttpRequestHeaderCollection.Cookie プロパティ

定義

HTTP 要求で送信された Cookie HTTP ヘッダーの値を表す HttpCookiePairHeaderValue オブジェクトの HttpCookiePairHeaderValueCollection を取得します。

public:
 property HttpCookiePairHeaderValueCollection ^ Cookie { HttpCookiePairHeaderValueCollection ^ get(); };
HttpCookiePairHeaderValueCollection Cookie();
public HttpCookiePairHeaderValueCollection Cookie { get; }
var httpCookiePairHeaderValueCollection = httpRequestHeaderCollection.cookie;
Public ReadOnly Property Cookie As HttpCookiePairHeaderValueCollection

プロパティ値

Cookie HTTP ヘッダー内の HTTP Cookie を表す HttpCookiePairHeaderValue オブジェクトのコレクション。 空のコレクションは、ヘッダーが存在しないことを意味します。

適用対象

こちらもご覧ください