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) | ||
| Deserialize(Stream, PacketHeader ) |
Deserializes from a memory stream to a PacketHeader object
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetOption(PacketHeaderLongItems) |
Get a long option.
| |
| GetOption(PacketHeaderStringItems) |
Get a string option
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Serialize | ||
| SetOption(PacketHeaderLongItems, Int64) |
Set a long option with the provided value.
| |
| SetOption(PacketHeaderStringItems, String) |
Set a string option with the provided value.
| |
Returns a string that represents the current object. (Inherited from |
See Also