Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Used to report an incoming request.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate void TcpChannelRequestEventHandler(
	TcpServerChannel channel,
	uint requestId,
	IServiceRequest request
)
Visual Basic
Public Delegate Sub TcpChannelRequestEventHandler ( _
	channel As TcpServerChannel, _
	requestId As UInteger, _
	request As IServiceRequest _
)
Visual C++
public delegate void TcpChannelRequestEventHandler(
	TcpServerChannel^ channel, 
	unsigned int requestId, 
	IServiceRequest^ request
)

See Also