C# Class DataServicesJSONP.JSONPSupportInspector

Inheritance: IDispatchMessageInspector
Afficher le fichier Open project: JetBrains/dottrace-demos

Méthodes publiques

Méthode Description
AfterReceiveRequest ( System &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( System &reply, object correlationState ) : void

Method Details

AfterReceiveRequest() public méthode

public AfterReceiveRequest ( System &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
request System
channel IClientChannel
instanceContext System.ServiceModel.InstanceContext
Résultat object

BeforeSendReply() public méthode

public BeforeSendReply ( System &reply, object correlationState ) : void
reply System
correlationState object
Résultat void