HttpClientConnection.Clone Method

Definition

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.

Applies to