get_port


Description:

public uint16 get_port ()

Gets the port of this.

This function will always return 0 if the port is the default port for the given protocol. For example, http://example.com has the same security origin as http://example.com:80, and this function will return 0 for a SecurityOrigin constructed from either URI.

Parameters:

this

a SecurityOrigin

Returns:

The port of the SecurityOrigin.