for_service
Description:
[ CCode ( cname = "camel_sasl_new" ) ]
public static Sasl? for_service (string service_name, string mechanism, Service service)
public static Sasl? for_service (string service_name, string mechanism, Service service)
Parameters:
| service_name |
the SASL service name |
| mechanism |
the SASL mechanism |
| service |
the CamelService that will be using this SASL |
Returns:
|
a new Sasl object for the given |