Uploads a name/value collection to a specified URI.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Function UploadValues ( _
	uri As Uri, _
	values As NameValueCollection _
) As Byte()
C#
public byte[] UploadValues(
	Uri uri,
	NameValueCollection values
)

Parameters

uri
Type: System..::..Uri
Uri to send data to.
values
Type: System.Collections.Specialized..::..NameValueCollection
Name/value collection to send.

Return Value

Response data of the upload operation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also