Begins processing a request received via a binary encoded channel.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EndpointBase
Dim channeId As String
Dim endpointDescription As EndpointDescription
Dim request As IServiceRequest
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
value = instance.BeginProcessRequest(channeId, endpointDescription, request, callback, callbackData)
|
Parameters
- channeId
- A unique identifier for the secure channel which is the source of the request.
- endpointDescription
- The description of the endpoint which the secure channel is using.
- request
- The incoming request.
- callback
- The callback.
- callbackData
- The callback data.
Return Value
The result which must be passed to the EndProcessRequest method.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also