Invoked by the REST client framework to add authentication information to an outgoing request
Namespace: BrightstarDB.Client.RestSecurityAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
void Authenticate(
HttpWebRequest request
) |
| Visual Basic |
|---|
Sub Authenticate (
request As HttpWebRequest
) |
| Visual C++ |
|---|
void Authenticate(
HttpWebRequest^ request
) |
| F# |
|---|
abstract Authenticate :
request : HttpWebRequest -> unit
|
Parameters
- request
- Type: System.Net..::..HttpWebRequest
The request to be updated with authentication information
See Also