Opc.Ua.Core
SendResponse Method



Opc.Ua.Bindings Namespace > TcpServerChannel Class : SendResponse Method
Sends the response for the specified request.
Syntax
'Declaration
 
Public Sub SendResponse( _
   ByVal requestId As UInteger, _
   ByVal response As IServiceResponse _
) 
'Usage
 
Dim instance As TcpServerChannel
Dim requestId As UInteger
Dim response As IServiceResponse
 
instance.SendResponse(requestId, response)
public void SendResponse( 
   uint requestId,
   IServiceResponse response
)
public:
void SendResponse( 
   uint requestId,
   IServiceResponse^ response
) 

Parameters

requestId
response
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

TcpServerChannel Class
TcpServerChannel Members