Initializes a new instance of the TelnetStream class

Namespace: TMD.Connection
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
public TelnetStream(
	NetworkStream networkStream
)

Parameters

networkStream
Type: System.Net.Sockets..::..NetworkStream

[Missing <param name="networkStream"/> documentation for "M:TMD.Connection.TelnetStream.#ctor(System.Net.Sockets.NetworkStream)"]

See Also