TransportClientEndpointBehaviorElement.CopyFrom Method

Definition

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

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 configuration element to copy the contents from.

Applies to