SecurityOrigin.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string protocol, string host, ushort port)

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

Parameters

protocolThe protocol for the new origin
hostThe host for the new origin
portThe port number for the new origin, or 0 to indicate the default port for protocol

Returns

A #WebKitSecurityOrigin.