NSStreamEvent Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values that may be sent to HandleEvent(NSStream, NSStreamEvent).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSStreamEvent
type NSStreamEvent =
- Inheritance
-
NSStreamEvent
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
OpenCompleted | 1 | |
HasBytesAvailable | 2 | |
HasSpaceAvailable | 4 | |
ErrorOccurred | 8 | |
EndEncountered | 16 |