Deserializes from a memory stream to a Packet object
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- inputStream
- Type: System.IO Stream
The memory stream containing the serialized Packet
- result
- Type: NetworkCommsDotNet Packet
The deserialized Packet
See Also