Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Test
MSAL
NET
Unit
Mocks
MockHttpMessageHandler
C# Class Test.MSAL.NET.Unit.Mocks.MockHttpMessageHandler
Inheritance:
System.Net.Http.HttpMessageHandler
显示文件
Open project: AzureAD/microsoft-authentication-library-for-dotnet
Class Usage Examples
Protected Methods
Method
Description
SendAsync
(
HttpRequestMessage
request
,
CancellationToken
cancellationToken
) :
Task
Method Details
SendAsync()
protected
method
protected
SendAsync
(
HttpRequestMessage
request
,
CancellationToken
cancellationToken
) :
Task
request
System.Net.Http.HttpRequestMessage
cancellationToken
System.Threading.CancellationToken
return
Task