Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.SocketServer.ServerToServer.SocketErrorEventArgs Class Reference

Provides data for the TcpClient.ConnectError event. More...

Inheritance diagram for Photon.SocketServer.ServerToServer.SocketErrorEventArgs:

Public Member Functions

 SocketErrorEventArgs (SocketError socketError)
 Initializes a new instance of the SocketErrorEventArgs class. More...
 

Properties

SocketError SocketError [get]
 Gets the socket error code occured during the connection attemp. More...
 

Detailed Description

Provides data for the TcpClient.ConnectError event.

Constructor & Destructor Documentation

◆ SocketErrorEventArgs()

Photon.SocketServer.ServerToServer.SocketErrorEventArgs.SocketErrorEventArgs ( SocketError  socketError)
inline

Initializes a new instance of the SocketErrorEventArgs class.

Parameters
socketErrorThe SocketError occured during connection attemp.

Property Documentation

◆ SocketError

SocketError Photon.SocketServer.ServerToServer.SocketErrorEventArgs.SocketError
get

Gets the socket error code occured during the connection attemp.