RealTimeServerConnectionManager.ListenForIncomingConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.