Click or drag to resize

ListenerBindingSendResponseAsync Method

Sends a response message.

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

Parameters

response  ISnmpMessage
A ISnmpMessage.
receiver  EndPoint
Receiver.

Return Value

Task

Implements

IListenerBindingSendResponseAsync(ISnmpMessage, EndPoint)
See Also