Click or drag to resize

ListenerBinding Constructor

Initializes a new instance of the ListenerBinding class.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ListenerBinding(
	UserRegistry users,
	IPEndPoint endpoint
)
View Source

Parameters

users  UserRegistry
The users.
endpoint  IPEndPoint
The endpoint.
See Also