Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
WebApiDoodle
Net
Http
Client
Sample45
MessageHandlers
AuthMessageHandler
C# Class WebApiDoodle.Net.Http.Client.Sample45.MessageHandlers.AuthMessageHandler
Inheritance:
WebApiDoodle.Web.MessageHandlers.BasicAuthenticationHandler
Show file
Open project: tugberkugurlu/WebAPIDoodle
Protected Methods
Method
Description
AuthenticateUserAsync
(
HttpRequestMessage
request
,
string
username
,
string
password
,
CancellationToken
cancellationToken
) :
Task
Method Details
AuthenticateUserAsync()
protected
method
protected
AuthenticateUserAsync
(
HttpRequestMessage
request
,
string
username
,
string
password
,
CancellationToken
cancellationToken
) :
Task
request
System.Net.Http.HttpRequestMessage
username
string
password
string
cancellationToken
System.Threading.CancellationToken
return
Task