Class | Description |
---|---|
PacketReader |
Provides common functionality for efficiently reading incoming network packets.
|
PacketWriter |
Provides common functionality for efficiently formatting outgoing network packets.
|
QualityOfService |
Describes the quality of the network connection between this machine and the host of a multiplayer session that was discovered with a matchmaking query.
|
Enum | Description |
---|---|
NetworkSessionJoinError |
Contains additional data about a NetworkSessionJoinException.
|
NetworkSessionState |
Defines the different states of a multiplayer session.
|
NetworkSessionType |
Defines the different types of a multiplayer session.
|
SendDataOptions |
Defines options for network packet transmission.
|
Exception | Description |
---|---|
NetworkSessionJoinException |
Thrown if an error was encountered while joining a session.
|