Gets the IP Port Number on the organization's proxy server (if any) thru which the gateway transactions should pass.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int ProxyPort { get; }
Visual Basic
Public ReadOnly Property ProxyPort As Integer
	Get
Visual C++
public:
property int ProxyPort {
	int get ();
}

Field Value

An IP port number. Normally a 2 to 4 digit integer, e.g., 443.

See Also