EndpointDispatcher 생성자

정의

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

오버로드

EndpointDispatcher(EndpointAddress, String, String)

지정된 주소, 계약 이름 및 계약 네임스페이스를 사용하여 EndpointDispatcher 클래스의 새 인스턴스를 초기화합니다.

EndpointDispatcher(EndpointAddress, String, String, Boolean)

지정된 주소, 계약 이름, 계약 네임스페이스 및 엔드포인트가 공개 시스템 엔드포인트인지 여부를 사용하여 EndpointDispatcher 클래스의 새 인스턴스를 초기화합니다.

EndpointDispatcher(EndpointAddress, String, String)

지정된 주소, 계약 이름 및 계약 네임스페이스를 사용하여 EndpointDispatcher 클래스의 새 인스턴스를 초기화합니다.

public:
 EndpointDispatcher(System::ServiceModel::EndpointAddress ^ address, System::String ^ contractName, System::String ^ contractNamespace);
public EndpointDispatcher (System.ServiceModel.EndpointAddress address, string contractName, string contractNamespace);
new System.ServiceModel.Dispatcher.EndpointDispatcher : System.ServiceModel.EndpointAddress * string * string -> System.ServiceModel.Dispatcher.EndpointDispatcher
Public Sub New (address As EndpointAddress, contractName As String, contractNamespace As String)

매개 변수

address
EndpointAddress

엔드포인트 주소입니다.

contractName
String

엔드포인트 계약의 이름입니다.

contractNamespace
String

엔드포인트 계약의 네임스페이스입니다.

설명

설명에 없는 엔드포인트를 만들려면 이 생성자를 사용합니다.

적용 대상

EndpointDispatcher(EndpointAddress, String, String, Boolean)

지정된 주소, 계약 이름, 계약 네임스페이스 및 엔드포인트가 공개 시스템 엔드포인트인지 여부를 사용하여 EndpointDispatcher 클래스의 새 인스턴스를 초기화합니다.

public:
 EndpointDispatcher(System::ServiceModel::EndpointAddress ^ address, System::String ^ contractName, System::String ^ contractNamespace, bool isSystemEndpoint);
public EndpointDispatcher (System.ServiceModel.EndpointAddress address, string contractName, string contractNamespace, bool isSystemEndpoint);
new System.ServiceModel.Dispatcher.EndpointDispatcher : System.ServiceModel.EndpointAddress * string * string * bool -> System.ServiceModel.Dispatcher.EndpointDispatcher
Public Sub New (address As EndpointAddress, contractName As String, contractNamespace As String, isSystemEndpoint As Boolean)

매개 변수

address
EndpointAddress

엔드포인트 주소입니다.

contractName
String

엔드포인트 계약의 이름입니다.

contractNamespace
String

엔드포인트 계약의 네임스페이스입니다.

isSystemEndpoint
Boolean

엔드포인트를 사용자가 아니라 서버에서 내부적으로 만들었음을 나타내려면 true이고, 그렇지 않으면 false입니다.

적용 대상