Метод | Описание | |
---|---|---|
GetHostType ( ) : CommonUrls.HostType | ||
IgnoreBadCertificates ( ) : void |
Together with the AcceptAllCertifications method right below this causes to bypass errors caused by SLL-Errors.
|
Метод | Описание | |
---|---|---|
AcceptAllCertifications ( object sender, |
In Short: the Method solves the Problem of broken Certificates. Sometime when requesting Data and the sending Webserverconnection is based on a SSL Connection, an Error is caused by Servers whoes Certificate(s) have Errors. Like when the Cert is out of date and much more... So at this point when calling the method, this behaviour is prevented
|
public static GetHostType ( ) : CommonUrls.HostType | ||
Результат | CommonUrls.HostType |
public static IgnoreBadCertificates ( ) : void | ||
Результат | void |