C# Class PSXDH.BLL.CdnOperate

Afficher le fichier Open project: KOPElan/PSX-Download-Helper

Méthodes publiques

Méthode Description
ExportHost ( ) : bool

导出最终的CDN列表

GetCdnAddress ( string host, bool &isCdn ) : IPAddress

获取DNS解析,如果有CDN主机则返回主机地址,否则返回默认解析

ReadCdnConfig ( ) : void

读取CDN链接

Method Details

ExportHost() public static méthode

导出最终的CDN列表
public static ExportHost ( ) : bool
Résultat bool

GetCdnAddress() public static méthode

获取DNS解析,如果有CDN主机则返回主机地址,否则返回默认解析
public static GetCdnAddress ( string host, bool &isCdn ) : IPAddress
host string
isCdn bool
Résultat System.Net.IPAddress

ReadCdnConfig() public static méthode

读取CDN链接
public static ReadCdnConfig ( ) : void
Résultat void