Edit

Share via


RealTimeServerTcpConnectionManager.ListenForIncomingConnections Method

Definition

This method does the actual S4 listening.

protected:
 override System::Net::IPEndPoint ^ ListenForIncomingConnections(System::Net::IPEndPoint ^ ipEndpoint);
protected override System.Net.IPEndPoint ListenForIncomingConnections (System.Net.IPEndPoint ipEndpoint);
override this.ListenForIncomingConnections : System.Net.IPEndPoint -> System.Net.IPEndPoint

Parameters

ipEndpoint
IPEndPoint

The ip endpoint to be used for listening.

Returns

The listening endpoint.

Applies to