OpenTween.HttpConnectionOAuthEcho.HttpConnectionOAuthEcho C# (CSharp) Method

HttpConnectionOAuthEcho() public method

public HttpConnectionOAuthEcho ( OAuthCredential credential, Uri realm, Uri serviceProvider ) : System
credential OpenTween.Connection.OAuthCredential
realm System.Uri
serviceProvider System.Uri
return System
        public HttpConnectionOAuthEcho(OAuthCredential credential, Uri realm, Uri serviceProvider)
            : base(credential)
        {
            this._realm = realm;
            this._serviceProvider = serviceProvider;
        }