Click or drag to resize

IChallengeResponseAuthenticatorPrepareWithRequest Method

Setup the authenticator to make a request (some auth mechanisms differ depending on the request URI and even HTTP method)

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
void PrepareWithRequest(
	HttpRequestMessage request
)

Parameters

request
Type: System.Net.HttpHttpRequestMessage
Request.
See Also