Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides types for bidirectional, interprocess communication over a network.
Classes
Class | Description | |
---|---|---|
![]() |
NetworkStream | Provides the underlying stream of data for network access. |
![]() |
Socket | Implements the Berkeley sockets interface. |
![]() |
SocketException | The exception that is thrown when a socket error occurs. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
AddressFamily | Specifies the addressing scheme that an instance of the Socket class can use. |
![]() |
ProtocolFamily | Specifies the type of protocol that an instance of the Socket class can use. |
![]() |
ProtocolType | Specifies the protocols that the Socket class supports. |
![]() |
SelectMode | Defines the polling modes for the Socket..::..Poll method. |
![]() |
SocketError | Defines error codes for the Socket class. |
![]() |
SocketFlags | Specifies socket send and receive behaviors. |
![]() |
SocketOptionLevel | Defines socket option levels for the Socket..::..SetSocketOption and Socket..::..GetSocketOption methods. |
![]() |
SocketOptionName | Defines configuration option names. |
![]() |
SocketType | Specifies the type of socket that an instance of the Socket class represents. |