RealTimeServerConnectionManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RealTimeServerConnectionManager() |
Initializes this instance with default localhost name. |
RealTimeServerConnectionManager(String) |
Initializes this instance with given localhost. |
RealTimeServerConnectionManager(String, String, Byte[]) |
Initializes this instance with given localhost and certificate information. |
RealTimeServerConnectionManager()
Initializes this instance with default localhost name.
protected:
RealTimeServerConnectionManager();
protected RealTimeServerConnectionManager ();
Protected Sub New ()
Applies to
RealTimeServerConnectionManager(String)
Initializes this instance with given localhost.
protected:
RealTimeServerConnectionManager(System::String ^ localHost);
protected RealTimeServerConnectionManager (string localHost);
new Microsoft.Rtc.Signaling.RealTimeServerConnectionManager : string -> Microsoft.Rtc.Signaling.RealTimeServerConnectionManager
Protected Sub New (localHost As String)
Parameters
- localHost
- String
The local host to use for contact header.
Applies to
RealTimeServerConnectionManager(String, String, Byte[])
Initializes this instance with given localhost and certificate information.
protected:
RealTimeServerConnectionManager(System::String ^ localHost, System::String ^ certificateIssuerName, cli::array <System::Byte> ^ certificateSerialNumber);
protected RealTimeServerConnectionManager (string localHost, string certificateIssuerName, byte[] certificateSerialNumber);
new Microsoft.Rtc.Signaling.RealTimeServerConnectionManager : string * string * byte[] -> Microsoft.Rtc.Signaling.RealTimeServerConnectionManager
Protected Sub New (localHost As String, certificateIssuerName As String, certificateSerialNumber As Byte())
Parameters
- localHost
- String
The local host to be used in contact header.
- certificateIssuerName
- String
The issuer name of the certificate to be used.
- certificateSerialNumber
- Byte[]
The serial number of the certificate to be used.
Exceptions
An argument given was empty or The local host parameter cannot be used as a host URI or the certificate information given is not usable.