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
ファイルを表示 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