Click or drag to resize

IListenerBindingSendResponseAsync Method

Sends a response message.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
Task SendResponseAsync(
	ISnmpMessage response,
	EndPoint receiver
)
View Source

Parameters

response  ISnmpMessage
A ISnmpMessage.
receiver  EndPoint
Receiver.

Return Value

Task
See Also