C# Class SharpGs.GoogleStorageFactory

Afficher le fichier Open project: acropolium/SharpGs

Méthodes publiques

Méthode Description
Create ( string authKey, string authSecret ) : ISharpGs

Create new connector to the Google Storage

Method Details

Create() public static méthode

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
Résultat ISharpGs