[ Version ( since = "3.12" ) ]
public void override_host_and_user (string? override_host, string? override_user)
Set host and user to use, instead of those in CamelService's settings.
It's both or none, aka either set both, or the settings values are used. This is used to not require CamelService instance at all.
this | |
override_host |
Host name to use during challenge processing; can be null |
override_user |
User name to use during challenge processing; can be null |