The PacketHeader type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ContainsOption(PacketHeaderLongItems) |
Check if a long option has been set.
| |
ContainsOption(PacketHeaderStringItems) |
Check if a string option has been set.
| |
Deserialize(Stream) |
Deserializes from a Stream to the current IExplicitlySerialize object
| |
Deserialize(Stream, PacketHeader ) |
Deserializes from a memory stream to a PacketHeader object
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOption(PacketHeaderLongItems) |
Get a long option.
| |
GetOption(PacketHeaderStringItems) |
Get a string option
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Serialize |
Serializes the current IExplicitlySerialize object to the provided Stream | |
SetOption(PacketHeaderLongItems, Int64) |
Set a long option with the provided value.
| |
SetOption(PacketHeaderStringItems, String) |
Set a string option with the provided value.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also