SecurityOrigin


Description:

[ CCode ( has_construct_function = false ) ]
public SecurityOrigin (string protocol, string host, uint16 port)

Create a new security origin from the provided protocol, host and port.

Parameters:

protocol

The protocol for the new origin

host

The host for the new origin

port

The port number for the new origin, or 0 to indicate the default port for protocol

Returns:

A SecurityOrigin.