Telnet Factory for .NET

TelnetInputStream Members

TelnetInputStream overview

Public Instance Constructors

TelnetInputStream Constructor Creates a new TelnetInputStream object.

Public Instance Properties

CanRead (inherited from NetworkStream)Gets a value that indicates whether the NetworkStream supports reading.
CanSeek (inherited from NetworkStream)Gets a value that indicates whether the stream supports seeking. This property is not currently supported.This property always returns false.
CanTimeout (inherited from NetworkStream)Indicates whether timeout properties are usable for NetworkStream.
CanWrite (inherited from NetworkStream)Gets a value that indicates whether the NetworkStream supports writing.
DataAvailable (inherited from NetworkStream)Gets a value that indicates whether data is available on the NetworkStream to be read.
Length (inherited from NetworkStream)Gets the length of the data available on the stream. This property is not currently supported and always throws a NotSupportedException.
Position (inherited from NetworkStream)Gets or sets the current position in the stream. This property is not currently supported and always throws a NotSupportedException.
ReadTimeout (inherited from NetworkStream)Gets or sets the amount of time that a read operation blocks waiting for data.
WriteTimeout (inherited from NetworkStream)Gets or sets the amount of time that a write operation blocks waiting for data.

Public Instance Methods

BeginRead (inherited from NetworkStream)Begins an asynchronous read from the NetworkStream.
BeginWrite (inherited from NetworkStream)Begins an asynchronous write to a stream.
Close (inherited from NetworkStream)Overloaded. Closes the NetworkStream after waiting the specified time to allow data to be sent.
Close (inherited from Stream)Overloaded. Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Stream)Overloaded. Releases all resources used by the Stream.
EndRead (inherited from NetworkStream)Handles the end of an asynchronous read.
EndWrite (inherited from NetworkStream)Handles the end of an asynchronous write.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Flush (inherited from NetworkStream)Flushes data from the stream. This method is reserved for future use.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Read (inherited from NetworkStream)Reads data from the NetworkStream.
ReadByteRead data from TelnetInputStream with escaping control characters.
Seek (inherited from NetworkStream)Sets the current position of the stream to the given value. This method is not currently supported and always throws a NotSupportedException.
SetLength (inherited from NetworkStream)Sets the length of the stream. This method always throws a NotSupportedException.
ToString (inherited from Object)Returns a String that represents the current Object.
TreadRead data from TelnetInputStream without escaping control characters.
Write (inherited from NetworkStream)Writes data to the NetworkStream.
WriteByte (inherited from Stream)Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Protected Instance Properties

Readable (inherited from NetworkStream)Gets or sets a value that indicates whether the NetworkStream can be read.
Socket (inherited from NetworkStream)Gets the underlying Socket.
Writeable (inherited from NetworkStream)Gets a value that indicates whether the NetworkStream is writable.

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Obsolete. Allocates a WaitHandle object.
Dispose (inherited from NetworkStream)Overloaded. Releases the unmanaged resources used by the NetworkStream and optionally releases the managed resources.
Finalize (inherited from NetworkStream)Releases all resources used by the NetworkStream.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.

See Also

TelnetInputStream Class | Jscape.Telnet Namespace