WebHttpDispatchOperationSelector 构造函数
定义
初始化 WebHttpDispatchOperationSelector 的新实例。Initializes a new instance of the WebHttpDispatchOperationSelector.
重载
| WebHttpDispatchOperationSelector() |
初始化 WebHttpDispatchOperationSelector 的新实例。Initializes a new instance of the WebHttpDispatchOperationSelector. |
| WebHttpDispatchOperationSelector(ServiceEndpoint) |
使用指定的终结点初始化 WebHttpDispatchOperationSelector 的一个新实例。Initializes a new instance of the WebHttpDispatchOperationSelector with the specified endpoint. |
WebHttpDispatchOperationSelector()
初始化 WebHttpDispatchOperationSelector 的新实例。Initializes a new instance of the WebHttpDispatchOperationSelector.
protected:
WebHttpDispatchOperationSelector();
protected WebHttpDispatchOperationSelector ();
Protected Sub New ()
适用于
WebHttpDispatchOperationSelector(ServiceEndpoint)
使用指定的终结点初始化 WebHttpDispatchOperationSelector 的一个新实例。Initializes a new instance of the WebHttpDispatchOperationSelector with the specified endpoint.
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)
参数
- endpoint
- ServiceEndpoint
服务终结点。The service endpoint.