C# Class StackExchange.Profiling.Wcf.WcfMiniProfilerDispatchInspector

The WCF mini profiler dispatch inspector.
Inheritance: IDispatchMessageInspector
Afficher le fichier Open project: appacitive/Profiling Class Usage Examples

Méthodes publiques

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

Method Details

AfterReceiveRequest() public méthode

public AfterReceiveRequest ( System &request, System channel, System instanceContext ) : object
request System
channel System
instanceContext System
Résultat object

BeforeSendReply() public méthode

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