JHWebClient.GetDataByUrl Method

DCSoft.DBUtilityGeneric

JHWebClientGetDataByUrl Method
从指定的 url 中获取文件数据流

Namespace: DCSoft.Utility.Net
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static byte[] GetDataByUrl(
	string url
)

Parameters

url
Type: SystemString
获取文件流的 Web 地址

Return Value

Type: Byte

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

See Also