domain_matches


Description:

[ Version ( since = "2.30" ) ]
public bool domain_matches (string host)

Checks if the this's domain and host match in the sense that this should be sent when making a request to host, or that this should be accepted when receiving a response from host.

Parameters:

this

a Cookie

host

a URI

Returns:

true if the domains match, false otherwise