Task OnTcpConnecting(
ITcpSession client,
ConnectingEventArgs e
)
Function OnTcpConnecting (
client As ITcpSession,
e As ConnectingEventArgs
) As Task
abstract OnTcpConnecting :
client : ITcpSession *
e : ConnectingEventArgs -> Task