RealTimeServerConnectionManager.StartListening(IPEndPoint) 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.
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.