WSTrustChannelFactory 생성자

정의

WSTrustChannelFactory 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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)

매개 변수

binding
Binding

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)

매개 변수

binding
Binding

Binding 팩터리에서 생성된 채널에 대해 지정된 채널입니다.

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)

매개 변수

binding
Binding

Binding 팩터리에서 생성된 채널에 대해 지정된 채널입니다.

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 서비스의 위치를 제공하는 위치입니다.

적용 대상