EmbeddedServer..::..Accept Method
Accepts the given pending connection.
                
    Namespace: 
   com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Accept( EmbeddedConnection connection )
Parameters
- connection
 - Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The connection to accept. 

