Uses of Class
gurux.net.ConnectionEventArgs
-
Packages that use ConnectionEventArgs Package Description gurux.net Gurux network component determines methods that make the communication possible using Internet. -
-
Uses of ConnectionEventArgs in gurux.net
Methods in gurux.net with parameters of type ConnectionEventArgs Modifier and Type Method Description voidIGXNetListener. onClientConnected(Object sender, ConnectionEventArgs e)Called when the client is establishing a connection with a GXNet Server.voidIGXNetListener. onClientDisconnected(Object sender, ConnectionEventArgs e)Called when the client has been disconnected from the GXNet server.
-