32 instantiations of LongValidator
System.Configuration (1)
System\Configuration\LongValidatorAttribute.cs (1)
31
return new
LongValidator
(_min, _max, _excludeRange);
System.ServiceModel (18)
System\ServiceModel\Configuration\Properties.cs (18)
1255
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
1257
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
1807
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2267
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2268
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(16384, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2300
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2303
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2356
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2413
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2416
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2601
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2602
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2732
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2733
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2813
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
2814
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
3787
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
3788
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\Properties.cs (4)
39
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
41
properties.Add(new ConfigurationProperty("maxPendingMessagesTotalSize", typeof(System.Int64), (long)0, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
42
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
95
properties.Add(new ConfigurationProperty("maxPendingMessagesTotalSize", typeof(System.Int64), (long)0, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Configuration\UdpTransportSettingsElement.cs (2)
222
new
LongValidator
(1L, UdpConstants.Defaults.MaxReceivedMessageSize),
231
new
LongValidator
(1L, long.MaxValue),
System.ServiceModel.Web (6)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
165
properties.Add(new ConfigurationProperty("maxBufferPoolSize", typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
166
properties.Add(new ConfigurationProperty("maxReceivedMessageSize", typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (2)
156
properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
157
properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (2)
127
properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxBufferPoolSize, typeof(System.Int64), (long)524288, null, new System.Configuration.
LongValidator
(0, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
128
properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, typeof(System.Int64), (long)65536, null, new System.Configuration.
LongValidator
(1, 9223372036854775807, false), System.Configuration.ConfigurationPropertyOptions.None));
System.Web (1)
Configuration\CacheSection.cs (1)
87
new
LongValidator
(0, long.MaxValue),