Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property int MaxHttpCollectionKeys {
	static int get();
	static void set(int value);
}

Property Value

Type: System::Int32

The maximum number of keys.

Return to top
Show: