HttpCookieContainerBindingElement 类

定义

注意

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)
已过时.

从指定的绑定元素初始化 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)

适用于