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