AuthDomainBasic
Description:
[ CCode ( has_construct_function = false , type = "SoupAuthDomain*" ) ]
public AuthDomainBasic (string optname1, ...)
public AuthDomainBasic (string optname1, ...)
Creates a AuthDomainBasic.
You must set the [property@AuthDomain:realm] property, to indicate the realm name to be returned with the authentication challenge to the client. Other parameters are optional.
Parameters:
optname1 |
name of first option, or null |
... |
option name/value pairs |
Returns:
the new AuthDomain |