C# Class LinqTwit.Twitter.Wcf.OAuthBehavior.OauthMessageInspector

Inheritance: IClientMessageInspector
Afficher le fichier Open project: ArildF/linqtwit

Méthodes publiques

Méthode Description
AfterReceiveReply ( Message &reply, object correlationState ) : void
BeforeSendRequest ( Message &message, IClientChannel channel ) : object
OauthMessageInspector ( IOAuthSession authSession ) : System.ServiceModel

Method Details

AfterReceiveReply() public méthode

public AfterReceiveReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
Résultat void

BeforeSendRequest() public méthode

public BeforeSendRequest ( Message &message, IClientChannel channel ) : object
message Message
channel IClientChannel
Résultat object

OauthMessageInspector() public méthode

public OauthMessageInspector ( IOAuthSession authSession ) : System.ServiceModel
authSession IOAuthSession
Résultat System.ServiceModel