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. |
PrintLn | Overloaded. Write line of data to TelnetOutputStream with escaping IAC terminated with LF. |
Read (inherited from NetworkStream) | Reads data from the NetworkStream. |
ReadByte (inherited from Stream) | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
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. |
Twrite | Overloaded. Write data to TelnetOutputStream without escaping IAC. |
Write (inherited from NetworkStream) | Writes data to the NetworkStream. |
WriteByte | Write data to TelnetOutputStream with escaping IAC. |