RealTimeServerTcpConnectionManager.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:
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.