HttpCookieContainerBindingElement クラス

定義

注意事項

This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.

HTTP 要求および応答での HTTP クッキーの処理方法を管理できるようにします。

public ref class HttpCookieContainerBindingElement : System::ServiceModel::Channels::BindingElement
[System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)]
public class HttpCookieContainerBindingElement : System.ServiceModel.Channels.BindingElement
[<System.Obsolete("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", false)>]
type HttpCookieContainerBindingElement = class
    inherit BindingElement
Public Class HttpCookieContainerBindingElement
Inherits BindingElement
継承
HttpCookieContainerBindingElement
属性

コンストラクター

HttpCookieContainerBindingElement()
古い.

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

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)
古い.

指定したバインド要素を使用して、HttpCookieContainerBindingElement クラスの新しいインスタンスを初期化します。

メソッド

BuildChannelFactory<TChannel>(BindingContext)
古い.

チャネルを作成するために使用できるチャネル ファクトリを作成します。

BuildChannelListener<TChannel>(BindingContext)
古い.

指定した種類のチャネルを受け入れるよう、バインディング コンテキストからチャネル リスナーを初期化します。

(継承元 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)
古い.

指定した種類のチャネルに対するチャネル ファクトリをバインド要素が作成できるかどうかを示す値を返します。

(継承元 BindingElement)
CanBuildChannelListener<TChannel>(BindingContext)
古い.

指定した種類のチャネルに対するリスナーをバインド要素が作成できるかどうかを示す値を返します。

(継承元 BindingElement)
Clone()
古い.

現在のバインド要素オブジェクトのコピーを返します。

Equals(Object)
古い.

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

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetProperty<T>(BindingContext)
古い.

バインド スタックの適切な層から、要求のあった型指定されたオブジェクト (ある場合) を返します。

GetType()
古い.

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

(継承元 Object)
MemberwiseClone()
古い.

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

(継承元 Object)
ToString()
古い.

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

(継承元 Object)

適用対象