Public Methods

  Name Description
Public method BeginRead Begins an asynchronous read from the NetworkStream. (inherited from NetworkStream)
Public method BeginWrite Begins an asynchronous write to a stream. (inherited from NetworkStream)
Public method Close Overloaded. Closes the NetworkStream object. (inherited from NetworkStream)
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 Dispose Overloaded. Releases all resources used by the Stream. (inherited from NetworkStream)
Public method EndRead Handles the end of an asynchronous read. (inherited from NetworkStream)
Public method EndWrite Handles the end of an asynchronous write. (inherited from NetworkStream)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Flush Flushes data from the stream. This method is reserved for future use. (inherited from NetworkStream)
Public method Static GetAvailableDevices Overloaded. Lists the currently connected bluetooth devices.
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 Reads data from the NetworkStream. (inherited from NetworkStream)
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 Sets the current position of the stream to the given value. This method is not currently supported and always throws a NotSupportedException. (inherited from NetworkStream)
Public method SetLength Sets the length of the stream. This method always throws a NotSupportedException. (inherited from NetworkStream)
Public method ToString Overridden. Converts this object to a string.
Public method Write Writes data to the NetworkStream. (inherited from NetworkStream)
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. (inherited from NetworkStream)
Family method Finalize Releases all resources used by the NetworkStream. (inherited from NetworkStream)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Top

See Also