Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Protected Sub New ( _
localHost As String _
)
|
|
protected RealTimeConnectionManager (
string localHost
)
|
Parameters
- localHost
-
Specifies the local host to be used in contact header.
localHost can be the computer name, IP address, or fully
qualified domain name.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Thrown when an argument given is null.
|
ArgumentException
|
Thrown when an argument given is empty, the
localHost parameter cannot be used as a host URI, or the
certificate information given is not usable.
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also