RealmHandler Delegate

HttpServer.dll

Delegate used to find a realm/domain.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate string RealmHandler(
	string domain
)
Visual Basic (Declaration)
Public Delegate Function RealmHandler ( _
	domain As String _
) As String
Visual C++
public delegate String^ RealmHandler(
	String^ domain
)

Parameters

domain
Type: System..::.String

Return Value

Remarks

Realms are used during http authentication

See Also