RealTimeConnectionManager Constructor (String)
Initializes a new instance of this class from localHost.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
localHost As String _
)
'Usage
Dim localHost As String
Dim instance As New RealTimeConnectionManager(localHost)
protected RealTimeConnectionManager(
string localHost
)
Parameters
- localHost
Type: System.String
Specifies the local host to be used in contact header. localHost could be the computer name, the IP address, or the computer's fully qualified domain name.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when an argument given is null. |
ArgumentException | Thrown when an argument given is empty, or the localHost parameter cannot be used as a host URI, or the certificate information given is not usable. |
See Also
Reference
RealTimeConnectionManager Class
RealTimeConnectionManager Members