







![]() ![]() |
C# Webserver |
BasicAuthentication..::.CreateResponse Method |
BasicAuthentication Class See Also Send Feedback |
Create a response that can be sent in the WWW-Authenticate header.
Namespace:
HttpServer.Authentication
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override string CreateResponse( string realm, params Object[] options ) |
Visual Basic (Declaration) |
---|
Public Overrides Function CreateResponse ( _ realm As String, _ ParamArray options As Object() _ ) As String |
Visual C++ |
---|
public: virtual String^ CreateResponse( String^ realm, ... array<Object^>^ options ) override |
Parameters
- realm
- Type: System..::.String
Realm that the user should authenticate in
- options
- Type: array<
System..::.Object
>[]()[]
Not used in basic auth