Opc.Ua.Core
SendRequest Method (UaSCUaBinaryTransportChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : SendRequest Method
The request to send.
Sends a request over the secure channel.
Syntax
'Declaration
 
Public Function SendRequest( _
   ByVal request As IServiceRequest _
) As IServiceResponse
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
Dim request As IServiceRequest
Dim value As IServiceResponse
 
value = instance.SendRequest(request)
public IServiceResponse SendRequest( 
   IServiceRequest request
)
public:
IServiceResponse^ SendRequest( 
   IServiceRequest^ 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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members