RealTimeServerTlsConnectionManager.PoolFqdn Property

Gets or sets the pool fqdn for this machine.

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

Syntax

'Declaration
Public Property PoolFqdn As String
    Get
    Set
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim value As String

value = instance.PoolFqdn

instance.PoolFqdn = value
public string PoolFqdn { get; set; }

Property Value

Type: System.String

Remarks

If set, it will be used in the contact header. If not set, the contact header will be generated using default logic to parse pool fqdn from certificate subject.

See Also

Reference

RealTimeServerTlsConnectionManager Class

RealTimeServerTlsConnectionManager Members

Microsoft.Rtc.Signaling Namespace