WebHttpDispatchOperationSelector Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yeni bir WebHttpDispatchOperationSelector örneğini başlatır.
Aşırı Yüklemeler
WebHttpDispatchOperationSelector() |
Yeni bir WebHttpDispatchOperationSelector örneğini başlatır. |
WebHttpDispatchOperationSelector(ServiceEndpoint) |
Belirtilen uç nokta ile öğesinin WebHttpDispatchOperationSelector yeni bir örneğini başlatır. |
WebHttpDispatchOperationSelector()
Yeni bir WebHttpDispatchOperationSelector örneğini başlatır.
protected:
WebHttpDispatchOperationSelector();
protected WebHttpDispatchOperationSelector ();
Protected Sub New ()
Şunlara uygulanır
WebHttpDispatchOperationSelector(ServiceEndpoint)
Belirtilen uç nokta ile öğesinin WebHttpDispatchOperationSelector yeni bir örneğini başlatır.
public:
WebHttpDispatchOperationSelector(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public WebHttpDispatchOperationSelector (System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
Public Sub New (endpoint As ServiceEndpoint)
Parametreler
- endpoint
- ServiceEndpoint
Hizmet uç noktası.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.