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, _
certificateIssuerName As String, _
certificateSerialNumber As Byte() _
)
|
|
protected RealTimeServerConnectionManager (
string localHost,
string certificateIssuerName,
byte[] certificateSerialNumber
)
|
Parameters
- localHost
-
The local host to be used in the contact header.
- certificateIssuerName
-
The issuer name of the certificate to be used.
- certificateSerialNumber
-
The serial number of the certificate to be used.
Exceptions
Exception type |
Condition |
ArgumentException
|
An argument given is empty, the local host 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