Gets the IP Port Number on the gateway service provider's server that will receive the transactions.

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

Syntax

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

Field Value

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

See Also