C# 클래스 DOAP.WCF.ServiceOAuthAuthenticationInspector

상속: System.Attribute, IDispatchMessageInspector
파일 보기 프로젝트 열기: TWith2Sugars/DOAP

공개 메소드들

메소드 설명
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

메소드 상세

AfterReceiveRequest() 공개 메소드

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

BeforeSendReply() 공개 메소드

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

ServiceOAuthAuthenticationInspector() 공개 메소드

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