HttpRelayTransportElement.CopyFrom(ServiceModelExtensionElement) Method

Definition

Copies the properties of the specified extension 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 extension element whose properties to copy.

Applies to