Click or drag to resize

Version2MembershipProvider Constructor

Initializes a new instance of the Version2MembershipProvider class.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Version2MembershipProvider(
	OctetString getCommunity,
	OctetString setCommunity
)
View Source

Parameters

getCommunity  OctetString
The get community.
setCommunity  OctetString
The set community.
See Also