IdentityElement::InitializeFrom Method (EndpointIdentity^)

 

Initializes this configuration element with the content of the specified object.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void InitializeFrom(
	EndpointIdentity^ identity
)

Parameters

identity
Type: System.ServiceModel::EndpointIdentity^

The endpoint identity.

Exception Condition
ArgumentNullException

identity is null or empty.

.NET Framework
Available since 3.0
Return to top
Show: