C# 클래스 TropoCSharp.Tropo.TropoCreateSessionExtensions

A utility class to initiate a Tropo session for outbound call, SMS, IM, etc.
파일 보기 프로젝트 열기: tropo/tropo-webapi-csharp

공개 메소드들

메소드 설명
CreateSession ( this tropo, String token ) : Stream
CreateSession ( this tropo, String token, string>.IDictionary parameters ) : Stream

메소드 상세

CreateSession() 공개 정적인 메소드

public static CreateSession ( this tropo, String token ) : Stream
tropo this
token String
리턴 Stream

CreateSession() 공개 정적인 메소드

public static CreateSession ( this tropo, String token, string>.IDictionary parameters ) : Stream
tropo this
token String
parameters string>.IDictionary
리턴 Stream