MalformedMessage Constructor (Int32, OctetString) |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Please use the new overloading constructor.")>
Public Sub New (
messageId As Integer,
user As OctetString
)
public:
[ObsoleteAttribute(L"Please use the new overloading constructor.")]
MalformedMessage(
int messageId,
OctetString^ user
)
[<ObsoleteAttribute("Please use the new overloading constructor.")>]
new :
messageId : int *
user : OctetString -> MalformedMessage
Parameters
- messageId
- Type: SystemInt32
- user
- Type: Lextm.SharpSnmpLibOctetString
See Also