STUNServer Property

The STUN server to connect to.

Syntax

public string STUNServer { get; set; }
Public Property STUNServer As String

Default Value

""

Remarks

The property specifies the IP address or domain name of the STUN server to connect to.

If this property is set to a domain name, a DNS request is initiated; if it completes successfully, this property is set to the corresponding address. If the search is not successful, an error is returned.

If the UseConnection configuration setting is set to True, this property must be set before the component is activated (Active is set to True).

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 .NET Edition - Version 20.0 [Build 8235]