| |
Name |
Description |
|
BeginRead |
Begins an asynchronous read operation. (inherited from Stream) |
|
BeginWrite |
Begins an asynchronous write operation. (inherited from Stream) |
|
Close
|
Overridden. Close the port |
|
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) |
|
DiscardInBuffer
|
Discard current in buffer |
|
Dispose
|
Overloaded. Releases all resources used by the Stream object. |
|
EndRead |
Waits for the pending asynchronous read to complete. (inherited from Stream) |
|
EndWrite |
Ends an asynchronous write operation. (inherited from Stream) |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
Flush
|
Overridden. Flush write buffer. |
|
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) |
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
Read
|
Overridden. Read from this stream |
|
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) |
|
Seek
|
Overridden. Seek in stream (not supported) |
|
SetAttributes
|
Set attributes. |
|
SetBaudrate
|
Change baudrate |
|
SetLength
|
Overridden. Set length (not supported) |
|
ToString
|
Overridden. String representation |
|
Write
|
Overridden. Write to the stream |
|
WriteByte |
Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream) |