SecureConversationServiceElement.Copy Method

Definition

Copies the content of the specified configuration element to this configuration element.

public:
 void Copy(System::ServiceModel::Configuration::SecureConversationServiceElement ^ from);
public void Copy (System.ServiceModel.Configuration.SecureConversationServiceElement from);
member this.Copy : System.ServiceModel.Configuration.SecureConversationServiceElement -> unit
Public Sub Copy (from As SecureConversationServiceElement)

Parameters

from
SecureConversationServiceElement

The configuration element to be copied.

Exceptions

from is null or empty.

The configuration file is read-only.

Applies to