ConnectionRequest

This event occurs when a remote computer requests a transmission control protocol (TCP) connection.

Syntax

Private Sub winsock_ConnectionRequest( )

Parameters

winsock
Object expression that evaluates to a Winsock control.

Remarks

Use the Accept method to accept an incoming connection.