C# Class Tavisca.Services.Profiling.SoapServerInspector

Inheritance: IDispatchMessageInspector
Afficher le fichier Open project: appacitive/Profiling Class Usage Examples

Méthodes publiques

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

Method Details

AfterReceiveRequest() public méthode

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

BeforeSendReply() public méthode

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