Click or drag to resize

Header Class

Header segment.
Inheritance Hierarchy
System.Object
  Lextm.SharpSnmpLib.Header

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public sealed class Header : ISegment

The Header type exposes the following members.

Constructors
 NameDescription
Public methodHeader(Int32) Initializes a new instance of the Header class.
Public methodHeader(ISnmpData) Initializes a new instance of the Header class.
Public methodHeader(Integer32, Integer32, Levels) Initializes a new instance of the Header class.
Top
Properties
 NameDescription
Public propertyStatic memberEmpty Empty header.
Public propertyMaxSize Gets or sets the size of the max.
Public propertyMessageId Gets the message ID.
Public propertySecurityLevel Security flags.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetData Gets the data.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToSequence Converts to Sequence object.
Public methodToString Returns a String that represents this instance.
(Overrides Object.ToString())
Top
Fields
 NameDescription
Public fieldStatic memberMaxMessageSize Max message size used in #SNMP.
Top
See Also