WebHttpBehavior.ApplyDispatchBehavior 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现 ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) 方法可支持对终结点上的客户端进行修改或扩展。
public:
virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public virtual void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overridable Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)
参数
- endpoint
- ServiceEndpoint
公开协定的终结点。
- endpointDispatcher
- EndpointDispatcher
要应用行为的终结点调度程序。
实现
注解
作为此方法的一部分,可针对每个操作调用 GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) 和 GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint),以确定要安装的 IDispatchMessageFormatter。