Flags Structure |
public readonly struct Flags
The Flags type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenFlags | Flags specific to the Connection. | |
| OtherFlags | Other flags. | |
| SocketFlags | Client and server socket flags, specific to the ProtocolHead. |
| Name | Description | |
|---|---|---|
| BitwiseAnd(Flags, OpenFlags) | Combine flags. | |
| BitwiseAnd(Flags, SocketFlags) | Combine flags. | |
| BitwiseOr(Flags, Flags) | Combine flags. | |
| (OpenFlags to Flags) | Implicit cast. | |
| (SocketFlags to Flags) | Implicit cast. |