C# (CSharp) TweetSource.OAuth Пространство имен

Классы

Имя Описание
AuthParameterSet
AuthorizationHeader Utility class for encoding 'Authorization' part in HTTP header to access resource from URL that requires OAuth. For our case, it is for Streaming API in Twitter. This is based from original source code by Gary Short: http://garyshortblog.wordpress.com/2011/02/11/a-twitter-oauth-example-in-c/
HttpParameterSet
OAuthAuthorizationHeader10 Implementation for OAuth version 1.0 of AuthorizationHeader
OAuthSignedParameterSet10 Implementation of SignedParameterSet for OAuth 1.0
SignedParameterSet This facilitates the calculation of OAuth Signature and generation of Nonce and Timestamp.