[ 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
.
this |
a Cookie |
host |
a URI |
|