HttpParameterCollection   Conversion ( Byte  to HttpParameterCollection)Nemiro.OAuth
The assignment operator for the byte array.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static implicit operator HttpParameterCollection (
	byte[] value
)

Parameters

value
Type:  System Byte 
The byte array of the request body.

Return Value

Type: HttpParameterCollection
New instance of the HttpParameterCollection.
See Also