HttpCookieContainerBindingElement Class
Enables management of how HTTP cookies are handled in HTTP requests and responses.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::HttpCookieContainerBindingElement
| Name | Description | |
|---|---|---|
![]() | HttpCookieContainerBindingElement() | Obsolete. Initializes a new instance of the HttpCookieContainerBindingElement class. |
![]() | HttpCookieContainerBindingElement(HttpCookieContainerBindingElement^) | Obsolete. Initializes a new instance of the HttpCookieContainerBindingElement class from a specified binding element. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel>(BindingContext^) | Creates a channel factory that can be used to create a channel.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).) |
![]() | BuildChannelListener<TChannel>(BindingContext^) | Initializes a channel listener to accept channels of a specified type from the binding context.(Inherited from BindingElement.) |
![]() | CanBuildChannelFactory<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.) |
![]() | CanBuildChannelListener<TChannel>(BindingContext^) | Returns a value that indicates whether the binding element can build a listener for a specific type of channel.(Inherited from BindingElement.) |
![]() | Clone() | Returns a copy of the current binding element object.(Overrides BindingElement::Clone().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>(BindingContext^) | Returns a typed object requested, if present, from the appropriate layer in the binding stack.(Overrides BindingElement::GetProperty<T>(BindingContext^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

