WebClientHelperPost Method (String, Byte) | Helper帮助文档 |
向指定URL发送字节数据
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Post( string url, byte[] postData )
Public Function Post ( url As String, postData As Byte() ) As String
public: String^ Post( String^ url, array<unsigned char>^ postData )
member Post : url : string * postData : byte[] -> string
Parameters
- url
- Type: SystemString
网址 - postData
- Type: SystemByte
发送的字节数组
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.WebClientHelper.Post(System.String,System.Byte[])"]
See Also