Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes this instance with given localhost.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
localHost As String _
)
'Usage
Dim localHost As String
Dim instance As New RealTimeServerTcpConnectionManager(localHost)
public RealTimeServerTcpConnectionManager(
string localHost
)
Parameters
- localHost
Type: System.String
The localHost to use in the contact header.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The localHost parameter cannot be used as a host URI. |
See Also
Reference
RealTimeServerTcpConnectionManager Class
RealTimeServerTcpConnectionManager Members