Public Methods

  Name Description
Public method BeginRead Begins an asynchronous read operation. (inherited from Stream)
Public method BeginWrite Begins an asynchronous write operation. (inherited from Stream)
Public method Close Overridden. Close the port
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method DiscardInBuffer Discard current in buffer
Public method Dispose Overloaded. Releases all resources used by the Stream object.
Public method EndRead Waits for the pending asynchronous read to complete. (inherited from Stream)
Public method EndWrite Ends an asynchronous write operation. (inherited from Stream)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Flush Overridden. Flush write buffer.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Read Overridden. Read from this stream
Public method ReadByte 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. (inherited from Stream)
Public method Seek Overridden. Seek in stream (not supported)
Public method SetAttributes Set attributes.
Public method SetBaudrate Change baudrate
Public method SetLength Overridden. Set length (not supported)
Public method ToString Overridden. String representation
Public method Write Overridden. Write to the stream
Public method WriteByte Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream)
Top

Protected Methods

  Name Description
Family method CreateWaitHandle Allocates a WaitHandle object. (inherited from Stream)
Family method Dispose Overloaded. Releases all resources used by the Stream object.
Family method Finalize Overridden. Clean up resources.
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Top

See Also