SharpGs.Internal.SharpGsClient.SharpGsClient C# (CSharp) Method

SharpGsClient() public method

public SharpGsClient ( string key, string secret ) : System
key string
secret string
return System
        public SharpGsClient(string key, string secret)
        {
            AuthKey = key;
            AuthSecret = secret;
            SecuredConnection = true;
            GoogleStorageHost = DefaultGoogleHost;
        }