HostPort Property
See Also Example Applies To
A long containing the HTTP port of the remote server.
Syntax
object.HostPort
The object placeholder represents an XMLHTTPCall object.
Remarks
The default setting of this property is 80. This value must be in the range 1 to 65535. If the value is out of this range a vbXML_ERROR_PORTOUTOFRANGE error is thrown.
|