EndpointIdentityExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.