Share via


RealTimeConnectionManager Constructor (String, String, Byte[])

Initializes a new instance of the class.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Sub New ( _
    localHost As String, _
    certificateIssuerName As String, _
    certificateSerialNumber As Byte() _
)
'Usage
Dim localHost As String
Dim certificateIssuerName As String
Dim certificateSerialNumber As Byte()

Dim instance As New RealTimeConnectionManager(localHost, _
    certificateIssuerName, certificateSerialNumber)
protected RealTimeConnectionManager(
    string localHost,
    string certificateIssuerName,
    byte[] certificateSerialNumber
)

Parameters

  • localHost
    Type: System..::..String
    Specifies the local host to be used in contact header. localHost can be the computer name, IP address, or fully qualified domain name.
  • certificateIssuerName
    Type: System..::..String
    The issuer name of the certificate to be used.
  • certificateSerialNumber
    Type: array<System..::..Byte>[]()[][]
    The serial number of the certificate to be used.

Exceptions

Exception Condition
ArgumentNullException

Thrown when an argument given is nullNothingnullptrunita null reference (Nothing in Visual Basic).

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.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

RealTimeConnectionManager Overload

Microsoft.Rtc.Signaling Namespace