Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpCookieContainerBindingElement Class

.NET Framework (current version)
 
Note: This API is now obsolete.

Enables management of how HTTP cookies are handled in HTTP requests and responses.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Channels::BindingElement
    System.ServiceModel.Channels::HttpCookieContainerBindingElement

[ObsoleteAttribute("This type is obsolete. To enable the Http CookieContainer, use the AllowCookies property on the http binding or on the HttpTransportBindingElement.", 
	false)]
public ref class HttpCookieContainerBindingElement : BindingElement

NameDescription
System_CAPS_pubmethodHttpCookieContainerBindingElement()

Obsolete. Initializes a new instance of the HttpCookieContainerBindingElement class.

System_CAPS_protmethodHttpCookieContainerBindingElement(HttpCookieContainerBindingElement^)

Obsolete. Initializes a new instance of the HttpCookieContainerBindingElement class from a specified binding element.

NameDescription
System_CAPS_pubmethodBuildChannelFactory<TChannel>(BindingContext^)

Creates a channel factory that can be used to create a channel.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).)

System_CAPS_pubmethodBuildChannelListener<TChannel>(BindingContext^)

Initializes a channel listener to accept channels of a specified type from the binding context.(Inherited from BindingElement.)

System_CAPS_pubmethodCanBuildChannelFactory<TChannel>(BindingContext^)

Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel.(Inherited from BindingElement.)

System_CAPS_pubmethodCanBuildChannelListener<TChannel>(BindingContext^)

Returns a value that indicates whether the binding element can build a listener for a specific type of channel.(Inherited from BindingElement.)

System_CAPS_pubmethodClone()

Returns a copy of the current binding element object.(Overrides BindingElement::Clone().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetProperty<T>(BindingContext^)

Returns a typed object requested, if present, from the appropriate layer in the binding stack.(Overrides BindingElement::GetProperty<T>(BindingContext^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.5
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft