POST Provider/Task/Listening
Inform the server that the provider is listening and is ready to accept the call. Whenever the provider is required to listen and started listening successfully, it needs to call this function to inform the server so that the server can inform the other party to start the call.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |