Aracılığıyla paylaş


EndpointDispatcher Oluşturucular

Tanım

EndpointDispatcher sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

EndpointDispatcher()
EndpointDispatcher(EndpointAddress, String, String)

Belirtilen adres, sözleşme adı ve sözleşme ad alanı ile sınıfının yeni bir örneğini EndpointDispatcher başlatır.

EndpointDispatcher(EndpointAddress, String, String, Boolean)

Belirtilen adres, sözleşme adı, sözleşme ad alanı ve uç noktanın EndpointDispatcher genel bir sistem uç noktası olup olmadığı ile sınıfın yeni bir örneğini başlatır.

EndpointDispatcher()

Kaynak:
EndpointDispatcher.cs
Kaynak:
EndpointDispatcher.cs
Kaynak:
EndpointDispatcher.cs
public:
 EndpointDispatcher();
public EndpointDispatcher ();
Public Sub New ()

Şunlara uygulanır

EndpointDispatcher(EndpointAddress, String, String)

Belirtilen adres, sözleşme adı ve sözleşme ad alanı ile sınıfının yeni bir örneğini EndpointDispatcher başlatır.

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)

Parametreler

address
EndpointAddress

Uç nokta adresi.

contractName
String

Uç nokta sözleşmesinin adı.

contractNamespace
String

Uç nokta sözleşmesinin ad alanı.

Açıklamalar

Açıklamada olmayan bir uç nokta oluşturmak için bu oluşturucuyu kullanın.

Şunlara uygulanır

EndpointDispatcher(EndpointAddress, String, String, Boolean)

Belirtilen adres, sözleşme adı, sözleşme ad alanı ve uç noktanın EndpointDispatcher genel bir sistem uç noktası olup olmadığı ile sınıfın yeni bir örneğini başlatır.

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)

Parametreler

address
EndpointAddress

Uç nokta adresi.

contractName
String

Uç nokta sözleşmesinin adı.

contractNamespace
String

Uç nokta sözleşmesinin ad alanı.

isSystemEndpoint
Boolean

true uç noktanın kullanıcı tarafından değil sunucu tarafından dahili olarak oluşturulduğunu belirtmek için; aksi takdirde , false.

Şunlara uygulanır