RealTimeServerConnectionManager.StartListening Method
Starts listening on the specified address and port.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub StartListening ( _
ipEndpoint As IPEndPoint _
)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim ipEndpoint As IPEndPoint
instance.StartListening(ipEndpoint)
public void StartListening(
IPEndPoint ipEndpoint
)
Parameters
- ipEndpoint
Type: System.Net.IPEndPoint
The IP endpoint to be used for listening.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the connection manager is already listening, or no interface is available. |
ConnectionFailureException | Thrown when unable to listen. |
See Also
Reference
RealTimeServerConnectionManager Class