RealTimeServerTlsConnectionManager.PoolFqdn Property
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.
Gets or sets the pool fqdn for this machine.
public:
property System::String ^ PoolFqdn { System::String ^ get(); void set(System::String ^ value); };
public string PoolFqdn { get; set; }
member this.PoolFqdn : string with get, set
Public Property PoolFqdn As String
Property Value
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.