MediaTypeFormatter.MaxHttpCollectionKeys Property

 

Gets or sets the maximum number of keys stored in a T: System.Collections.Specialized.NameValueCollection.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public static int MaxHttpCollectionKeys { get; set; }
public:
property int MaxHttpCollectionKeys {
    static int get();
    static void set(int value);
}
static member MaxHttpCollectionKeys : int with get, set
Public Shared Property MaxHttpCollectionKeys As Integer

Property Value

Type: System.Int32

The maximum number of keys.

See Also

MediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top