C# Class DOAP.WCF.ServiceOAuthAuthenticationInspector

Inheritance: System.Attribute, IDispatchMessageInspector
显示文件 Open project: TWith2Sugars/DOAP

Public Methods

Method 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 method

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

BeforeSendReply() public method

public BeforeSendReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
return void

ServiceOAuthAuthenticationInspector() public method

public ServiceOAuthAuthenticationInspector ( IOAuthAuthenticationHandler handler, bool requiresTransportLayerSecurity, string scope, bool allowAnonymous ) : System
handler IOAuthAuthenticationHandler
requiresTransportLayerSecurity bool
scope string
allowAnonymous bool
return System