AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
Call Management Methods (Beta)

Classes

class  ATT_MSSDK.RequestFactory
 The RequestFactory manages the connections and calls to the AT&T API Platform. More...

Functions

CreateSessionResponse ATT_MSSDK.RequestFactory.CreateSession (NameValueCollection parameters=null)
 This method creates a Session for an outgoing call or message.
SendSignalResponse ATT_MSSDK.RequestFactory.SendSignal (string sessionId, string signal)
 This method sends a Signal to an active Session.

Function Documentation

CreateSessionResponse ATT_MSSDK.RequestFactory.CreateSession ( NameValueCollection  parameters = null)

This method creates a Session for an outgoing call or message.

Parameters:
parametersDeveloper-defined parameters for communicating data such as the phone number to dial or the message to send. There is no limit to the number of parameters defined here, but the request should be 1024 bytes or less.
Returns:
The CreateSessionResponse object.
Exceptions:
InvalidScopeExceptionThrown if the Request Factory scope does not include Call Control.
InvalidResponseExceptionThrown if the server returns an error or there is a connection failure.
SendSignalResponse ATT_MSSDK.RequestFactory.SendSignal ( string  sessionId,
string  signal 
)

This method sends a Signal to an active Session.

Parameters:
sessionIdId of Session to send signal to.
signalDeveloper-defined parameter for communicating data to active sessions.
Returns:
The SendSignalResponse object.