Click or drag to resize

Header(Integer32, Integer32, Levels) Constructor

Initializes a new instance of the Header class.

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public Header(
	Integer32? messageId,
	Integer32 maxMessageSize,
	Levels securityLevel
)

Parameters

messageId  Integer32
The message id.
maxMessageSize  Integer32
Size of the max message.
securityLevel  Levels
The security level.
Remarks
If you want an empty header, please use Empty.
See Also