CallingBotService.ProcessCallbackAsync(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 System.Threading.Tasks.Task<string> ProcessCallbackAsync (string content, System.Threading.Tasks.Task<System.IO.Stream> additionalData);
abstract member ProcessCallbackAsync : string * System.Threading.Tasks.Task<System.IO.Stream> -> System.Threading.Tasks.Task<string>
override this.ProcessCallbackAsync : string * System.Threading.Tasks.Task<System.IO.Stream> -> System.Threading.Tasks.Task<string>
Public Function ProcessCallbackAsync (content As String, additionalData As Task(Of Stream)) As Task(Of String)
Parameters
- content
- String
The content of request
Returns
Returns the response that should be sent to the sender of POST request