HttpClientConnection.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new connection object that has the exact same state as the one being cloned.
public:
Microsoft::SqlServer::Dts::Runtime::HttpClientConnection ^ Clone();
public Microsoft.SqlServer.Dts.Runtime.HttpClientConnection Clone ();
member this.Clone : unit -> Microsoft.SqlServer.Dts.Runtime.HttpClientConnection
Public Function Clone () As HttpClientConnection
Returns
An HttpClientConnection object.