C# Class TropoCSharp.Tropo.TropoCreateSessionExtensions

A utility class to initiate a Tropo session for outbound call, SMS, IM, etc.
Afficher le fichier Open project: tropo/tropo-webapi-csharp

Méthodes publiques

Méthode Description
CreateSession ( this tropo, String token ) : Stream
CreateSession ( this tropo, String token, string>.IDictionary parameters ) : Stream

Method Details

CreateSession() public static méthode

public static CreateSession ( this tropo, String token ) : Stream
tropo this
token String
Résultat Stream

CreateSession() public static méthode

public static CreateSession ( this tropo, String token, string>.IDictionary parameters ) : Stream
tropo this
token String
parameters string>.IDictionary
Résultat Stream