Click or drag to resize

SetRequestMessage(VersionCode, Int32, Int32, OctetString, IListVariable, IPrivacyProvider, ISnmpMessage) Constructor

Please use other overloading ones.

Initializes a new instance of the SetRequestMessage class.

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
[ObsoleteAttribute("Please use other overloading ones.")]
public SetRequestMessage(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)

Parameters

version  VersionCode
The version.
messageId  Int32
The message id.
requestId  Int32
The request id.
userName  OctetString
Name of the user.
variables  IListVariable
The variables.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.
See Also