HttpClient.GetBytes Method

DCSoft.DBUtilityGeneric

HttpClientGetBytes Method
发出一次新的请求,并以字节数组形式返回回应的内容 调用此方法会触发StatusUpdate事件

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] GetBytes()

Return Value

Type: Byte
包含回应主体内容的字节数组
See Also