Table of Contents

Namespace SteamNetworkLib.Events

Classes

LobbyCreatedEventArgs

Provides data for the lobby created event. Contains information about the newly created lobby and the result of the creation operation.

LobbyDataChangedEventArgs

Provides data for the lobby data changed event. Contains information about what lobby data was changed, including old and new values.

LobbyJoinedEventArgs

Provides data for the lobby joined event. Contains information about the lobby that was joined and the result of the join operation.

LobbyLeftEventArgs

Provides data for the lobby left event. Contains information about the lobby that was left and the reason for leaving.

MemberDataChangedEventArgs

Provides data for the member data changed event. Contains information about what member data was changed, including old and new values.

MemberJoinedEventArgs

Provides data for the member joined event. Contains information about the member who joined the lobby.

MemberLeftEventArgs

Provides data for the member left event. Contains information about the member who left the lobby and the reason for leaving.

P2PMessageReceivedEventArgs

Provides data for the P2P message received event. Contains deserialized message data and metadata about the received message.

P2PPacketReceivedEventArgs

Provides data for the P2P packet received event. Contains raw packet data and metadata about the received packet.

P2PPacketSentEventArgs

Provides data for the P2P packet sent event. Contains information about the result of sending a P2P packet.

P2PSessionConnectFailEventArgs

Provides data for the P2P session connect fail event. Contains information about a failed P2P connection attempt.

P2PSessionRequestEventArgs

Provides data for the P2P session request event. Contains information about an incoming P2P session request and allows controlling the response.

VersionMismatchEventArgs

Event arguments for SteamNetworkLib version mismatches between players.