RealTimeServerTcpConnectionManager Constructor (String)
Initializes a new instance of the class.
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