WebScriptEnablingBehavior.ApplyDispatchBehavior Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Applica il comportamento all'endpoint del servizio.
public:
override void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public override void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overrides Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)
Parametri
- endpoint
- ServiceEndpoint
ServiceEndpoint che espone il contratto.
- endpointDispatcher
- EndpointDispatcher
Oggetto EndpointDispatcher al quale viene applicato il comportamento personalizzato.
Commenti
In genere, questo metodo viene chiamato automaticamente da Windows Communication Foundation (WCF) quando il comportamento viene applicato a un endpoint. Non è pertanto necessario chiamare manualmente questo metodo.