Opc.Ua.Core
SendRequest Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : SendRequest Method
The request to send.
Sends a request over the secure channel.
Syntax
'Declaration
 
Function SendRequest( _
   ByVal request As IServiceRequest _
) As IServiceResponse
'Usage
 
Dim instance As ITransportChannel
Dim request As IServiceRequest
Dim value As IServiceResponse
 
value = instance.SendRequest(request)

Parameters

request
The request to send.

Return Value

The response returned by the server.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITransportChannel Interface
ITransportChannel Members