JHWebClient.IsExistsHttpFile Method

DCSoft.DBUtilityGeneric

JHWebClientIsExistsHttpFile Method
判断指定的 HTTP 地址的文件是否存在

Namespace: DCSoft.Utility.Net
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsExistsHttpFile(
	string httpPath
)

Parameters

httpPath
Type: SystemString
http 文件地址

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DCSoft.Utility.Net.JHWebClient.IsExistsHttpFile(System.String)"]

See Also