C# 클래스 PSXDH.BLL.CdnOperate

파일 보기 프로젝트 열기: KOPElan/PSX-Download-Helper

공개 메소드들

메소드 설명
ExportHost ( ) : bool

导出最终的CDN列表

GetCdnAddress ( string host, bool &isCdn ) : IPAddress

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

ReadCdnConfig ( ) : void

读取CDN链接

메소드 상세

ExportHost() 공개 정적인 메소드

导出最终的CDN列表
public static ExportHost ( ) : bool
리턴 bool

GetCdnAddress() 공개 정적인 메소드

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

ReadCdnConfig() 공개 정적인 메소드

读取CDN链接
public static ReadCdnConfig ( ) : void
리턴 void