EndpointIdentityExtension 构造函数
定义
初始化 EndpointIdentityExtension 类的新实例。Initializes a new instance of the EndpointIdentityExtension class.
重载
| EndpointIdentityExtension() |
初始化 EndpointIdentityExtension 类的新实例。Initializes a new instance of the EndpointIdentityExtension class. |
| EndpointIdentityExtension(EndpointIdentity) |
使用指定的 EndpointIdentityExtension 初始化 EndpointIdentity 类的新实例。Initializes a new instance of the EndpointIdentityExtension class with the specified EndpointIdentity. |
EndpointIdentityExtension()
初始化 EndpointIdentityExtension 类的新实例。Initializes a new instance of the EndpointIdentityExtension class.
public:
EndpointIdentityExtension();
public EndpointIdentityExtension ();
Public Sub New ()
适用于
EndpointIdentityExtension(EndpointIdentity)
使用指定的 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)
参数
- identity
- EndpointIdentity
终结点标识。The endpoint identity.