C# 클래스 LinqTwit.Twitter.Wcf.OAuthBehavior.OauthMessageInspector

상속: IClientMessageInspector
파일 보기 프로젝트 열기: ArildF/linqtwit

공개 메소드들

메소드 설명
AfterReceiveReply ( Message &reply, object correlationState ) : void
BeforeSendRequest ( Message &message, IClientChannel channel ) : object
OauthMessageInspector ( IOAuthSession authSession ) : System.ServiceModel

메소드 상세

AfterReceiveReply() 공개 메소드

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

BeforeSendRequest() 공개 메소드

public BeforeSendRequest ( Message &message, IClientChannel channel ) : object
message Message
channel IClientChannel
리턴 object

OauthMessageInspector() 공개 메소드

public OauthMessageInspector ( IOAuthSession authSession ) : System.ServiceModel
authSession IOAuthSession
리턴 System.ServiceModel