HttpParameterCollection ClassNemiro.OAuth
Collection of HTTP parameters.
Inheritance Hierarchy

System Object
  System.Collections.Generic List HttpParameter 
    Nemiro.OAuth HttpParameterCollection

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

public class HttpParameterCollection : List<HttpParameter>

The HttpParameterCollection type exposes the following members.

Constructors

  NameDescription
Public methodHttpParameterCollection 
Initializes a new instance of the HttpParameterCollection class.
Public methodHttpParameterCollection( Byte )
Initializes a new instance of the HttpParameterCollection class.
Public methodHttpParameterCollection(NameValueCollection)
Initializes a new instance of the HttpParameterCollection class.
Public methodHttpParameterCollection(Stream)
Initializes a new instance of the HttpParameterCollection class.
Public methodHttpParameterCollection( HttpParameter )
Initializes a new instance of the HttpParameterCollection class.
Top
Methods

  NameDescription
Public methodAdd( Byte )
Adds a HttpRequestBody to the end of the collection.
Public methodAdd(Stream)
Adds a HttpRequestBody to the end of the collection.
Public methodAdd(Object)
Adds a HttpRequestBody to the end of the collection.
Public methodAdd(HttpPostedFile)
Adds a HttpRequestBody to the end of the collection.
Public methodAdd(HttpParameter)
Adds a parameter to the end of the collection.
Public methodAdd(String, Object)
Adds a parameter to the end of the collection.
Public methodAdd(String, String)
Adds a HttpParameter to the end of the collection.
Public methodAdd(String, HttpPostedFile)
Adds a HttpFile to the end of the collection.
Public methodAdd(String, String,  Byte )
Adds a HttpFile to the end of the collection.
Public methodAdd(String, String, Stream)
Adds a HttpFile to the end of the collection.
Public methodAdd(HttpParameterType, String, String)
Adds a HttpParameter to the end of the collection.
Public methodAdd(String, String, String,  Byte )
Adds a HttpFile to the end of the collection.
Public methodAdd(String, String, String, Stream)
Adds a HttpFile to the end of the collection.
Public methodAddFormParameter
Adds a HttpFormParameter to the end of the collection.
Public methodAddRange
Adds the items of the specified collection to the end of the current instance of the HttpParameterCollection.
Public methodAddUrlParameter
Adds a HttpUrlParameter to the end of the collection.
Public methodAsReadOnly (Inherited from List HttpParameter .)
Public methodBinarySearch(T) (Inherited from List HttpParameter .)
Public methodBinarySearch(T, IComparer T ) (Inherited from List HttpParameter .)
Public methodBinarySearch(Int32, Int32, T, IComparer T ) (Inherited from List HttpParameter .)
Public methodClear
Removes all elements from the HttpParameterCollection.
Public methodContains (Inherited from List HttpParameter .)
Public methodConvertAll TOutput  (Inherited from List HttpParameter .)
Public methodCopyTo( T ) (Inherited from List HttpParameter .)
Public methodCopyTo( T , Int32) (Inherited from List HttpParameter .)
Public methodCopyTo(Int32,  T , Int32, Int32) (Inherited from List HttpParameter .)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from List HttpParameter .)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from List HttpParameter .)
Public methodFindAll (Inherited from List HttpParameter .)
Public methodFindIndex(Predicate T ) (Inherited from List HttpParameter .)
Public methodFindIndex(Int32, Predicate T ) (Inherited from List HttpParameter .)
Public methodFindIndex(Int32, Int32, Predicate T ) (Inherited from List HttpParameter .)
Public methodFindLast (Inherited from List HttpParameter .)
Public methodFindLastIndex(Predicate T ) (Inherited from List HttpParameter .)
Public methodFindLastIndex(Int32, Predicate T ) (Inherited from List HttpParameter .)
Public methodFindLastIndex(Int32, Int32, Predicate T ) (Inherited from List HttpParameter .)
Public methodForEach (Inherited from List HttpParameter .)
Public methodGetEnumerator (Inherited from List HttpParameter .)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from List HttpParameter .)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from List HttpParameter .)
Public methodIndexOf(T, Int32) (Inherited from List HttpParameter .)
Public methodIndexOf(T, Int32, Int32) (Inherited from List HttpParameter .)
Public methodInsert
Inserts an element into the instance of the HttpParameterCollection at the specified index.
Public methodInsertRange
Inserts the elements of a collection into the instance of the HttpParameterCollection at the specified index.
Public methodLastIndexOf(T) (Inherited from List HttpParameter .)
Public methodLastIndexOf(T, Int32) (Inherited from List HttpParameter .)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from List HttpParameter .)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific parameter from the HttpParameterCollection.
Public methodRemoveAll
Removes all the elements that match the conditions defined by the specified predicate.
Public methodRemoveAt
Removes the element at the specified index of the HttpParameterCollection.
Public methodRemoveRange
Removes a range of elements from the HttpParameterCollection.
Public methodReverse  (Inherited from List HttpParameter .)
Public methodReverse(Int32, Int32) (Inherited from List HttpParameter .)
Public methodSort  (Inherited from List HttpParameter .)
Public methodSort(IComparer T ) (Inherited from List HttpParameter .)
Public methodSort(Comparison T ) (Inherited from List HttpParameter .)
Public methodSort(Int32, Int32, IComparer T ) (Inherited from List HttpParameter .)
Public methodToArray (Inherited from List HttpParameter .)
Public methodToNameValueCollection
Copies elements of the HttpParameterCollection to a new NameValueCollection instance.
Public methodToRequestBody
Gets a body for the request.
Public methodToString (Inherited from Object.)
Public methodToStringParameters 
Returns a string query parameters encoded by default method (UrlEncode(String)).
Public methodToStringParameters(String)
Returns a string of query parameters with a specified separator.
Public methodToStringParameters(HttpParameterType)
Returns a string of query parameters with a specified encoding parameters.
Public methodToStringParameters(UrlEncodingType)
Returns a string of query parameters with a specified encoding parameters.
Public methodToStringParameters(String, HttpParameterType)
Returns a string of query parameters with a specified encoding parameters.
Public methodToStringParameters(String, UrlEncodingType)
Returns a string of query parameters with a specified encoding parameters.
Public methodToStringParameters(UrlEncodingType, HttpParameterType)
Returns a string of query parameters with a specified encoding parameters.
Public methodToStringParameters(String, UrlEncodingType, HttpParameterType)
Returns a string of query parameters with a specified separator and encoding parameters.
Public methodTrimExcess (Inherited from List HttpParameter .)
Public methodTrueForAll (Inherited from List HttpParameter .)
Public methodWriteToRequestStream
Writes the parameters to the request.
Top
Operators

  NameDescription
Public operatorStatic member ( Byte  to HttpParameterCollection)
The assignment operator for the byte array.
Public operatorStatic member (NameValueCollection to HttpParameterCollection)
The assignment operator for the NameValueCollection.
Public operatorStatic member (Stream to HttpParameterCollection)
The assignment operator for the Stream.
Public operatorStatic member ( HttpParameter  to HttpParameterCollection)
The assignment operator for array of the HttpParameter.
Top
Properties

  NameDescription
Public propertyBoundary
Gets a boundary for a request.
Public propertyCapacity (Inherited from List HttpParameter .)
Public propertyCount (Inherited from List HttpParameter .)
Public propertyEncoding
Gets or sets code page for parameters encoding.
Public propertyHasFiles
Gets a value indicating whether the current collection has a files.
Public propertyIsRequestBody
Gets a value indicating whether the current collection has a HttpRequestBody.
Public propertyItem (Inherited from List HttpParameter .)
Top
See Also