C# Class SharpGs.GoogleStorageFactory

显示文件 Open project: acropolium/SharpGs

Public Methods

Method Description
Create ( string authKey, string authSecret ) : ISharpGs

Create new connector to the Google Storage

Method Details

Create() public static method

Create new connector to the Google Storage
public static Create ( string authKey, string authSecret ) : ISharpGs
authKey string authentication key provided by google
authSecret string authentication secret provided by google
return ISharpGs