Namespace: DeltaEngine.Networking.TcpAssembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
public event Action<TcpSocket> ClientConnected
public event Action<TcpSocket> ClientConnected
Public Event ClientConnected As Action(Of TcpSocket)
Public Event ClientConnected As Action(Of TcpSocket)
public:
event Action<TcpSocket^>^ ClientConnected {
void add (Action<TcpSocket^>^ value);
void remove (Action<TcpSocket^>^ value);
}
public:
event Action<TcpSocket^>^ ClientConnected {
void add (Action<TcpSocket^>^ value);
void remove (Action<TcpSocket^>^ value);
}
member ClientConnected : IEvent<Action<TcpSocket>,
EventArgs>
member ClientConnected : IEvent<Action<TcpSocket>,
EventArgs>
Value
Type:
System Action TcpSocket