Click or drag to resize

MalformedMessage Constructor (Int32, OctetString)

Note: This API is now obsolete.

Initializes a new instance of the MalformedMessage class

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
[ObsoleteAttribute("Please use the new overloading constructor.")]
public MalformedMessage(
	int messageId,
	OctetString user
)

Parameters

messageId
Type: SystemInt32
user
Type: Lextm.SharpSnmpLibOctetString
See Also