RealTimeServerConnectionManager.StartListening(IPEndPoint) Method

Definition

Starts listening on the specified address and port.

public:
 void StartListening(System::Net::IPEndPoint ^ ipEndpoint);
public void StartListening (System.Net.IPEndPoint ipEndpoint);
member this.StartListening : System.Net.IPEndPoint -> unit

Parameters

ipEndpoint
IPEndPoint

The IP endpoint to be used for listening.

Exceptions

Thrown when the connection manager is already listening, or no interface is available.

Thrown when unable to listen. Common reason is due to a port that is already in use.

Applies to