C# Class npantarhei.distribution.pubnub.transceivers.PubnubCredentials

Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

Méthode Description
LoadFrom ( string filename ) : PubnubCredentials
PubnubCredentials ( string publishingKey, string subscriptionKey ) : System
PubnubCredentials ( string publishingKey, string subscriptionKey, string secretKey ) : System

Method Details

LoadFrom() public static méthode

public static LoadFrom ( string filename ) : PubnubCredentials
filename string
Résultat PubnubCredentials

PubnubCredentials() public méthode

public PubnubCredentials ( string publishingKey, string subscriptionKey ) : System
publishingKey string
subscriptionKey string
Résultat System

PubnubCredentials() public méthode

public PubnubCredentials ( string publishingKey, string subscriptionKey, string secretKey ) : System
publishingKey string
subscriptionKey string
secretKey string
Résultat System