HttpCookieContainerBindingElement.Clone Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns a copy of the current binding element object.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Overrides Function Clone As BindingElement
public override BindingElement Clone()
Return Value
Type: System.ServiceModel.Channels.BindingElement
The BindingElement object that is a deep clone of the original.
Remarks
A deep clone of an object creates a copy of the object and a copy of everything directly or indirectly referenced by that object. (This is also called copying the entire object graph.) A shallow clone of an object, by contrast, is a copy of the object only. If the object contains references to other objects, the shallow clone does not create copies of the referred objects; instead, it copies only the references to the original objects.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.