HttpsTransportElement.CopyFrom(ServiceModelExtensionElement) Method

Definition

Copies the settings from the specified ServiceModelExtensionElement to this configuration element.

public:
 override void CopyFrom(System::ServiceModel::Configuration::ServiceModelExtensionElement ^ from);
public override void CopyFrom (System.ServiceModel.Configuration.ServiceModelExtensionElement from);
override this.CopyFrom : System.ServiceModel.Configuration.ServiceModelExtensionElement -> unit
Public Overrides Sub CopyFrom (from As ServiceModelExtensionElement)

Parameters

from
ServiceModelExtensionElement

The ServiceModelExtensionElement whose settings are to be copied to this configuration element.

Applies to