Public Methods
| Name | Description | |
|---|---|---|
|
BeginRead | Begins an asynchronous read from the |
|
BeginWrite | Begins an asynchronous write to a stream. (inherited from NetworkStream) |
|
Close | Overloaded. Closes the |
|
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) |
|
Dispose | Overloaded. Releases all resources used by the |
|
EndRead | Handles the end of an asynchronous read. (inherited from NetworkStream) |
|
EndWrite | Handles the end of an asynchronous write. (inherited from NetworkStream) |
|
Equals | Determines whether the specified |
|
Flush | Flushes data from the stream. This method is reserved for future use. (inherited from NetworkStream) |
|
GetAvailableDevices | Overloaded. Lists the currently connected bluetooth devices. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
GetType | Gets the |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
|
Read | Reads data from the |
|
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 | Sets the current position of the stream to the given value. This method is not currently supported and always throws a |
|
SetLength | Sets the length of the stream. This method always throws a |
|
ToString | Overridden. Converts this object to a string. |
|
Write | Writes data to the |
|
WriteByte | Writes a byte to the current position in the stream and advances the position within the stream by one byte. (inherited from Stream) |
Protected Methods
| Name | Description | |
|---|---|---|
|
CreateWaitHandle | Allocates a |
|
Dispose | Overloaded. Releases all resources used by the |
|
Finalize | Releases all resources used by the |
|
MemberwiseClone | Overloaded. Creates a shallow copy of the current |