TcpTransportBindingElement::Clone Method ()
.NET Framework (current version)
Creates a copy of the current binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.ServiceModel.Channels::BindingElement^Returns a copy of the current binding element.
The following example shows how to create a copy of the current binding element.
BindingElement bElementClone = bElement.Clone();
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: