The primary class used for communications.
The Stream..::.PollFlag type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Stream..::.PollFlag |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Accept |
Not valid on a client stream. On a listening stream,
check whether there is a pending client connection.
| |
| Connect |
Not valid on a listening stream. On a client stream,
check whether the connection has completed.
| |
| Flush |
Not valid on a listening stream. On a client stream,
check whether it is possible to flush any more data
without blocking.
| |
| Receive |
On a listening stream, check for connections pending from clients.
On a client stream, check whether there is any data available to receive.
| |
| Send |
Not valid on a listening stream. On a client stream,
check whether there is space in the stream buffer to
store any data.nections pending from clients. On a client stream,
check whether there is any data available to receive.
|