C# Class DOAP.WCF.ServiceOAuthAuthenticationInspector

Inheritance: System.Attribute, IDispatchMessageInspector
Afficher le fichier Open project: TWith2Sugars/DOAP

Méthodes publiques

Méthode Description
AfterReceiveRequest ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( Message &reply, object correlationState ) : void
ServiceOAuthAuthenticationInspector ( IOAuthAuthenticationHandler handler, bool requiresTransportLayerSecurity, string scope, bool allowAnonymous ) : System

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

ServiceOAuthAuthenticationInspector() public méthode

public ServiceOAuthAuthenticationInspector ( IOAuthAuthenticationHandler handler, bool requiresTransportLayerSecurity, string scope, bool allowAnonymous ) : System
handler IOAuthAuthenticationHandler
requiresTransportLayerSecurity bool
scope string
allowAnonymous bool
Résultat System