ConnectionInfo Deserialize Method (MemoryStream, ConnectionInfo )NetworkComms.Net Help
Deserializes from a memory stream to a ConnectionInfo object

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void Deserialize(
	MemoryStream ms,
	out ConnectionInfo result
)

Parameters

ms
Type: OnlineSystem.IO MemoryStream
The memory stream containing the serialized ConnectionInfo
result
Type: NetworkCommsDotNet ConnectionInfo 
The deserialized ConnectionInfo
See Also