Edit

Share via


RealTimeServerConnectionManager.ListenForIncomingConnections Method

Definition

This method does the actual S4 listening.

protected:
 abstract System::Net::IPEndPoint ^ ListenForIncomingConnections(System::Net::IPEndPoint ^ ipEndpoint);
protected abstract System.Net.IPEndPoint ListenForIncomingConnections (System.Net.IPEndPoint ipEndpoint);
abstract member ListenForIncomingConnections : System.Net.IPEndPoint -> System.Net.IPEndPoint

Parameters

ipEndpoint
IPEndPoint

The ip endpoint to be used for listening.

Returns

The listening endpoint.

Applies to