Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ModernHttpClient
CaptiveNetworkException
C# Class ModernHttpClient.CaptiveNetworkException
Thrown when the request goes to a captive network. This happens usually with wifi networks where an authentication html form is shown instead of the real content.
Inheritance:
System.Net.WebException
Exibir arquivo
Open project: fpt-software/Wordpress-Client
Public Methods
Method
Description
CaptiveNetworkException
(
Uri
sourceUri
,
Uri
destinationUri
) :
System
Method Details
CaptiveNetworkException()
public
method
public
CaptiveNetworkException
(
Uri
sourceUri
,
Uri
destinationUri
) :
System
sourceUri
System.Uri
destinationUri
System.Uri
return
System