RelayedOnewayTransportElement.CopyFrom(ServiceModelExtensionElement) Method

Definition

Copies the settings from the specified configuration element to the current instance.

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 from.

Applies to