WSTrustChannelFactory Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса WSTrustChannelFactory.
Перегрузки
WSTrustChannelFactory() |
Инициализирует новый экземпляр класса WSTrustChannelFactory. |
WSTrustChannelFactory(Binding) |
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанной привязкой. |
WSTrustChannelFactory(ServiceEndpoint) |
Инициализирует новый экземпляр класса WSTrustChannelFactory указанной конечной точки. |
WSTrustChannelFactory(String) |
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанным именем конфигурации конечной точки. |
WSTrustChannelFactory(Binding, EndpointAddress) |
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанными привязкой и адресом конечной точки. |
WSTrustChannelFactory(Binding, String) |
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанными привязкой и удаленным адресом. |
WSTrustChannelFactory(String, EndpointAddress) |
Инициализирует новый экземпляр класса WSTrustChannelFactory, связанный с указанным именем конфигурации конечной точки и адресом конечной точки. |
WSTrustChannelFactory()
Инициализирует новый экземпляр класса WSTrustChannelFactory.
public:
WSTrustChannelFactory();
public WSTrustChannelFactory ();
Public Sub New ()
Применяется к
WSTrustChannelFactory(Binding)
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанной привязкой.
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding)
Параметры
Применяется к
WSTrustChannelFactory(ServiceEndpoint)
Инициализирует новый экземпляр класса WSTrustChannelFactory указанной конечной точки.
public:
WSTrustChannelFactory(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public WSTrustChannelFactory (System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpoint As ServiceEndpoint)
Параметры
- endpoint
- ServiceEndpoint
Объект ServiceEndpoint для каналов, создаваемых фабрикой.
Применяется к
WSTrustChannelFactory(String)
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанным именем конфигурации конечной точки.
public:
WSTrustChannelFactory(System::String ^ endpointConfigurationName);
public WSTrustChannelFactory (string endpointConfigurationName);
new System.ServiceModel.Security.WSTrustChannelFactory : string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String)
Параметры
- endpointConfigurationName
- String
Имя конфигурации, используемой для конечной точки.
Применяется к
WSTrustChannelFactory(Binding, EndpointAddress)
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанными привязкой и адресом конечной точки.
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)
Параметры
- remoteAddress
- EndpointAddress
Объект EndpointAddress, предоставляющий расположение службы.
Применяется к
WSTrustChannelFactory(Binding, String)
Инициализирует новый экземпляр класса WSTrustChannelFactory с указанными привязкой и удаленным адресом.
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::String ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, string remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As String)
Параметры
- remoteAddress
- String
Объект EndpointAddress, предоставляющий расположение службы.
Применяется к
WSTrustChannelFactory(String, EndpointAddress)
Инициализирует новый экземпляр класса WSTrustChannelFactory, связанный с указанным именем конфигурации конечной точки и адресом конечной точки.
public:
WSTrustChannelFactory(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : string * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)
Параметры
- endpointConfigurationName
- String
Имя конфигурации, используемой для конечной точки.
- remoteAddress
- EndpointAddress
Объект EndpointAddress, предоставляющий расположение службы.