Gets or sets proxy server HTTPS address.


Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Property AddressHttps As String
C#
public string AddressHttps { get; set; }
C++
public property string AddressHttps sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AddressHttps();

/** property */
public void set_AddressHttps(string value);
JScript
public function get AddressHttps() : String

public function set AddressHttps(value : String);

See Also