Table of Contents

Delegate AuthDomainBasicAuthCallback

Namespace
Soup
Assembly
Soup-3.0.dll
public delegate bool AuthDomainBasicAuthCallback(AuthDomain domain, ServerMessage msg, string username, string password)

Parameters

domain AuthDomain
msg ServerMessage
username string
password string

Returns

bool