UseRequestHeadersForMetadataAddressElement.CopyFrom Method

Definition

Copies request header information from the specified ServiceModelExtensionElement to the current UseRequestHeadersForMetadataAddressElement.

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 service model extension element from which to retrieve the request header information.

Applies to