EndpointIdentityExtension Constructors

Definition

Initializes a new instance of the EndpointIdentityExtension class.

Overloads

EndpointIdentityExtension()

Initializes a new instance of the EndpointIdentityExtension class.

EndpointIdentityExtension(EndpointIdentity)

Initializes a new instance of the EndpointIdentityExtension class with the specified EndpointIdentity.

EndpointIdentityExtension()

Initializes a new instance of the EndpointIdentityExtension class.

public:
 EndpointIdentityExtension();
public EndpointIdentityExtension ();
Public Sub New ()

Applies to

EndpointIdentityExtension(EndpointIdentity)

Initializes a new instance of the EndpointIdentityExtension class with the specified EndpointIdentity.

public:
 EndpointIdentityExtension(System::ServiceModel::EndpointIdentity ^ identity);
public EndpointIdentityExtension (System.ServiceModel.EndpointIdentity identity);
new System.ServiceModel.EndpointIdentityExtension : System.ServiceModel.EndpointIdentity -> System.ServiceModel.EndpointIdentityExtension
Public Sub New (identity As EndpointIdentity)

Parameters

identity
EndpointIdentity

The endpoint identity.

Applies to