task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a value that indicates whether to make a persistent connection to the Internet resource. [Name] | KeepAlive | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the maximum number of redirects that the request follows. [Name] | MaximumAutomaticRedirections | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the maximum allowed length of the response headers. [Name] | MaximumResponseHeadersLength | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the media type of the request. [Name] | MediaType | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the method for the request. (Overrides WebRequest.Method.) [Name] | Method | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a value that indicates whether to pipeline the request to the Internet resource. [Name] | Pipelined | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a value that indicates whether to send an Authorization header with the request. (Overrides WebRequest.PreAuthenticate.) [Name] | PreAuthenticate | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the version of HTTP to use for the request. [Name] | ProtocolVersion | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets proxy information for the request. (Overrides WebRequest.Proxy.) [Name] | Proxy | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a time-out in milliseconds when writing to or reading from a stream. [Name] | ReadWriteTimeout | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the value of the Referer HTTP header. [Name] | Referer | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets the original Uniform Resource Identifier (URI) of the request. (Overrides WebRequest.RequestUri.) [Name] | RequestUri | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a value that indicates whether to send data in segments to the Internet resource. [Name] | SendChunked | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets the service point to use for the request. [Name] | ServicePoint | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the time-out value in milliseconds for the GetResponse and GetRequestStream methods. (Overrides WebRequest.Timeout.) [Name] | Timeout | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the value of the Transfer-encoding HTTP header. [Name] | TransferEncoding | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing. [Name] | UnsafeAuthenticatedConnectionSharing | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets a Boolean value that controls whether default credentials are sent with requests. (Overrides WebRequest.UseDefaultCredentials.) [Name] | UseDefaultCredentials | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
b7790d0b_equest_Properties__System_Net___Name | [Description] Gets or sets the value of the User-agent HTTP header. [Name] | UserAgent | [] | HttpWebRequest Properties (System.Net) | Name | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets or sets the padding value for all the edges. [Name] | All | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets or sets the padding value for the bottom edge. [Name] | Bottom | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets the combined padding for the right and left edges. [Name] | Horizontal | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets or sets the padding value for the left edge. [Name] | Left | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets or sets the padding value for the right edge. [Name] | Right | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets the padding information in the form of a System.Drawing.Size. [Name] | Size | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets or sets the padding value for the top edge. [Name] | Top | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
6f409fc9_perties__System_Windows_Forms___Name | [Description] Gets the combined padding for the top and bottom edges. [Name] | Vertical | [
[
"A",
"l",
"l"
],
[
"B",
"o",
"t",
"t",
"o",
"m"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l"
],
[
"L",
"e",
"f",
"t"
],
[
"R",
"i",
"g",
"h",
"t"
],
[
"S",
"i",
"z",
"e"
],
[
"T",
"o",
"p"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l"
]
] | Padding Properties (System.Windows.Forms) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.padding_properties(v=vs.85).aspx | 22/1438042990177.43_20150728002310-00331-ip-10-236-191-2_882530482_0.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] AllowDynamicModuleRegistration [Description] | Gets or sets a value that indicates whether RegisterModule method calls are allowed. The default is true. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] ApartmentThreading [Description] | Gets or sets a value that indicates whether application apartment threading is enabled. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] AppRequestQueueLimit [Description] | Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] AsyncPreloadMode [Description] | Gets or sets the mode of the request entity that is asynchronously preloaded. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] CurrentConfiguration [Description] | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] DefaultRegexMatchTimeout [Description] | Gets or sets the amount of time that a regular expression is allowed in order to perform a match. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] DelayNotificationTimeout [Description] | Gets or sets the change notification delay. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] ElementInformation [Description] | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] ElementProperty [Description] | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] Enable [Description] | Gets or sets a value that indicates whether the application domain is enabled. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] EnableHeaderChecking [Description] | Gets or sets a value that indicates whether the header checking is enabled. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] EnableKernelOutputCache [Description] | Gets or sets a value that indicates whether output caching is enabled. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] EnableVersionHeader [Description] | Gets or sets a value that indicates whether ASP.NET should output a version header. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] EncoderType [Description] | Gets or sets the name of a custom type that can be used to handle HTML and URL encoding. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] ExecutionTimeout [Description] | Gets or sets the allowed execution time for the request. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] FcnMode [Description] | Gets or sets an enumeration value specifying the file change notifications mode. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] Item[ConfigurationProperty] [Description] | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] Item[String] [Description] | Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] LockAllAttributesExcept [Description] | Gets the collection of locked attributes. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] LockAllElementsExcept [Description] | Gets the collection of locked elements. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] LockAttributes [Description] | Gets the collection of locked attributes (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] LockElements [Description] | Gets the collection of locked elements. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] LockItem [Description] | Gets or sets a value indicating whether the element is locked. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MaxQueryStringLength [Description] | Gets or sets the maximum possible length, in number of characters, of a query string in an HTTP request. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MaxRequestLength [Description] | Gets or sets the maximum request size. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MaxUrlLength [Description] | Gets or sets the maximum possible length, in number of characters, of the URL in an HTTP request. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MaxWaitChangeNotification [Description] | Gets or sets the time interval between the first change notification and the time at which the application domain is restarted. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MinFreeThreads [Description] | Gets or sets the minimum number of threads that must be free before a request for resources in this configuration scope can be serviced. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] MinLocalRequestFreeThreads [Description] | Gets or sets the minimum number of free threads required to service a local request. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] Properties [Description] | Gets the collection of properties. (Inherited from ConfigurationElement.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RelaxedUrlToFileSystemMapping [Description] | Gets or sets a value that indicates whether the URL in an HTTP request is required to be a valid Windows file path. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RequestLengthDiskThreshold [Description] | Gets or sets the input-stream buffering threshold. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RequestPathInvalidCharacters [Description] | Gets or sets a list of characters that are specified as invalid in a path that is part of an HTTP request. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RequestValidationMode [Description] | Gets or sets a version number that indicates which ASP.NET version-specific approach to validation will be used. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RequestValidationType [Description] | Gets or sets the name of a type that is used to validate HTTP requests. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] RequireRootedSaveAsPath [Description] | Gets or sets a value that indicates whether the file name must be a fully qualified physical file path. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] SectionInformation [Description] | Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.) | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] SendCacheControlHeader [Description] | Gets or sets a value that indicates whether the cache-control:private header is sent as part of the HTTP response. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] ShutdownTimeout [Description] | Gets or sets the length of time the application is allowed to idle before it is terminated. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] TargetFramework [Description] | Gets or sets the target .NET framework. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] UseFullyQualifiedRedirectUrl [Description] | Gets or sets a value that indicates whether the client-side redirects are fully qualified. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
5822e0f2_ass__System_Web_Configuration___Description | [Name] WaitChangeNotification [Description] | Gets or sets the waiting time before the next change notification. | [] | HttpRuntimeSection Class (System.Web.Configuration) | Description | https://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.aspx | 22/1438043062635.98_20150728002422-00277-ip-10-236-191-2_876614046_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::DAdvise [Description] | Establishes a connection between the data object and an advise sink. This enables the advise sink to receive notifications of changes in the object. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::DUnadvise [Description] | Terminates a connection previously established through DAdvise. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::EnumDAdvise [Description] | Creates an enumerator to iterate through the current advisory connections. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::EnumFormatEtc [Description] | Creates an enumerator to iterate through the FORMATETC structures supported by the data object. The ATL implementation returns E_NOTIMPL. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::FireDataChange [Description] | Sends a change notification back to each advise sink. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::GetCanonicalFormatEtc [Description] | Retrieves a logically equivalent FORMATETC structure to one that is more complex. The ATL implementation returns E_NOTIMPL. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::GetData [Description] | Transfers data from the data object to the client. The data is described in a FORMATETC structure and is transferred through a STGMEDIUM structure. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::GetDataHere [Description] | Similar to GetData, except the client must allocate the STGMEDIUM structure. The ATL implementation returns E_NOTIMPL. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::QueryGetData [Description] | Determines whether the data object supports a particular FORMATETC structure for transferring data. The ATL implementation returns E_NOTIMPL. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
735f7027_IDataObjectImpl_Class__Description | [Name] IDataObjectImpl::SetData [Description] | Transfers data from the client to the data object. The ATL implementation returns E_NOTIMPL. | [] | IDataObjectImpl Class | Description | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Activated [Description] | Occurs when an application becomes the foreground application. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Deactivated [Description] | Occurs when an application stops being the foreground application. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] DispatcherUnhandledException [Description] | Occurs when an exception is thrown by an application but not handled. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Exit [Description] | Occurs just before an application shuts down, and cannot be canceled. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] FragmentNavigation [Description] | Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] LoadCompleted [Description] | Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Navigated [Description] | Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Navigating [Description] | Occurs when a new navigation is requested by a navigator in the application. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] NavigationFailed [Description] | Occurs when an error occurs while a navigator in the application is navigating to the requested content. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] NavigationProgress [Description] | Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] NavigationStopped [Description] | Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] SessionEnding [Description] | Occurs when the user ends the Windows session by logging off or shutting down the operating system. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
4ce48aab_ication_Class__System_Windows___Description | [Name] Startup [Description] | Occurs when the Run method of the Application object is called. | [] | Application Class (System.Windows) | Description | https://msdn.microsoft.com/en-us/library/vstudio/system.windows.application(v=vs.110).aspx | 22/1438042990177.43_20150728002310-00191-ip-10-236-191-2_874724776_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] ICollection.CopyTo [Description] | Copies the elements of the collection to the specified array, starting at the specified index. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] ICollection.Count [Description] | Gets the number of elements in the collection. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] ICollection.IsSynchronized [Description] | Gets a value indicating whether access to the collection is synchronized (thread safe). | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] ICollection.SyncRoot [Description] | Gets an object that can be used to synchronize access to the collection. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] IEnumerable.GetEnumerator [Description] | Returns an enumerator that can be used to iterate through the collection. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] IList.Add [Description] | Implements the Add method. Always throws NotSupportedException. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] IList.Clear [Description] | Implements the Clear method. Always throws NotSupportedException. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
fca969d2_n_Class__System_Windows_Forms___Description | [Name] IList.Contains [Description] | Determines whether the specified cell is contained in the collection. | [] | DataGridViewSelectedCellCollection Class (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewselectedcellcollection(v=vs.100).aspx | 22/1438042990177.43_20150728002310-00061-ip-10-236-191-2_880968663_3.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.