WSTrustChannelFactory 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.