Foundation.NSStream: Method Members

The methods of Foundation.NSStream are listed below. For a list of all members, see the NSStream Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

Close()
Documentation for this section has not yet been entered.
static
GetBoundStreams(out NSInputStream, out NSOutputStream, nuint)
Creates an input and output streams that are linked to each other.
static
GetStreamsToHost(string, out NSInputStream, out NSOutputStream, nint)
Creates input and output streams for a TCP/IP connection to a specific host and port.
Open()
Documentation for this section has not yet been entered.
Schedule(NSRunLoop, string)
Documentation for this section has not yet been entered.
Unschedule(NSRunLoop, string)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSStream object.