|
TelephonyServerMessageResponse Method |
Sends a reply to a pending request.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public int MessageResponse(
string requestId,
int sipResponseCode,
string[] headers,
string[] sdp
)
Public Function MessageResponse (
requestId As String,
sipResponseCode As Integer,
headers As String(),
sdp As String()
) As Integer
public:
int MessageResponse(
String^ requestId,
int sipResponseCode,
array<String^>^ headers,
array<String^>^ sdp
)
member MessageResponse :
requestId : string *
sipResponseCode : int *
headers : string[] *
sdp : string[] -> int
Parameters
- requestId
- Type: SystemString
- sipResponseCode
- Type: SystemInt32
- headers
- Type: SystemString
- sdp
- Type: SystemString
Return Value
Type:
Int32[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.MessageResponse(System.String,System.Int32,System.String[],System.String[])"]
See Also