![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
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. |
CreateSessionResponse ATT_MSSDK.RequestFactory.CreateSession | ( | NameValueCollection | parameters = null | ) |
This method creates a Session for an outgoing call or message.
parameters | Developer-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. |
InvalidScopeException | Thrown if the Request Factory scope does not include Call Control. |
InvalidResponseException | Thrown 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.
sessionId | Id of Session to send signal to. |
signal | Developer-defined parameter for communicating data to active sessions. |