HttpCookieContainerBindingElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.
HTTP 要求と応答での HTTP Cookie の処理方法の管理を有効にします。
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 クラスの新しいインスタンスを初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| 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) |