CallingBotService.ProcessCallback(String, Task<Stream>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method responsible for processing the data sent with POST request to callback URL
public string ProcessCallback (string content, System.Threading.Tasks.Task<System.IO.Stream> additionalData);
abstract member ProcessCallback : string * System.Threading.Tasks.Task<System.IO.Stream> -> string
override this.ProcessCallback : string * System.Threading.Tasks.Task<System.IO.Stream> -> string
Public Function ProcessCallback (content As String, additionalData As Task(Of Stream)) As String
Parameters
- content
- String
The content of request
Returns
Returns the response that should be sent to the sender of POST request