This event occures when the client will connect to the server
Namespace: White_Tiger.Protocols.TCPAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void OnClientConnect( IAsyncResult asyn ) |
Visual Basic |
---|
Public Sub OnClientConnect ( asyn As IAsyncResult ) |
Visual C++ |
---|
public: void OnClientConnect( IAsyncResult^ asyn ) |
Parameters
- asyn
- Type: System..::..IAsyncResult
[Missing <param name="asyn"/> documentation for "M:White_Tiger.Protocols.TCP.TCPServer.OnClientConnect(System.IAsyncResult)"]