Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5913 lines
343 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Web.Services</name>
  5. </assembly>
  6. <members>
  7. <member name="M:System.Web.Services.ResDescriptionAttribute.#ctor(System.String)">
  8. <summary>
  9. Constructs a new sys description.
  10. </summary>
  11. <param name="description">
  12. description text.
  13. </param>
  14. </member>
  15. <member name="P:System.Web.Services.ResDescriptionAttribute.Description">
  16. <summary>
  17. Retrieves the description text.
  18. </summary>
  19. <returns>
  20. description
  21. </returns>
  22. </member>
  23. <member name="T:System.Web.Services.WebMethodAttribute">
  24. <summary>
  25. <para> Adding this attribute to a method within an XML Web service created using ASP.NET makes the method callable from remote Web clients.
  26. This class cannot be inherited.</para>
  27. </summary>
  28. </member>
  29. <member name="M:System.Web.Services.WebMethodAttribute.#ctor">
  30. <summary>
  31. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
  32. class.</para>
  33. </summary>
  34. </member>
  35. <member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean)">
  36. <summary>
  37. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
  38. class.</para>
  39. </summary>
  40. <param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
  41. </member>
  42. <member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption)">
  43. <summary>
  44. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
  45. class.</para>
  46. </summary>
  47. <param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
  48. <param name=" transactionOption">Initializes the transaction support of an XML Web service method.</param>
  49. </member>
  50. <member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption,System.Int32)">
  51. <summary>
  52. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
  53. class.</para>
  54. </summary>
  55. <param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
  56. <param name=" transactionOption">Initializes the transaction support of an XML Web service method.</param>
  57. <param name=" cacheDuration">Initializes the number of seconds the response is cached.</param>
  58. </member>
  59. <member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption,System.Int32,System.Boolean)">
  60. <summary>
  61. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
  62. class.</para>
  63. </summary>
  64. <param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
  65. <param name="transactionOption">Initializes the transaction support of an XML Web service method.</param>
  66. <param name=" cacheDuration">Initializes the number of seconds the response is cached.</param>
  67. <param name=" bufferResponse">Initializes whether the response for this request is buffered.</param>
  68. </member>
  69. <member name="P:System.Web.Services.WebMethodAttribute.Description">
  70. <summary>
  71. <para> A descriptive message describing the XML Web service method.</para>
  72. </summary>
  73. </member>
  74. <member name="P:System.Web.Services.WebMethodAttribute.EnableSession">
  75. <summary>
  76. <para> Indicates whether session state is enabled for an XML Web service method.</para>
  77. </summary>
  78. </member>
  79. <member name="P:System.Web.Services.WebMethodAttribute.CacheDuration">
  80. <summary>
  81. <para> Gets or sets the number of seconds the response should be held in the cache.</para>
  82. </summary>
  83. </member>
  84. <member name="P:System.Web.Services.WebMethodAttribute.BufferResponse">
  85. <summary>
  86. <para> Gets or sets whether the response for this request is buffered.</para>
  87. </summary>
  88. </member>
  89. <member name="P:System.Web.Services.WebMethodAttribute.TransactionOption">
  90. <summary>
  91. <para> Indicates the transaction support of an XML Web service method. </para>
  92. </summary>
  93. </member>
  94. <member name="P:System.Web.Services.WebMethodAttribute.MessageName">
  95. <summary>
  96. <para> The name used for the XML Web service method in the data passed
  97. to and returned from an XML Web service method.</para>
  98. </summary>
  99. </member>
  100. <member name="T:System.Web.Services.WebService">
  101. <summary>
  102. <para> Defines the optional base class for XML Web
  103. services, which provides direct access to common ASP.NET objects, such as application and
  104. session
  105. state.</para>
  106. </summary>
  107. </member>
  108. <member name="P:System.Web.Services.WebService.Application">
  109. <summary>
  110. <para> Gets the application object for the current HTTP request.</para>
  111. </summary>
  112. </member>
  113. <member name="P:System.Web.Services.WebService.Context">
  114. <summary>
  115. <para>Gets the ASP.NET <see cref="T:System.Web.HttpContext" /> for the current request,
  116. which encapsulates all HTTP-specific context
  117. used by the HTTP server to process Web requests.</para>
  118. </summary>
  119. </member>
  120. <member name="P:System.Web.Services.WebService.Session">
  121. <summary>
  122. <para> Gets the <see cref="T:System.Web.SessionState.HttpSessionState" />
  123. instance for the current request.</para>
  124. </summary>
  125. </member>
  126. <member name="P:System.Web.Services.WebService.Server">
  127. <summary>
  128. <para> Gets the <see cref="T:System.Web.HttpServerUtility" />
  129. for the current request.</para>
  130. </summary>
  131. </member>
  132. <member name="P:System.Web.Services.WebService.User">
  133. <summary>
  134. <para>Gets the ASP.NET server <see cref="P:System.Web.HttpContext.User" /> object. Can be used to authenticate whether a user is authorized to execute the request.</para>
  135. </summary>
  136. </member>
  137. <member name="T:System.Web.Services.WebServiceAttribute">
  138. <summary>
  139. <para> Used to add additional information to an XML Web service, such as a
  140. string describing its functionality.</para>
  141. </summary>
  142. </member>
  143. <member name="M:System.Web.Services.WebServiceAttribute.#ctor">
  144. <summary>
  145. Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceAttribute" /> class.
  146. </summary>
  147. </member>
  148. <member name="P:System.Web.Services.WebServiceAttribute.Description">
  149. <summary>
  150. <para> A descriptive message for the XML Web service.</para>
  151. </summary>
  152. </member>
  153. <member name="P:System.Web.Services.WebServiceAttribute.Namespace">
  154. <summary>
  155. <para>Gets or sets the default XML namespace to use for the XML Web service.</para>
  156. </summary>
  157. </member>
  158. <member name="P:System.Web.Services.WebServiceAttribute.Name">
  159. <summary>
  160. <para>Gets or sets the name of the XML Web service.</para>
  161. </summary>
  162. </member>
  163. <member name="T:System.Web.Services.WebServiceBindingAttribute">
  164. <summary>
  165. <para> Declares the binding one or more XML Web service
  166. methods implemented within the class implementing the XML Web service. This class cannot be inherited.</para>
  167. </summary>
  168. </member>
  169. <member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor">
  170. <summary>
  171. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
  172. </summary>
  173. </member>
  174. <member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String)">
  175. <summary>
  176. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class setting
  177. the name of the binding the XML Web service method is implementing.</para>
  178. </summary>
  179. <param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
  180. </member>
  181. <member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String,System.String)">
  182. <summary>
  183. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
  184. </summary>
  185. <param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
  186. <param name=" ns">The namespace associated with the binding. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Namespace" /> property.</param>
  187. </member>
  188. <member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String,System.String,System.String)">
  189. <summary>
  190. <para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
  191. </summary>
  192. <param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
  193. <param name=" ns">The namespace associated with the binding. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Namespace" /> property.</param>
  194. <param name=" location">The location where the binding is defined.</param>
  195. </member>
  196. <member name="P:System.Web.Services.WebServiceBindingAttribute.Location">
  197. <summary>
  198. <para>Gets or sets the location where the binding is defined.</para>
  199. </summary>
  200. </member>
  201. <member name="P:System.Web.Services.WebServiceBindingAttribute.Name">
  202. <summary>
  203. <para>Gets or sets the name of the binding.</para>
  204. </summary>
  205. </member>
  206. <member name="P:System.Web.Services.WebServiceBindingAttribute.Namespace">
  207. <summary>
  208. <para>Gets or sets the namespace associated with the binding.</para>
  209. </summary>
  210. </member>
  211. <member name="M:System.Web.Services.WebServicesDescriptionAttribute.#ctor(System.String)">
  212. <summary>
  213. Constructs a new sys description.
  214. </summary>
  215. <param name="description">description text.</param>
  216. </member>
  217. <member name="P:System.Web.Services.WebServicesDescriptionAttribute.Description">
  218. <summary>
  219. <para>Retrieves the description text.</para>
  220. </summary>
  221. <returns>
  222. <para>description</para>
  223. </returns>
  224. </member>
  225. <member name="T:System.Web.Services.Protocols.WebClientProtocol">
  226. <summary>
  227. <para> Specifies the base class for all
  228. XML Web service client proxies created using ASP.NET.</para>
  229. </summary>
  230. </member>
  231. <member name="M:System.Web.Services.Protocols.WebClientProtocol.#ctor">
  232. <summary>
  233. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.WebClientProtocol" /> class.</para>
  234. </summary>
  235. </member>
  236. <member name="M:System.Web.Services.Protocols.WebClientProtocol.Abort">
  237. <summary>
  238. <para>Cancels a request to an XML Web service method.</para>
  239. </summary>
  240. <returns>
  241. <para>
  242. <see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> cancels a
  243. synchronous XML Web service request. Since a synchronous request will block the
  244. thread until the response has been processed you must call <see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> from a separate thread.
  245. Calling <see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> will cause a <see cref="T:System.Net.WebException" /> to be
  246. thrown from the XML Web service method call. The <see cref="P:System.Net.WebException.Status" qualify="true" /> property will have the value <see cref="F:System.Net.WebExceptionStatus.RequestCanceled" qualify="true" />. To abort an asynchronous call, you need to cast the
  247. <see cref="T:System.IAsyncResult" />
  248. returned from the <see langword="Begin" /> method to a <see cref="T:System.Web.Services.Protocols.WebClientAsyncResult" /> and call the <see cref="M:System.Web.Services.Protocols.WebClientAsyncResult.Abort" qualify="true" /> method.</para>
  249. </returns>
  250. </member>
  251. <member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebRequest(System.Uri)">
  252. <summary>
  253. <para> Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified
  254. <paramref name="url" />. This protected method is called by the XML
  255. Web service client infrastructure to get a new <see cref="T:System.Net.WebRequest" /> transport object to transmit the
  256. XML Web service request.</para>
  257. </summary>
  258. <param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />. </param>
  259. <returns>
  260. <para> The <see cref="T:System.Net.WebRequest" /> instance.
  261. </para>
  262. </returns>
  263. </member>
  264. <member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(System.Net.WebRequest)">
  265. <summary>
  266. <para> Returns a response from a synchronous request to an XML Web service method.</para>
  267. </summary>
  268. <param name="request">The <see cref="T:System.Net.WebRequest" /> to get the response from. </param>
  269. <returns>
  270. <para> A <see cref="T:System.Net.WebResponse" /> .
  271. </para>
  272. </returns>
  273. </member>
  274. <member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
  275. <summary>
  276. <para>Returns a response from an asynchronous request to a Web
  277. Service method. This protected method is called by the XML Web service
  278. client infrastructure to get the response from an asynchronous XML Web
  279. service request.</para>
  280. </summary>
  281. <param name="request">The <see cref="T:System.Net.WebRequest" /> to get the response from. </param>
  282. <param name="result">The <see cref="T:System.IAsyncResult" /> to pass to <see cref="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)" />. when the response has completed. </param>
  283. <returns>
  284. <para> The <see cref="T:System.Net.WebResponse" /> instance.
  285. </para>
  286. </returns>
  287. </member>
  288. <member name="P:System.Web.Services.Protocols.WebClientProtocol.Credentials">
  289. <summary>
  290. <para> Gets or sets security credentials for Web
  291. Service client authentication.</para>
  292. </summary>
  293. </member>
  294. <member name="P:System.Web.Services.Protocols.WebClientProtocol.ConnectionGroupName">
  295. <summary>
  296. <para> Gets or sets the name of the connection
  297. group for the request.</para>
  298. </summary>
  299. </member>
  300. <member name="P:System.Web.Services.Protocols.WebClientProtocol.PreAuthenticate">
  301. <summary>
  302. <para> Gets or sets whether pre-authentication is enabled.</para>
  303. </summary>
  304. </member>
  305. <member name="P:System.Web.Services.Protocols.WebClientProtocol.Url">
  306. <summary>
  307. <para>Gets or sets the base URL of the XML Web service the client is requesting.</para>
  308. </summary>
  309. </member>
  310. <member name="P:System.Web.Services.Protocols.WebClientProtocol.RequestEncoding">
  311. <summary>
  312. <para>The <see cref="T:System.Text.Encoding" /> used to make the client request to the XML Web service.</para>
  313. </summary>
  314. </member>
  315. <member name="P:System.Web.Services.Protocols.WebClientProtocol.Timeout">
  316. <summary>
  317. <para> Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).</para>
  318. </summary>
  319. </member>
  320. <member name="T:System.Web.Services.Protocols.WebClientAsyncResult">
  321. <summary>
  322. <para> Provides an implementation of <see cref="T:System.IAsyncResult" />
  323. for use by XML Web service proxies to implement the standard asynchronous method pattern.</para>
  324. </summary>
  325. </member>
  326. <member name="M:System.Web.Services.Protocols.WebClientAsyncResult.Abort">
  327. <summary>
  328. <para>Cancels an asynchronous XML Web service request.</para>
  329. </summary>
  330. </member>
  331. <member name="P:System.Web.Services.Protocols.WebClientAsyncResult.AsyncState">
  332. <summary>
  333. <para>Gets the object provided in the last parameter to the
  334. <see langword="Begin" />
  335. method asynchronous call.</para>
  336. </summary>
  337. </member>
  338. <member name="P:System.Web.Services.Protocols.WebClientAsyncResult.AsyncWaitHandle">
  339. <summary>
  340. <para> Gets a <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an
  341. asynchronous operation to complete.</para>
  342. </summary>
  343. </member>
  344. <member name="P:System.Web.Services.Protocols.WebClientAsyncResult.CompletedSynchronously">
  345. <summary>
  346. <para> Gets a value indicating
  347. whether the Begin call completed synchronously.</para>
  348. </summary>
  349. </member>
  350. <member name="P:System.Web.Services.Protocols.WebClientAsyncResult.IsCompleted">
  351. <summary>
  352. <para>Gets a value indicating whether the asynchronous XML Web service request has completed.</para>
  353. </summary>
  354. </member>
  355. <member name="T:System.Web.Services.Protocols.HttpWebClientProtocol">
  356. <summary>
  357. <para> The base class for all XML Web service client proxies that use the HTTP transport
  358. protocol.</para>
  359. </summary>
  360. </member>
  361. <member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.#ctor">
  362. <summary>
  363. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpWebClientProtocol" /> class.</para>
  364. </summary>
  365. </member>
  366. <member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebRequest(System.Uri)">
  367. <summary>
  368. <para>Creates a <see cref="T:System.Net.WebRequest" /> for the specified URI.</para>
  369. </summary>
  370. <param name="uri">The <see cref="T:System.Uri" /> for creating the <see cref="T:System.Net.WebRequest" />.</param>
  371. <returns>
  372. <para>The made <see cref="T:System.Net.WebRequest" /> . </para>
  373. </returns>
  374. </member>
  375. <member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest)">
  376. <summary>
  377. <para>Returns a response from a synchronous request to an XML Web service method.</para>
  378. </summary>
  379. <param name="request">The <see cref="T:System.Net.WebRequest" /> from which to get the response.</param>
  380. <returns>
  381. <para>The <see cref="T:System.Net.WebResponse" />.</para>
  382. </returns>
  383. </member>
  384. <member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
  385. <summary>
  386. <para>Returns a response from an asynchronous request to an XML Web service method.</para>
  387. </summary>
  388. <param name="request">The <see cref="T:System.Net.WebRequest" /> from which to get the response.</param>
  389. <param name=" result">The <see cref="T:System.IAsyncResult" /> to pass to <see cref="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)" />. when the response has completed.</param>
  390. <returns>
  391. <para>The <see cref="T:System.Net.WebResponse" />.</para>
  392. </returns>
  393. </member>
  394. <member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.AllowAutoRedirect">
  395. <summary>
  396. <para> Gets or sets whether the client automatically follows server redirects.</para>
  397. </summary>
  398. </member>
  399. <member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.CookieContainer">
  400. <summary>
  401. <para>Gets or sets the collection of cookies.</para>
  402. </summary>
  403. </member>
  404. <member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.ClientCertificates">
  405. <summary>
  406. <para> Gets the collection of client certificates.</para>
  407. </summary>
  408. </member>
  409. <member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.UserAgent">
  410. <summary>
  411. <para> Gets or sets the value for the user agent header that is
  412. sent with each request.
  413. </para>
  414. </summary>
  415. </member>
  416. <member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.Proxy">
  417. <summary>
  418. <para>Gets or sets proxy information for making an XML Web service request through a firewall.</para>
  419. </summary>
  420. </member>
  421. <member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.Initialize(System.Object)">
  422. <summary>
  423. <para>[To be supplied.]</para>
  424. </summary>
  425. </member>
  426. <member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)">
  427. <summary>
  428. <para>[To be supplied.]</para>
  429. </summary>
  430. </member>
  431. <member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.Read(System.Collections.Specialized.NameValueCollection)">
  432. <summary>
  433. <para>[To be supplied.]</para>
  434. </summary>
  435. </member>
  436. <member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.IsSupported(System.Web.Services.Protocols.LogicalMethodInfo)">
  437. <summary>
  438. <para>[To be supplied.]</para>
  439. </summary>
  440. </member>
  441. <member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.IsSupported(System.Reflection.ParameterInfo)">
  442. <summary>
  443. <para>[To be supplied.]</para>
  444. </summary>
  445. </member>
  446. <member name="T:System.Web.Services.Protocols.HttpSimpleClientProtocol">
  447. <summary>
  448. <para> The base class for communicating with an XML Web service using the simple HTTP-GET and HTTP-POST protocols bindings.</para>
  449. </summary>
  450. </member>
  451. <member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.#ctor">
  452. <summary>
  453. <para>
  454. Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpSimpleClientProtocol" /> class.
  455. </para>
  456. </summary>
  457. </member>
  458. <member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.Invoke(System.String,System.String,System.Object[])">
  459. <summary>
  460. <para>Invokes an XML Web service method using HTTP.</para>
  461. </summary>
  462. <param name="methodName">The name of the XML Web service method in the derived class that is invoking <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.Invoke(System.String,System.String,System.Object[])" />.</param>
  463. <param name="requestUrl">The URL of the XML Web service method the client is requesting.</param>
  464. <param name="parameters">An array of objects containing the parameters to pass to the remote XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
  465. <returns>
  466. <para>An array of objects containing the return value and any
  467. by-reference or out parameters of the derived class method.</para>
  468. </returns>
  469. </member>
  470. <member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.BeginInvoke(System.String,System.String,System.Object[],System.AsyncCallback,System.Object)">
  471. <summary>
  472. <para> Starts an asynchronous invocation of a method of an XML Web service.</para>
  473. </summary>
  474. <param name="methodName">The name of the XML Web service method.</param>
  475. <param name="requestUrl">The url to use when creating the<see cref="T:System.Net.WebRequest" />.</param>
  476. <param name="parameters">An array of objects containing the parameters to pass to the XML Web service method. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
  477. <param name="callback">The delegate to call when the asynchronous method call is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
  478. <param name="asyncState">Additional information supplied by a client.</param>
  479. <returns>
  480. <para>An <see cref="T:System.IAsyncResult" /> which can be passed to <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.EndInvoke(System.IAsyncResult)" /> to obtain the return values from
  481. the XML Web service method.</para>
  482. </returns>
  483. </member>
  484. <member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.EndInvoke(System.IAsyncResult)">
  485. <summary>
  486. <para>Completes asynchronous invocation of an XML Web service method using HTTP.</para>
  487. </summary>
  488. <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.BeginInvoke(System.String,System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
  489. <returns>
  490. <para>An array of objects containing the return value and any by reference or
  491. out parameters for the XML Web service method.</para>
  492. </returns>
  493. </member>
  494. <member name="T:System.Web.Services.Protocols.HttpGetClientProtocol">
  495. <summary>
  496. <para>The base class for XML Web service client
  497. proxies that use the HTTP-GET protocol.</para>
  498. </summary>
  499. </member>
  500. <member name="M:System.Web.Services.Protocols.HttpGetClientProtocol.#ctor">
  501. <summary>
  502. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpGetClientProtocol" /> class.</para>
  503. </summary>
  504. </member>
  505. <member name="M:System.Web.Services.Protocols.HttpGetClientProtocol.GetWebRequest(System.Uri)">
  506. <summary>
  507. <para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified URI.</para>
  508. </summary>
  509. <param name="uri">The <see cref="T:System.Uri" /> to use when creating the<see cref="T:System.Net.WebRequest" />.</param>
  510. <returns>
  511. <para>The<see cref="T:System.Net.WebRequest" /> instance.</para>
  512. </returns>
  513. </member>
  514. <member name="T:System.Web.Services.Protocols.HttpMethodAttribute">
  515. <summary>
  516. <para> Applying this attribute to an XML Web service client using HTTP-GET or HTTP-POST, sets the
  517. types that serialize the parameters sent to an XML Web service method and read the response from the XML Web
  518. service method. This class cannot be inherited.</para>
  519. </summary>
  520. </member>
  521. <member name="M:System.Web.Services.Protocols.HttpMethodAttribute.#ctor">
  522. <summary>
  523. Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpMethodAttribute" /> class.
  524. </summary>
  525. </member>
  526. <member name="M:System.Web.Services.Protocols.HttpMethodAttribute.#ctor(System.Type,System.Type)">
  527. <summary>
  528. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpMethodAttribute" />.</para>
  529. </summary>
  530. <param name="returnFormatter">Initializes the <see cref="P:System.Web.Services.Protocols.HttpMethodAttribute.ReturnFormatter" /> property to a <see cref="T:System.Type" /> that deserializes the response from an XML Web service method.</param>
  531. <param name="parameterFormatter">Initializes the <see cref="P:System.Web.Services.Protocols.HttpMethodAttribute.ParameterFormatter" /> property to a <see cref="T:System.Type" /> that serializes parameters sent from an XML Web service client to an XML Web service method.</param>
  532. </member>
  533. <member name="P:System.Web.Services.Protocols.HttpMethodAttribute.ReturnFormatter">
  534. <summary>
  535. <para>Gets or sets a <see cref="T:System.Type" /> that deserializes the response from
  536. an XML Web service method.</para>
  537. </summary>
  538. </member>
  539. <member name="P:System.Web.Services.Protocols.HttpMethodAttribute.ParameterFormatter">
  540. <summary>
  541. <para>Gets or sets a <see cref="T:System.Type" /> that
  542. serializes parameters sent from an XML Web service client to the XML Web service method.</para>
  543. </summary>
  544. </member>
  545. <member name="T:System.Web.Services.Protocols.HttpPostClientProtocol">
  546. <summary>
  547. <para> The base class for XML Web service client
  548. proxies that use the HTTP-POST protocol.</para>
  549. </summary>
  550. </member>
  551. <member name="M:System.Web.Services.Protocols.HttpPostClientProtocol.#ctor">
  552. <summary>
  553. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpPostClientProtocol" /> class.</para>
  554. </summary>
  555. </member>
  556. <member name="M:System.Web.Services.Protocols.HttpPostClientProtocol.GetWebRequest(System.Uri)">
  557. <summary>
  558. <para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified URI.</para>
  559. </summary>
  560. <param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />.</param>
  561. <returns>
  562. <para>The <see cref="T:System.Net.WebRequest" /> instance. </para>
  563. </returns>
  564. </member>
  565. <member name="T:System.Web.Services.Protocols.LogicalMethodTypes">
  566. <summary>
  567. <para>Specifies how the XML Web service method was invoked.</para>
  568. </summary>
  569. </member>
  570. <member name="F:System.Web.Services.Protocols.LogicalMethodTypes.Sync">
  571. <summary>
  572. <para> The XML Web service method is invoked synchronously.</para>
  573. </summary>
  574. </member>
  575. <member name="F:System.Web.Services.Protocols.LogicalMethodTypes.Async">
  576. <summary>
  577. <para> The XML Web service method is invoked asynchronously.</para>
  578. </summary>
  579. </member>
  580. <member name="T:System.Web.Services.Protocols.LogicalMethodInfo">
  581. <summary>
  582. <para>Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.</para>
  583. </summary>
  584. </member>
  585. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.#ctor(System.Reflection.MethodInfo)">
  586. <summary>
  587. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> class with the <see cref="T:System.Reflection.MethodInfo" /> passed in.</para>
  588. </summary>
  589. <param name="methodInfo">A <see cref="T:System.Reflection.MethodInfo" /> to initialize the properties of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> common to the <see cref="T:System.Reflection.MethodInfo" />.</param>
  590. </member>
  591. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.ToString">
  592. <summary>
  593. <para>Returns a string that represents the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  594. </summary>
  595. <returns>
  596. <para>A <see cref="T:System.String" /> that
  597. represents the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  598. </returns>
  599. </member>
  600. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Invoke(System.Object,System.Object[])">
  601. <summary>
  602. <para>Invokes the method represented by the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
  603. </summary>
  604. <param name=" target">The instance of the <see cref="T:System.Object" /> to invoke the method.</param>
  605. <param name=" values">An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, the <paramref name="values" /> parameter should be <see langword="null" />.</param>
  606. <returns>
  607. <para>An array of type <see cref="T:System.Object" /> representing the return value and out
  608. parameters of the invoked method.</para>
  609. </returns>
  610. </member>
  611. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.BeginInvoke(System.Object,System.Object[],System.AsyncCallback,System.Object)">
  612. <summary>
  613. <para>Begins an asynchronous invocation of the method
  614. represented by this <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
  615. </summary>
  616. <param name=" target">The instance of the <see cref="T:System.Object" /> on which to invoke the method on.</param>
  617. <param name=" values">An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, <paramref name="values" /> should be <see langword="null" />.</param>
  618. <param name=" callback">The delegate to call when the asynchronous invoke is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
  619. <param name=" asyncState">State information that is passed on to the delegate.</param>
  620. <returns>
  621. <para>An <see cref="T:System.IAsyncResult" /> which is passed to <see cref="M:System.Web.Services.Protocols.LogicalMethodInfo.EndInvoke(System.Object,System.IAsyncResult)" /> to obtain the return values from
  622. the remote method call.</para>
  623. </returns>
  624. </member>
  625. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.EndInvoke(System.Object,System.IAsyncResult)">
  626. <summary>
  627. <para>Ends an asynchronous invocation of the method represented by the current
  628. <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
  629. </summary>
  630. <param name=" target">The instance of the <see cref="T:System.Object" /> on which to invoke the method.</param>
  631. <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.LogicalMethodInfo.BeginInvoke(System.Object,System.Object[],System.AsyncCallback,System.Object)" />.</param>
  632. <returns>
  633. <para>An array of objects containing the return value and any by-reference or out
  634. parameters of the derived class method.</para>
  635. </returns>
  636. </member>
  637. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.GetCustomAttributes(System.Type)">
  638. <summary>
  639. <para>Returns the custom attributes applied to the specified type.</para>
  640. </summary>
  641. <param name="type">The <see cref="T:System.Type" /> to which the custom attributes are applied.</param>
  642. <returns>
  643. <para>An array of <see cref="T:System.Object" /> containing the custom attributes applied to
  644. <paramref name="type" />.</para>
  645. </returns>
  646. </member>
  647. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.GetCustomAttribute(System.Type)">
  648. <summary>
  649. <para> Returns the first custom attribute applied to the
  650. type, if any custom attributes are applied to the type.</para>
  651. </summary>
  652. <param name="type">The <see cref="T:System.Type" /> to which the custom attributes are applied.</param>
  653. <returns>
  654. <para> An <see cref="T:System.Object" /> containing the first custom attribute applied to the
  655. <paramref name="type" />parameter.</para>
  656. </returns>
  657. </member>
  658. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.IsBeginMethod(System.Reflection.MethodInfo)">
  659. <summary>
  660. <para>Returns a value indicating whether the method passed in
  661. represents a <see langword="Begin" />
  662. method of an asynchronous invocation.</para>
  663. </summary>
  664. <param name="methodInfo">The <see cref="T:System.Reflection.MethodInfo" /> that might be a <see langword="Begin" /> method of an asynchronous invocation.</param>
  665. <returns>
  666. <para>
  667. <see langword="true" /> if
  668. the <paramref name="methodInfo" /> parameter is a
  669. <see langword="Begin" />
  670. method of an asynchronous invocation; otherwise,
  671. <see langword="false" />.</para>
  672. </returns>
  673. </member>
  674. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.IsEndMethod(System.Reflection.MethodInfo)">
  675. <summary>
  676. <para>Returns a value indicating whether the method passed in
  677. represents an <see langword="End" />
  678. method of an asynchronous invocation.</para>
  679. </summary>
  680. <param name="methodInfo">The <see cref="T:System.Reflection.MethodInfo" /> that might be an <see langword="End" /> method of an asynchronous invocation.</param>
  681. <returns>
  682. <para>
  683. <see langword="true" /> if
  684. the
  685. <paramref name="methodInfo" /> parameter is an
  686. <see langword="End" />
  687. method of an asynchronous invocation; otherwise,
  688. <see langword="false" />.</para>
  689. </returns>
  690. </member>
  691. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Create(System.Reflection.MethodInfo[])">
  692. <summary>
  693. <para>Given an array of <see cref="T:System.Reflection.MethodInfo" /> that can contain information about both asynchronous and synchronous
  694. methods, creates an array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  695. </summary>
  696. <param name="methodInfos">An array of <see cref="T:System.Reflection.MethodInfo" /> representing the asynchronous and synchronous methods for which to create <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> objects. </param>
  697. <returns>
  698. <para>An array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />, representing the methods within
  699. <paramref name="methodInfos" />.</para>
  700. </returns>
  701. </member>
  702. <member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Create(System.Reflection.MethodInfo[],System.Web.Services.Protocols.LogicalMethodTypes)">
  703. <summary>
  704. <para>Given an array of <see cref="T:System.Reflection.MethodInfo" />, where the
  705. returned array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> can be restricted to only asynchronous or synchronous
  706. methods, creates an array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  707. </summary>
  708. <param name="methodInfos">An array of <see cref="T:System.Reflection.MethodInfo" /> representing the asynchronous and synchronous methods for which to create <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> objects. </param>
  709. <param name=" types">A bitwise combination of the <see cref="T:System.Web.Services.Protocols.LogicalMethodTypes" /> values. Determines whether just asynchronous or synchronous methods or both are included in the returned array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</param>
  710. <returns>
  711. <para>An array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />,
  712. representing the methods within <paramref name="methodInfos, " />filtered by the value of
  713. <paramref name="types" />.</para>
  714. </returns>
  715. </member>
  716. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.DeclaringType">
  717. <summary>
  718. <para> Gets the class that declares the method represented
  719. by the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  720. </summary>
  721. </member>
  722. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.Name">
  723. <summary>
  724. <para>Gets the name of the method represented by this <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
  725. </summary>
  726. </member>
  727. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncResultParameter">
  728. <summary>
  729. <para>Gets the return value of a <see langword="Begin" /> asynchronous method invocation.</para>
  730. </summary>
  731. </member>
  732. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncCallbackParameter">
  733. <summary>
  734. <para>Gets the parameter information for the
  735. <paramref name="AsyncCallback" />
  736. parameter of a Begin method in an asynchronous invocation.</para>
  737. </summary>
  738. </member>
  739. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncStateParameter">
  740. <summary>
  741. <para>Gets the parameter information for the
  742. <paramref name="AsyncState" /> parameter of a <see langword="Begin" />
  743. method in an asynchronous invocation.</para>
  744. </summary>
  745. </member>
  746. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.ReturnType">
  747. <summary>
  748. <para>Gets the return type of this method.</para>
  749. </summary>
  750. </member>
  751. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.IsVoid">
  752. <summary>
  753. <para>Gets a value indicating whether the return type for the
  754. method represented by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> is
  755. <see langword="void" />
  756. .</para>
  757. </summary>
  758. </member>
  759. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.IsAsync">
  760. <summary>
  761. <para>Gets a value indicating whether the method represented
  762. by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> is invoked asynchronously.</para>
  763. </summary>
  764. </member>
  765. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.InParameters">
  766. <summary>
  767. <para>Gets the parameters passed into the method represented
  768. by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
  769. </summary>
  770. </member>
  771. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.OutParameters">
  772. <summary>
  773. <para>Gets the out parameters for the method.</para>
  774. </summary>
  775. </member>
  776. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.Parameters">
  777. <summary>
  778. <para> Gets the parameters for the method.</para>
  779. </summary>
  780. </member>
  781. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.CustomAttributeProvider">
  782. <summary>
  783. <para>Gets the custom attributes applied to the method.</para>
  784. </summary>
  785. </member>
  786. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.ReturnTypeCustomAttributeProvider">
  787. <summary>
  788. <para>Gets the custom attributes for the return type.</para>
  789. </summary>
  790. </member>
  791. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.MethodInfo">
  792. <summary>
  793. <para> Gets the attributes and metadata for a
  794. synchronous method.</para>
  795. </summary>
  796. </member>
  797. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.BeginMethodInfo">
  798. <summary>
  799. <para> Gets the attributes and metadata for a
  800. <see langword="Begin" /> method in an
  801. asynchronous invocation.</para>
  802. </summary>
  803. </member>
  804. <member name="P:System.Web.Services.Protocols.LogicalMethodInfo.EndMethodInfo">
  805. <summary>
  806. <para> Gets the attributes and metadata for an
  807. <see langword="End" /> method of an asynchronous invocation to
  808. a method.</para>
  809. </summary>
  810. </member>
  811. <member name="T:System.Web.Services.Protocols.MatchAttribute">
  812. <summary>
  813. <para>Represents the attributes of a match made using text pattern matching. This class cannot be inherited.</para>
  814. </summary>
  815. </member>
  816. <member name="M:System.Web.Services.Protocols.MatchAttribute.#ctor(System.String)">
  817. <summary>
  818. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.MatchAttribute" /> class with the specified pattern.</para>
  819. </summary>
  820. <param name="pattern">A string that represents the pattern to match.</param>
  821. </member>
  822. <member name="P:System.Web.Services.Protocols.MatchAttribute.Pattern">
  823. <summary>
  824. <para>Gets or sets a regular expression that represents the pattern to match.</para>
  825. </summary>
  826. </member>
  827. <member name="P:System.Web.Services.Protocols.MatchAttribute.Group">
  828. <summary>
  829. <para>Gets or sets a value that represents a grouping of related matches.</para>
  830. </summary>
  831. </member>
  832. <member name="P:System.Web.Services.Protocols.MatchAttribute.Capture">
  833. <summary>
  834. <para>Gets or sets a value that represents the index of a match within a grouping.</para>
  835. </summary>
  836. </member>
  837. <member name="P:System.Web.Services.Protocols.MatchAttribute.IgnoreCase">
  838. <summary>
  839. <para>Gets or sets a value that indicates whether the pattern to match is
  840. case insensitive. </para>
  841. </summary>
  842. </member>
  843. <member name="P:System.Web.Services.Protocols.MatchAttribute.MaxRepeats">
  844. <summary>
  845. <para>Gets or sets the maximum number of values to return from the match.</para>
  846. </summary>
  847. </member>
  848. <member name="T:System.Web.Services.Protocols.SoapClientMessage">
  849. <summary>
  850. <para> Represents the data in a SOAP request sent or a SOAP
  851. response received by an XML Web service client at a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. This class cannot be inherited.</para>
  852. </summary>
  853. </member>
  854. <member name="T:System.Web.Services.Protocols.SoapMessage">
  855. <summary>
  856. <para>Represents the data in a SOAP request or SOAP response at
  857. a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> .</para>
  858. </summary>
  859. </member>
  860. <member name="M:System.Web.Services.Protocols.SoapMessage.GetInParameterValue(System.Int32)">
  861. <summary>
  862. <para>Gets the parameter passed into the XML Web service method at
  863. the specified index.</para>
  864. </summary>
  865. <param name="index"> The zero-based index of the parameter in the array of parameters.</param>
  866. <returns>
  867. <para>An <see cref="T:System.Object" />
  868. representing the parameter at the specified index.</para>
  869. </returns>
  870. </member>
  871. <member name="M:System.Web.Services.Protocols.SoapMessage.GetOutParameterValue(System.Int32)">
  872. <summary>
  873. <para>Gets the out parameter passed into the XML Web service
  874. method at the specified index.</para>
  875. </summary>
  876. <param name="index">The zero-based index of the parameter in the array of parameters.</param>
  877. <returns>
  878. <para>An <see cref="T:System.Object" />
  879. representing the parameter at the specified index.</para>
  880. </returns>
  881. </member>
  882. <member name="M:System.Web.Services.Protocols.SoapMessage.GetReturnValue">
  883. <summary>
  884. <para>Gets the return value of an XML Web service method.</para>
  885. </summary>
  886. <returns>
  887. <para>An <see cref="T:System.Object" />
  888. representing the return value of the XML Web service method.</para>
  889. </returns>
  890. </member>
  891. <member name="M:System.Web.Services.Protocols.SoapMessage.EnsureOutStage">
  892. <summary>
  893. <para>When overridden in a derived class, asserts that the
  894. current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> stage is a stage where out
  895. parameters are available.</para>
  896. </summary>
  897. </member>
  898. <member name="M:System.Web.Services.Protocols.SoapMessage.EnsureInStage">
  899. <summary>
  900. <para>When overridden in a derived class, asserts that the
  901. current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
  902. parameters are available.</para>
  903. </summary>
  904. </member>
  905. <member name="M:System.Web.Services.Protocols.SoapMessage.EnsureStage(System.Web.Services.Protocols.SoapMessageStage)">
  906. <summary>
  907. <para>Ensures that the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the call to the Web
  908. Service method is the stage or stages passed in. If the current
  909. processing stage is not one of the stages passed in, an exception is thrown.</para>
  910. </summary>
  911. <param name="stage">The <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> asserted.</param>
  912. </member>
  913. <member name="P:System.Web.Services.Protocols.SoapMessage.OneWay">
  914. <summary>
  915. <para>Gets a value indicating the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay" qualify="true" />
  916. property of either the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> or
  917. the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> attribute applied to the XML Web service method.</para>
  918. </summary>
  919. </member>
  920. <member name="P:System.Web.Services.Protocols.SoapMessage.Exception">
  921. <summary>
  922. <para>Gets the <see cref="T:System.Web.Services.Protocols.SoapException" /> from the call to
  923. the XML Web service method.</para>
  924. </summary>
  925. </member>
  926. <member name="P:System.Web.Services.Protocols.SoapMessage.MethodInfo">
  927. <summary>
  928. <para>When overridden in a derived class, gets a representation of the method
  929. prototype for the XML Web service method for which the SOAP request is intended.</para>
  930. </summary>
  931. </member>
  932. <member name="P:System.Web.Services.Protocols.SoapMessage.Headers">
  933. <summary>
  934. <para>A collection of the SOAP headers applied to
  935. the current SOAP request or SOAP response.</para>
  936. </summary>
  937. </member>
  938. <member name="P:System.Web.Services.Protocols.SoapMessage.Stream">
  939. <summary>
  940. <para>Gets the data representing the SOAP request or SOAP
  941. response in the form of a <see cref="T:System.IO.Stream" /> .</para>
  942. </summary>
  943. </member>
  944. <member name="P:System.Web.Services.Protocols.SoapMessage.ContentType">
  945. <summary>
  946. <para>Gets or sets the HTTP Content-Type of the SOAP request or SOAP response.</para>
  947. </summary>
  948. </member>
  949. <member name="P:System.Web.Services.Protocols.SoapMessage.Stage">
  950. <summary>
  951. <para>Gets the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the <see cref="T:System.Web.Services.Protocols.SoapMessage" /> .</para>
  952. </summary>
  953. </member>
  954. <member name="P:System.Web.Services.Protocols.SoapMessage.Url">
  955. <summary>
  956. <para> When overridden in a derived class, gets the base URL of
  957. the XML Web service.</para>
  958. </summary>
  959. </member>
  960. <member name="P:System.Web.Services.Protocols.SoapMessage.Action">
  961. <summary>
  962. <para>When overridden in a derived class, gets the
  963. SOAPAction HTTP request header field for the SOAP request or SOAP response.</para>
  964. </summary>
  965. </member>
  966. <member name="M:System.Web.Services.Protocols.SoapClientMessage.EnsureOutStage">
  967. <summary>
  968. <para> Asserts that the
  969. current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />
  970. is a stage where out parameters are available. If not, an
  971. exception is thrown.</para>
  972. </summary>
  973. </member>
  974. <member name="M:System.Web.Services.Protocols.SoapClientMessage.EnsureInStage">
  975. <summary>
  976. <para> Asserts that the
  977. current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
  978. parameters are available. If not, an
  979. exception is thrown.</para>
  980. </summary>
  981. </member>
  982. <member name="P:System.Web.Services.Protocols.SoapClientMessage.OneWay">
  983. <summary>
  984. <para>Gets a value indicating whether the client waits for
  985. the server to finish processing an XML Web service method.</para>
  986. </summary>
  987. </member>
  988. <member name="P:System.Web.Services.Protocols.SoapClientMessage.Client">
  989. <summary>
  990. <para>Gets an instance of the client proxy class, which derives
  991. from <see cref="T:System.Web.Services.Protocols.SoapHttpClientProtocol" /> .</para>
  992. </summary>
  993. </member>
  994. <member name="P:System.Web.Services.Protocols.SoapClientMessage.MethodInfo">
  995. <summary>
  996. <para>Gets a representation of the method prototype of
  997. the XML Web service method for which the SOAP request is intended.</para>
  998. </summary>
  999. </member>
  1000. <member name="P:System.Web.Services.Protocols.SoapClientMessage.Url">
  1001. <summary>
  1002. <para> Gets the URL of the XML Web service.</para>
  1003. </summary>
  1004. </member>
  1005. <member name="P:System.Web.Services.Protocols.SoapClientMessage.Action">
  1006. <summary>
  1007. <para>Gets the <see langword="SOAPAction" /> HTTP request header field for the
  1008. SOAP request or SOAP response.</para>
  1009. </summary>
  1010. </member>
  1011. <member name="T:System.Web.Services.Protocols.SoapHttpClientProtocol">
  1012. <summary>
  1013. <para> Specifies the class client proxies derive from when using SOAP.</para>
  1014. </summary>
  1015. </member>
  1016. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.#ctor">
  1017. <summary>
  1018. <para>
  1019. Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHttpClientProtocol" /> class.
  1020. </para>
  1021. </summary>
  1022. </member>
  1023. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.Discover">
  1024. <summary>
  1025. <para>Dynamically binds to an XML Web service described in the
  1026. discovery document at <see cref="P:System.Web.Services.Protocols.WebClientProtocol.Url" /> .</para>
  1027. </summary>
  1028. </member>
  1029. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest(System.Uri)">
  1030. <summary>
  1031. <para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified
  1032. <paramref name="url" /> .</para>
  1033. </summary>
  1034. <param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />.</param>
  1035. <returns>
  1036. <para>The <see cref="T:System.Net.WebRequest" /> instance. </para>
  1037. </returns>
  1038. </member>
  1039. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(System.String,System.Object[])">
  1040. <summary>
  1041. <para>Invokes an XML Web service method synchronously using SOAP.</para>
  1042. </summary>
  1043. <param name="methodName">The name of the XML Web service method.</param>
  1044. <param name=" parameters">An array of objects containing the parameters to pass to the XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
  1045. <returns>
  1046. <para>An array of objects containing the return value and any by reference or out
  1047. parameters of the derived class method.</para>
  1048. </returns>
  1049. </member>
  1050. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)">
  1051. <summary>
  1052. <para>Starts an asynchronous invocation of an XML Web service method using SOAP.</para>
  1053. </summary>
  1054. <param name="methodName">The name of the XML Web service method in the derived class that is invoking <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
  1055. <param name=" parameters">An array of objects containing the parameters to pass to the XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
  1056. <param name=" callback">The delegate to call when the asynchronous invoke is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
  1057. <param name=" asyncState">Extra information supplied by the caller.</param>
  1058. <returns>
  1059. <para>An <see cref="T:System.IAsyncResult" /> which is passed to <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)" /> to obtain the return values from
  1060. the remote method call.</para>
  1061. </returns>
  1062. </member>
  1063. <member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)">
  1064. <summary>
  1065. <para>Ends an asynchronous invocation of an XML Web service method using SOAP.</para>
  1066. </summary>
  1067. <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
  1068. <returns>
  1069. <para>An array of objects containing the return value and any by-reference or out
  1070. parameters of the derived class method.</para>
  1071. </returns>
  1072. </member>
  1073. <member name="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute">
  1074. <summary>
  1075. <para> Applying the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> to a
  1076. method specifies that SOAP messages to and from the method use
  1077. <see langword="Document" />
  1078. formatting.</para>
  1079. </summary>
  1080. </member>
  1081. <member name="M:System.Web.Services.Protocols.SoapDocumentMethodAttribute.#ctor">
  1082. <summary>
  1083. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> class.</para>
  1084. </summary>
  1085. </member>
  1086. <member name="M:System.Web.Services.Protocols.SoapDocumentMethodAttribute.#ctor(System.String)">
  1087. <summary>
  1088. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> class, setting the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action" />
  1089. property to the value of the <paramref name="action" /> parameter.</para>
  1090. </summary>
  1091. <param name="action">The <see langword="SOAPAction" /> HTTP header field of the SOAP request. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action" /> property.</param>
  1092. </member>
  1093. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action">
  1094. <summary>
  1095. <para>Gets or sets the <see langword="SOAPAction" /> HTTP header field of the SOAP request.</para>
  1096. </summary>
  1097. </member>
  1098. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay">
  1099. <summary>
  1100. <para>Gets or sets whether a XML Web service client waits for the
  1101. Web server to finish processing an XML Web service method.</para>
  1102. </summary>
  1103. </member>
  1104. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.RequestNamespace">
  1105. <summary>
  1106. <para>Gets or sets the namespace associated with the SOAP
  1107. request for an XML Web service method.</para>
  1108. </summary>
  1109. </member>
  1110. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ResponseNamespace">
  1111. <summary>
  1112. <para>Gets or sets the XML namespace associated with the SOAP
  1113. response for an XML Web service method.</para>
  1114. </summary>
  1115. </member>
  1116. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.RequestElementName">
  1117. <summary>
  1118. <para>Gets or sets the XML element associated with the SOAP
  1119. request for an XML Web service method, which is defined
  1120. in a service description as an operation.</para>
  1121. </summary>
  1122. </member>
  1123. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ResponseElementName">
  1124. <summary>
  1125. <para>Gets or sets the XML element associated with the SOAP
  1126. response for an XML Web service method.</para>
  1127. </summary>
  1128. </member>
  1129. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Use">
  1130. <summary>
  1131. <para>Gets or sets the parameter formatting for an XML Web service
  1132. method within the XML portion of a SOAP message.</para>
  1133. </summary>
  1134. </member>
  1135. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ParameterStyle">
  1136. <summary>
  1137. <para>Gets or sets whether parameters are encapsulated within a single
  1138. XML element beneath the <see langword="Body" /> element in the XML
  1139. portion of a SOAP message.</para>
  1140. </summary>
  1141. </member>
  1142. <member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Binding">
  1143. <summary>
  1144. <para>Gets or sets the binding an XML Web service method is
  1145. implementing an operation for.</para>
  1146. </summary>
  1147. </member>
  1148. <member name="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute">
  1149. <summary>
  1150. <para>Applying the optional <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> to an
  1151. XML Web service sets the default format
  1152. of SOAP requests and responses sent to and from XML
  1153. Web service methods within the XML Web service.</para>
  1154. </summary>
  1155. </member>
  1156. <member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor">
  1157. <summary>
  1158. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class
  1159. setting all properties to their default values.</para>
  1160. </summary>
  1161. </member>
  1162. <member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor(System.Web.Services.Description.SoapBindingUse)">
  1163. <summary>
  1164. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class setting the parameter
  1165. formatting.</para>
  1166. </summary>
  1167. <param name="use">The parameter formatting of the XML Web service. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use" /> property.</param>
  1168. </member>
  1169. <member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor(System.Web.Services.Description.SoapBindingUse,System.Web.Services.Protocols.SoapParameterStyle)">
  1170. <summary>
  1171. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class
  1172. that sets the parameter formatting and
  1173. sets whether parameters are encapsulated within a single XML element, under the
  1174. <see langword="Body" /> element, in SOAP messages.</para>
  1175. </summary>
  1176. <param name="use">The parameter formatting style. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use" /> property.</param>
  1177. <param name=" paramStyle">Sets whether parameters are encapsulated within a single XML element, under the <see langword="Body" /> element, in SOAP messages sent to and from XML Web service methods within the XML Web service. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.ParameterStyle" /> property.</param>
  1178. </member>
  1179. <member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use">
  1180. <summary>
  1181. <para>Gets or sets the default parameter formatting for an XML Web service.</para>
  1182. </summary>
  1183. </member>
  1184. <member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.ParameterStyle">
  1185. <summary>
  1186. <para>Gets or sets the default setting that controls whether parameters are
  1187. encapsulated within a single element following the <see langword="&lt;Body&gt;" />
  1188. element in the XML portion of a SOAP message for XML Web service methods of the XML Web service.</para>
  1189. </summary>
  1190. </member>
  1191. <member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.RoutingStyle">
  1192. <summary>
  1193. <para>Gets or sets how SOAP messages are routed to the XML Web service.</para>
  1194. </summary>
  1195. </member>
  1196. <member name="T:System.Web.Services.Protocols.SoapException">
  1197. <summary>
  1198. <para> The exception that is thrown when an
  1199. XML Web service method is called over SOAP and an exception
  1200. occurs.</para>
  1201. </summary>
  1202. </member>
  1203. <member name="F:System.Web.Services.Protocols.SoapException.ServerFaultCode">
  1204. <summary>
  1205. <para>Specifies a SOAP fault code representing an error occurred during
  1206. the processing of a client call on the server, where the problem was not due to the message contents.</para>
  1207. </summary>
  1208. </member>
  1209. <member name="F:System.Web.Services.Protocols.SoapException.ClientFaultCode">
  1210. <summary>
  1211. <para>Specifies a SOAP fault code representing a client call was not formatted correctly or did
  1212. not contain the appropriate information.</para>
  1213. </summary>
  1214. </member>
  1215. <member name="F:System.Web.Services.Protocols.SoapException.VersionMismatchFaultCode">
  1216. <summary>
  1217. <para>A SOAP fault code representing an invalid namespace for a SOAP Envelope was found during the
  1218. processing of the SOAP message.</para>
  1219. </summary>
  1220. </member>
  1221. <member name="F:System.Web.Services.Protocols.SoapException.MustUnderstandFaultCode">
  1222. <summary>
  1223. <para>A SOAP Fault Code representing a SOAP
  1224. element marked with the MustUnderstand attribute was not processed.</para>
  1225. </summary>
  1226. </member>
  1227. <member name="F:System.Web.Services.Protocols.SoapException.DetailElementName">
  1228. <summary>
  1229. <para>Gets an <see cref="T:System.Xml.XmlQualifiedName" /> representing the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> element of a SOAP Fault code.</para>
  1230. </summary>
  1231. </member>
  1232. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String)">
  1233. <summary>
  1234. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
  1235. exception code and the piece of code that caused the exception.</para>
  1236. </summary>
  1237. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1238. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1239. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1240. </member>
  1241. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Exception)">
  1242. <summary>
  1243. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
  1244. exception code, the piece of code that casued the exception and a reference to the root
  1245. cause of the exception.</para>
  1246. </summary>
  1247. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1248. <param name="code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1249. <param name="actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1250. <param name="innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1251. </member>
  1252. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName)">
  1253. <summary>
  1254. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message
  1255. and exception code.</para>
  1256. </summary>
  1257. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1258. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1259. </member>
  1260. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.Exception)">
  1261. <summary>
  1262. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
  1263. exception code and a reference to the root cause of the exception.</para>
  1264. </summary>
  1265. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1266. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1267. <param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1268. </member>
  1269. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode)">
  1270. <summary>
  1271. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class
  1272. that sets the exception message, exception code, piece of code that caused the
  1273. exception and application specific exception information.</para>
  1274. </summary>
  1275. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1276. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1277. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1278. <param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
  1279. </member>
  1280. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Exception)">
  1281. <summary>
  1282. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class
  1283. that sets the exception message, exception code, piece of code that caused the
  1284. exception, application specific exception information and a reference to the root cause of
  1285. the exception.</para>
  1286. </summary>
  1287. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1288. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1289. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1290. <param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
  1291. <param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1292. </member>
  1293. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Xml.XmlNode[])">
  1294. <summary>
  1295. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets
  1296. the exception message, exception code, piece of code that caused the exception,
  1297. application specific exception information and optional exception
  1298. information.</para>
  1299. </summary>
  1300. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1301. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1302. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1303. <param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
  1304. <param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
  1305. </member>
  1306. <member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Xml.XmlNode[],System.Exception)">
  1307. <summary>
  1308. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception
  1309. message, exception code, piece of code that caused the exception, application
  1310. specific exception information, optional exception information, and
  1311. a reference to the root cause of the exception.</para>
  1312. </summary>
  1313. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1314. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1315. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1316. <param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
  1317. <param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
  1318. <param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1319. </member>
  1320. <member name="P:System.Web.Services.Protocols.SoapException.Actor">
  1321. <summary>
  1322. <para> Gets the piece of
  1323. code that caused the exception.</para>
  1324. </summary>
  1325. </member>
  1326. <member name="P:System.Web.Services.Protocols.SoapException.Code">
  1327. <summary>
  1328. <para> Gets the type of SOAP fault code.</para>
  1329. </summary>
  1330. </member>
  1331. <member name="P:System.Web.Services.Protocols.SoapException.Detail">
  1332. <summary>
  1333. <para> Gets an <see cref="T:System.Xml.XmlNode" />
  1334. representing the application specific error information.</para>
  1335. </summary>
  1336. </member>
  1337. <member name="P:System.Web.Services.Protocols.SoapException.OtherElements">
  1338. <summary>
  1339. <para>Gets an array of <see cref="T:System.Xml.XmlNode" /> with the optional error information.</para>
  1340. </summary>
  1341. </member>
  1342. <member name="T:System.Web.Services.Protocols.SoapExtension">
  1343. <summary>
  1344. <para>The base class for SOAP extensions for XML Web services created using ASP.NET.</para>
  1345. </summary>
  1346. </member>
  1347. <member name="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)">
  1348. <summary>
  1349. <para>When overridden in a derived class, allows a SOAP extension to initialize data specific to a XML Web service
  1350. method using an attribute applied to the XML Web service method at a one time performance cost.</para>
  1351. </summary>
  1352. <param name="methodInfo">A <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> representing the specific function prototype for the XML Web service method to which the SOAP extension is applied.</param>
  1353. <param name=" attribute">The <see cref="T:System.Web.Services.Protocols.SoapExtensionAttribute" /> applied to the XML Web service method. </param>
  1354. <returns>
  1355. <para>The <see cref="T:System.Object" />
  1356. that the SOAP extension initializes for caching.</para>
  1357. </returns>
  1358. </member>
  1359. <member name="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Type)">
  1360. <summary>
  1361. <para> When overridden in a
  1362. derived class, allows a SOAP extension to initialize data specific to a class implementing
  1363. a XML Web service at a one time performance cost.</para>
  1364. </summary>
  1365. <param name="serviceType">The type of the class implementing the XML Web service to which the SOAP extension is applied.</param>
  1366. <returns>
  1367. <para>The <see cref="T:System.Object" />
  1368. that the SOAP extension initializes for caching.</para>
  1369. </returns>
  1370. </member>
  1371. <member name="M:System.Web.Services.Protocols.SoapExtension.Initialize(System.Object)">
  1372. <summary>
  1373. <para>When overridden in a derived class, allows a SOAP
  1374. extension to initialize itself using the data cached in the <see cref="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)" />
  1375. method.</para>
  1376. </summary>
  1377. <param name="initializer">The <see cref="T:System.Object" /> returned from <see cref="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)" /> cached by ASP.NET.</param>
  1378. </member>
  1379. <member name="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)">
  1380. <summary>
  1381. <para>When overridden in a derived class, allows a SOAP
  1382. extension to receive a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> to process at each <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> .</para>
  1383. </summary>
  1384. <param name="message">The <see cref="T:System.Web.Services.Protocols.SoapMessage" /> to process.</param>
  1385. </member>
  1386. <member name="M:System.Web.Services.Protocols.SoapExtension.ChainStream(System.IO.Stream)">
  1387. <summary>
  1388. <para>When overridden in a derived class, allows a SOAP
  1389. extension access to the memory buffer containing the SOAP request or response.</para>
  1390. </summary>
  1391. <param name="stream">A memory buffer containing the SOAP request or response. </param>
  1392. <returns>
  1393. <para>A <see cref="T:System.IO.Stream" /> representing a new memory buffer that this SOAP extension can
  1394. modify.</para>
  1395. </returns>
  1396. </member>
  1397. <member name="T:System.Web.Services.Protocols.SoapExtensionAttribute">
  1398. <summary>
  1399. <para>When overridden in a derived class, specifies a SOAP
  1400. extension should run with an XML Web service method.</para>
  1401. </summary>
  1402. </member>
  1403. <member name="P:System.Web.Services.Protocols.SoapExtensionAttribute.ExtensionType">
  1404. <summary>
  1405. <para>When overridden in a derived class, gets the <see cref="T:System.Type" /> of the SOAP extension.</para>
  1406. </summary>
  1407. </member>
  1408. <member name="P:System.Web.Services.Protocols.SoapExtensionAttribute.Priority">
  1409. <summary>
  1410. <para>When overridden in a derived class, gets or set the
  1411. priority of the SOAP extension.</para>
  1412. </summary>
  1413. </member>
  1414. <member name="T:System.Web.Services.Protocols.SoapHeader">
  1415. <summary>
  1416. <para> When overridden in a derived class, represents the content of a SOAP header.</para>
  1417. </summary>
  1418. </member>
  1419. <member name="P:System.Web.Services.Protocols.SoapHeader.EncodedMustUnderstand">
  1420. <summary>
  1421. <para>Gets or sets the value of the
  1422. <see langword="mustUnderstand" /> XML attribute
  1423. for the SOAP header.</para>
  1424. </summary>
  1425. </member>
  1426. <member name="P:System.Web.Services.Protocols.SoapHeader.MustUnderstand">
  1427. <summary>
  1428. <para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Protocols.SoapHeader" />
  1429. must be understood.</para>
  1430. </summary>
  1431. </member>
  1432. <member name="P:System.Web.Services.Protocols.SoapHeader.Actor">
  1433. <summary>
  1434. <para>Gets or sets the recipient of the SOAP header.</para>
  1435. </summary>
  1436. </member>
  1437. <member name="P:System.Web.Services.Protocols.SoapHeader.DidUnderstand">
  1438. <summary>
  1439. <para> Gets or sets a value indicating whether
  1440. an XML Web service method properly processed a SOAP header.</para>
  1441. </summary>
  1442. </member>
  1443. <member name="T:System.Web.Services.Protocols.SoapHeaderAttribute">
  1444. <summary>
  1445. <para> This attribute is applied to an XML Web service method or an XML Web service client to specify a SOAP header the
  1446. Web service method or XML Web service client can process. This class
  1447. cannot be inherited.</para>
  1448. </summary>
  1449. </member>
  1450. <member name="M:System.Web.Services.Protocols.SoapHeaderAttribute.#ctor(System.String)">
  1451. <summary>
  1452. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderAttribute" /> class,
  1453. setting the member of the XML Web service class representing the SOAP header contents.</para>
  1454. </summary>
  1455. <param name="memberName">The member of the XML Web service class representing the SOAP header contents. The <see cref="P:System.Web.Services.Protocols.SoapHeaderAttribute.MemberName" /> property will be set to the value of this parameter.</param>
  1456. </member>
  1457. <member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.MemberName">
  1458. <summary>
  1459. <para>Gets or sets the member of the XML Web service
  1460. class representing the SOAP header contents.</para>
  1461. </summary>
  1462. </member>
  1463. <member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.Direction">
  1464. <summary>
  1465. <para>Gets or sets whether the SOAP header is intended for the XML Web service or
  1466. the XML Web service client or both.</para>
  1467. </summary>
  1468. </member>
  1469. <member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.Required">
  1470. <summary>
  1471. <para> Gets or sets a value indicating whether the SOAP
  1472. header must be understood and processed by the recipient XML Web service or XML Web service client.</para>
  1473. </summary>
  1474. </member>
  1475. <member name="T:System.Web.Services.Protocols.SoapHeaderDirection">
  1476. <summary>
  1477. <para>Specifies whether the recipient of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is the
  1478. XML Web service, the XML Web service client, or both.</para>
  1479. </summary>
  1480. </member>
  1481. <member name="F:System.Web.Services.Protocols.SoapHeaderDirection.In">
  1482. <summary>
  1483. <para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to the XML Web service.</para>
  1484. </summary>
  1485. </member>
  1486. <member name="F:System.Web.Services.Protocols.SoapHeaderDirection.Out">
  1487. <summary>
  1488. <para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to the XML Web service client.</para>
  1489. </summary>
  1490. </member>
  1491. <member name="F:System.Web.Services.Protocols.SoapHeaderDirection.InOut">
  1492. <summary>
  1493. <para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to both the XML Web service
  1494. and the XML Web service client.</para>
  1495. </summary>
  1496. </member>
  1497. <member name="T:System.Web.Services.Protocols.SoapHeaderException">
  1498. <summary>
  1499. <para> The exception that is thrown when an XML Web service method is
  1500. called over SOAP and an exception occurs during processing of the SOAP
  1501. header.</para>
  1502. </summary>
  1503. </member>
  1504. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String)">
  1505. <summary>
  1506. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1507. </summary>
  1508. <param name=" message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1509. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1510. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1511. </member>
  1512. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Exception)">
  1513. <summary>
  1514. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1515. </summary>
  1516. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1517. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1518. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1519. <param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1520. </member>
  1521. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName)">
  1522. <summary>
  1523. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1524. </summary>
  1525. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1526. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1527. </member>
  1528. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.Exception)">
  1529. <summary>
  1530. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1531. </summary>
  1532. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1533. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1534. <param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1535. </member>
  1536. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode[])">
  1537. <summary>
  1538. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1539. </summary>
  1540. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1541. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1542. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1543. <param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
  1544. </member>
  1545. <member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode[],System.Exception)">
  1546. <summary>
  1547. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
  1548. </summary>
  1549. <param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
  1550. <param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
  1551. <param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
  1552. <param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
  1553. <param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
  1554. </member>
  1555. <member name="T:System.Web.Services.Protocols.SoapHeaderCollection">
  1556. <summary>
  1557. <para>Contains a collection of instances of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> class.</para>
  1558. </summary>
  1559. </member>
  1560. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Add(System.Web.Services.Protocols.SoapHeader)">
  1561. <summary>
  1562. <para>Adds a <see cref="T:System.Web.Services.Protocols.SoapHeader" />to the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</para>
  1563. </summary>
  1564. <param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to add to the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
  1565. <returns>
  1566. <para> The position at which the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> was inserted.</para>
  1567. </returns>
  1568. </member>
  1569. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Insert(System.Int32,System.Web.Services.Protocols.SoapHeader)">
  1570. <summary>
  1571. <para>Inserts a <see cref="T:System.Web.Services.Protocols.SoapHeader" /> into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />
  1572. at the specified index.</para>
  1573. </summary>
  1574. <param name="index">The zero-based index at which to insert the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
  1575. <param name=" header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to insert into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
  1576. </member>
  1577. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.IndexOf(System.Web.Services.Protocols.SoapHeader)">
  1578. <summary>
  1579. <para>Determines the index of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />
  1580. .</para>
  1581. </summary>
  1582. <param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" />to locate in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
  1583. <returns>
  1584. <para>The index of the <paramref name="header" />
  1585. parameter, if found in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />; otherwise, -1.</para>
  1586. </returns>
  1587. </member>
  1588. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Contains(System.Web.Services.Protocols.SoapHeader)">
  1589. <summary>
  1590. <para>Determines whether the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> contains a specific <see cref="T:System.Web.Services.Protocols.SoapHeader" /> .</para>
  1591. </summary>
  1592. <param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to locate in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
  1593. <returns>
  1594. <para>
  1595. <see langword="true" /> if the value
  1596. of the <paramref name="header" /> parameter is found in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />; otherwise,
  1597. <see langword="false" /> .</para>
  1598. </returns>
  1599. </member>
  1600. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Remove(System.Web.Services.Protocols.SoapHeader)">
  1601. <summary>
  1602. <para>Removes the first occurrence of a specific <see cref="T:System.Web.Services.Protocols.SoapHeader" /> from the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> . </para>
  1603. </summary>
  1604. <param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to remove from the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
  1605. </member>
  1606. <member name="M:System.Web.Services.Protocols.SoapHeaderCollection.CopyTo(System.Web.Services.Protocols.SoapHeader[],System.Int32)">
  1607. <summary>
  1608. <para>Copies the elements of the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> to an <see cref="T:System.Array" />, starting at a particular index of
  1609. the <see cref="T:System.Array" /> .</para>
  1610. </summary>
  1611. <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />. The array must have zero-based indexing.</param>
  1612. <param name=" index">The zero-based index in the <paramref name="array" /> parameter at which copying begins. </param>
  1613. </member>
  1614. <member name="P:System.Web.Services.Protocols.SoapHeaderCollection.Item(System.Int32)">
  1615. <summary>
  1616. <para>Gets or sets the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> at the specified index of the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</para>
  1617. </summary>
  1618. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to get or set.</param>
  1619. </member>
  1620. <member name="T:System.Web.Services.Protocols.SoapMessageStage">
  1621. <summary>
  1622. <para>Specifies the processing stage of a SOAP message.</para>
  1623. </summary>
  1624. </member>
  1625. <member name="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize">
  1626. <summary>
  1627. <para>The stage just prior to a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> being serialized.</para>
  1628. <para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />
  1629. stage occurs after a client
  1630. invokes an XML Web service method, but prior to the invocation being serialized.</para>
  1631. <para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />
  1632. stage
  1633. occurs after the invocation to the XML Web service method returns, but prior to the
  1634. return values being serialized and sent over the wire back to the client.</para>
  1635. </summary>
  1636. </member>
  1637. <member name="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize">
  1638. <summary>
  1639. <para> The stage just after a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> is serialized, but before the
  1640. SOAP message is sent over the wire.</para>
  1641. <para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize" />
  1642. stage occurs
  1643. after a client invokes an XML Web service method and the
  1644. parameters are serialized into XML, but prior to the SOAP message containing that XML is sent
  1645. over the network.</para>
  1646. <para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize" />
  1647. stage occurs
  1648. after an XML Web service method returns and any
  1649. return values are serialized into XML, but prior to the SOAP message containing that
  1650. XML is sent over the network.</para>
  1651. </summary>
  1652. </member>
  1653. <member name="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize">
  1654. <summary>
  1655. <para>The stage just before a <see cref="T:System.Web.Services.Protocols.SoapMessage" />
  1656. is deserialized from the SOAP message sent across the network into an object.</para>
  1657. <para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage occurs
  1658. after the network response from an XML Web service method invocation has been received, but just before the response containing the
  1659. SOAP message is deserialized into an object.</para>
  1660. <para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage occurs
  1661. after a network request containing the SOAP message for an XML Web service
  1662. method invocation is received by the Web server, but prior to the SOAP message being deserialized
  1663. into an object.</para>
  1664. </summary>
  1665. </member>
  1666. <member name="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize">
  1667. <summary>
  1668. <para>The stage just after a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> is deserialized from a SOAP
  1669. message into an object.</para>
  1670. <para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage occurs
  1671. after the SOAP message containing the
  1672. response from an XML Web service method invocation has been deserialized into an object,
  1673. but prior to the client receiving the deserialized results.</para>
  1674. <para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage occurs
  1675. after a network request containing a SOAP message representing a Web
  1676. Service method
  1677. invocation is deserialized into an object, but prior to the method on that object
  1678. representing the XML Web service method is called.</para>
  1679. </summary>
  1680. </member>
  1681. <member name="T:System.Web.Services.Protocols.SoapParameterStyle">
  1682. <summary>
  1683. <para> Specifies how parameters are formatted
  1684. in a SOAP message.</para>
  1685. </summary>
  1686. </member>
  1687. <member name="F:System.Web.Services.Protocols.SoapParameterStyle.Default">
  1688. <summary>
  1689. <para>Specifies using the default <see cref="T:System.Web.Services.Protocols.SoapParameterStyle" /> for
  1690. the XML Web service. The default for an
  1691. XML Web service can be set by applying a <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" />
  1692. to the class implementing the XML Web service. If
  1693. a <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> is
  1694. not applied to the class implementing
  1695. the XML Web service, the default is <see cref="F:System.Web.Services.Protocols.SoapParameterStyle.Wrapped" />.</para>
  1696. </summary>
  1697. </member>
  1698. <member name="F:System.Web.Services.Protocols.SoapParameterStyle.Bare">
  1699. <summary>
  1700. <para>Parameters sent to and from an XML Web service method are placed in XML elements
  1701. directly following the <see langword="Body" /> element of
  1702. a SOAP request or SOAP response.</para>
  1703. </summary>
  1704. </member>
  1705. <member name="F:System.Web.Services.Protocols.SoapParameterStyle.Wrapped">
  1706. <summary>
  1707. <para> Parameters sent to and from an XML Web service method are encapsulated within
  1708. a single XML element followig the <see langword="Body" /> element of
  1709. the XML portion of a SOAP request or SOAP response.</para>
  1710. </summary>
  1711. </member>
  1712. <member name="T:System.Web.Services.Protocols.SoapRpcMethodAttribute">
  1713. <summary>
  1714. <para>Applying the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> to a
  1715. method specifies that SOAP messages sent to and from the method use
  1716. <see langword="RPC" />
  1717. formatting.</para>
  1718. </summary>
  1719. </member>
  1720. <member name="M:System.Web.Services.Protocols.SoapRpcMethodAttribute.#ctor">
  1721. <summary>
  1722. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> class,
  1723. setting
  1724. all properties to their default values.</para>
  1725. </summary>
  1726. </member>
  1727. <member name="M:System.Web.Services.Protocols.SoapRpcMethodAttribute.#ctor(System.String)">
  1728. <summary>
  1729. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> class,
  1730. setting the <see cref="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action" /> property
  1731. to the value of the
  1732. <paramref name="action" /> parameter.</para>
  1733. </summary>
  1734. <param name="action">The intent of the SOAP request. Sets the <see cref="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action" /> property.</param>
  1735. </member>
  1736. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action">
  1737. <summary>
  1738. <para>Gets or sets the <see langword="SOAPAction" /> HTTP header field of the SOAP request.</para>
  1739. </summary>
  1740. </member>
  1741. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.OneWay">
  1742. <summary>
  1743. <para>Gets or sets whether an XML Web service client waits for the Web server to
  1744. finish processing an XML Web service method.</para>
  1745. </summary>
  1746. </member>
  1747. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.RequestNamespace">
  1748. <summary>
  1749. <para>Gets or sets the XML namespace associated with the SOAP
  1750. request for an XML Web service method.</para>
  1751. </summary>
  1752. </member>
  1753. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.ResponseNamespace">
  1754. <summary>
  1755. <para>Gets or sets the XML namespace associated with the
  1756. SOAP response for an XML Web service method.</para>
  1757. </summary>
  1758. </member>
  1759. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.RequestElementName">
  1760. <summary>
  1761. <para>Gets or sets the XML element associated with the SOAP request for an XML Web
  1762. service method.</para>
  1763. </summary>
  1764. </member>
  1765. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.ResponseElementName">
  1766. <summary>
  1767. <para>Gets or sets the XML element associated with the SOAP
  1768. response for an XML Web service method.</para>
  1769. </summary>
  1770. </member>
  1771. <member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Binding">
  1772. <summary>
  1773. <para>Gets or sets the binding an XML Web service method is
  1774. implementing an operation for.</para>
  1775. </summary>
  1776. </member>
  1777. <member name="T:System.Web.Services.Protocols.SoapRpcServiceAttribute">
  1778. <summary>
  1779. <para>Applying the optional <see cref="T:System.Web.Services.Protocols.SoapRpcServiceAttribute" /> to an XML Web service sets the default
  1780. format of SOAP requests and responses sent to and from XML Web service methods
  1781. within the XML Web service.</para>
  1782. </summary>
  1783. </member>
  1784. <member name="M:System.Web.Services.Protocols.SoapRpcServiceAttribute.#ctor">
  1785. <summary>
  1786. Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcServiceAttribute" /> class.
  1787. </summary>
  1788. </member>
  1789. <member name="P:System.Web.Services.Protocols.SoapRpcServiceAttribute.RoutingStyle">
  1790. <summary>
  1791. <para>Gets or sets how SOAP messages are routed to the XML Web service.</para>
  1792. </summary>
  1793. </member>
  1794. <member name="T:System.Web.Services.Protocols.SoapServerMessage">
  1795. <summary>
  1796. <para>Represents the data in a SOAP request received or a
  1797. SOAP response sent by an XML Web service method at a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. This class cannot be
  1798. inherited.</para>
  1799. </summary>
  1800. </member>
  1801. <member name="M:System.Web.Services.Protocols.SoapServerMessage.EnsureOutStage">
  1802. <summary>
  1803. <para>Asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where out
  1804. parameters are available. If not, an exception is thrown.</para>
  1805. </summary>
  1806. </member>
  1807. <member name="M:System.Web.Services.Protocols.SoapServerMessage.EnsureInStage">
  1808. <summary>
  1809. <para>Asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
  1810. parameters are available. If not, an exception is thrown.</para>
  1811. </summary>
  1812. </member>
  1813. <member name="P:System.Web.Services.Protocols.SoapServerMessage.OneWay">
  1814. <summary>
  1815. <para>Gets a value indicating whether the client waits for the server to finish
  1816. processing an XML Web service method.</para>
  1817. </summary>
  1818. </member>
  1819. <member name="P:System.Web.Services.Protocols.SoapServerMessage.Url">
  1820. <summary>
  1821. <para>Gets the base URL of the XML Web service.</para>
  1822. </summary>
  1823. </member>
  1824. <member name="P:System.Web.Services.Protocols.SoapServerMessage.Action">
  1825. <summary>
  1826. <para>Gets the SOAPAction HTTP request header field for the SOAP request or SOAP
  1827. response.</para>
  1828. </summary>
  1829. </member>
  1830. <member name="P:System.Web.Services.Protocols.SoapServerMessage.Server">
  1831. <summary>
  1832. <para>Gets the instance of the class handling the
  1833. method invocation on the Web server.</para>
  1834. </summary>
  1835. </member>
  1836. <member name="P:System.Web.Services.Protocols.SoapServerMessage.MethodInfo">
  1837. <summary>
  1838. <para>Gets a representation of the method prototype for the XML Web service method for
  1839. which the SOAP request is intended.</para>
  1840. </summary>
  1841. </member>
  1842. <member name="T:System.Web.Services.Protocols.SoapServiceRoutingStyle">
  1843. <summary>
  1844. <para> Specifies how a SOAP message is routed to the Web server hosting the
  1845. XML Web service.</para>
  1846. </summary>
  1847. </member>
  1848. <member name="F:System.Web.Services.Protocols.SoapServiceRoutingStyle.SoapAction">
  1849. <summary>
  1850. <para>The SOAP message is routed based on the
  1851. <see langword="SOAPAction" /> HTTP header.</para>
  1852. </summary>
  1853. </member>
  1854. <member name="F:System.Web.Services.Protocols.SoapServiceRoutingStyle.RequestElement">
  1855. <summary>
  1856. <para>The SOAP Message is routed based on the first child element
  1857. following the <see langword="&lt;Body&gt;" /> XML element of the SOAP message.</para>
  1858. </summary>
  1859. </member>
  1860. <member name="T:System.Web.Services.Protocols.SoapUnknownHeader">
  1861. <summary>
  1862. <para> Represents the data received from a SOAP header
  1863. that was not understood by the recipient XML Web service or XML Web service client. This
  1864. class cannot be inherited.</para>
  1865. </summary>
  1866. </member>
  1867. <member name="P:System.Web.Services.Protocols.SoapUnknownHeader.Element">
  1868. <summary>
  1869. <para>Gets or sets the XML Header element for a SOAP request or response.</para>
  1870. </summary>
  1871. </member>
  1872. <member name="M:System.Web.Services.Protocols.NopHandler.ProcessRequest(System.Web.HttpContext)">
  1873. <summary>
  1874. IHttpHandler.ProcessRequest.
  1875. </summary>
  1876. </member>
  1877. <member name="P:System.Web.Services.Protocols.NopHandler.IsReusable">
  1878. <summary>
  1879. IHttpHandler.IsReusable.
  1880. </summary>
  1881. </member>
  1882. <member name="T:System.Web.Services.Discovery.ContractReference">
  1883. <summary>
  1884. <para>Represents a reference in a discovery document to a
  1885. service description.</para>
  1886. </summary>
  1887. </member>
  1888. <member name="T:System.Web.Services.Discovery.DiscoveryReference">
  1889. <summary>
  1890. <para> The base class for discoverable references using XML Web
  1891. services discovery.</para>
  1892. </summary>
  1893. </member>
  1894. <member name="M:System.Web.Services.Discovery.DiscoveryReference.WriteDocument(System.Object,System.IO.Stream)">
  1895. <summary>
  1896. <para>When overridden in a derived class, writes the document
  1897. to a <see cref="T:System.IO.Stream" />.</para>
  1898. </summary>
  1899. <param name="document">The document to write into a <see cref="T:System.IO.Stream" />.</param>
  1900. <param name=" stream">The <see cref="T:System.IO.Stream" /> into which the <paramref name="document" /> is written.</param>
  1901. </member>
  1902. <member name="M:System.Web.Services.Discovery.DiscoveryReference.ReadDocument(System.IO.Stream)">
  1903. <summary>
  1904. <para>Reads the passed <see cref="T:System.IO.Stream" /> and returns an instance of the
  1905. class representing the type of referenced document.</para>
  1906. </summary>
  1907. <param name="stream">
  1908. <see cref="T:System.IO.Stream" />containing the reference document.</param>
  1909. <returns>
  1910. <para>An <see cref="T:System.Object" /> with an underlying type matching the type of referenced
  1911. document.</para>
  1912. </returns>
  1913. </member>
  1914. <member name="M:System.Web.Services.Discovery.DiscoveryReference.FilenameFromUrl(System.String)">
  1915. <summary>
  1916. <para> Returns a file name based on the passed URL.</para>
  1917. </summary>
  1918. <param name="url">The URL on which the name of the file is based. </param>
  1919. <returns>
  1920. <para>Name of the file based on the passed URL.</para>
  1921. </returns>
  1922. </member>
  1923. <member name="M:System.Web.Services.Discovery.DiscoveryReference.Resolve">
  1924. <summary>
  1925. <para>Downloads the referenced document at <see cref="P:System.Web.Services.Discovery.DiscoveryReference.Url" /> to
  1926. resolve whether the referenced document is valid.</para>
  1927. </summary>
  1928. </member>
  1929. <member name="M:System.Web.Services.Discovery.DiscoveryReference.Resolve(System.String,System.IO.Stream)">
  1930. <summary>
  1931. <para> Resolves whether the referenced document is valid.</para>
  1932. </summary>
  1933. <param name="contentType">The MIME type of <paramref name="stream" />.</param>
  1934. <param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
  1935. </member>
  1936. <member name="P:System.Web.Services.Discovery.DiscoveryReference.ClientProtocol">
  1937. <summary>
  1938. <para>Gets or sets the instance of <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol" /> used in a discovery process.</para>
  1939. </summary>
  1940. </member>
  1941. <member name="P:System.Web.Services.Discovery.DiscoveryReference.DefaultFilename">
  1942. <summary>
  1943. <para> Gets the name of the
  1944. default file to use when saving the referenced discovery document, XSD schema, or Service Description.</para>
  1945. </summary>
  1946. </member>
  1947. <member name="P:System.Web.Services.Discovery.DiscoveryReference.Url">
  1948. <summary>
  1949. <para>Gets or sets the URL of the referenced document.</para>
  1950. </summary>
  1951. </member>
  1952. <member name="F:System.Web.Services.Discovery.ContractReference.Namespace">
  1953. <summary>
  1954. <para>XML namespace for service description references in
  1955. discovery documents.</para>
  1956. </summary>
  1957. </member>
  1958. <member name="M:System.Web.Services.Discovery.ContractReference.#ctor">
  1959. <summary>
  1960. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class using default values.</para>
  1961. </summary>
  1962. </member>
  1963. <member name="M:System.Web.Services.Discovery.ContractReference.#ctor(System.String)">
  1964. <summary>
  1965. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class
  1966. using the supplied
  1967. reference to a Service
  1968. Description.</para>
  1969. </summary>
  1970. <param name="href">The URL for a Sevice Descritpion. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property value.</param>
  1971. </member>
  1972. <member name="M:System.Web.Services.Discovery.ContractReference.#ctor(System.String,System.String)">
  1973. <summary>
  1974. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class
  1975. using the supplied references to a service description and
  1976. a
  1977. XML Web service implementing the service description.</para>
  1978. </summary>
  1979. <param name="href">The URL for a service description. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property value.</param>
  1980. <param name=" docRef">The URL for a XML Web service implementing the service description at <paramref name="href" />. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.DocRef" /> property value.</param>
  1981. </member>
  1982. <member name="M:System.Web.Services.Discovery.ContractReference.WriteDocument(System.Object,System.IO.Stream)">
  1983. <summary>
  1984. <para> Writes the passed-in service description into
  1985. the passed-in <see cref="T:System.IO.Stream" />.</para>
  1986. </summary>
  1987. <param name="document">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to write into <paramref name="stream" />.</param>
  1988. <param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized <see cref="T:System.Web.Services.Description.ServiceDescription" /> is written.</param>
  1989. </member>
  1990. <member name="M:System.Web.Services.Discovery.ContractReference.ReadDocument(System.IO.Stream)">
  1991. <summary>
  1992. <para>Reads the service description from the passed <see cref="T:System.IO.Stream" /> and returns the service description.</para>
  1993. </summary>
  1994. <param name="stream">
  1995. <see cref="T:System.IO.Stream" /> containing the service description.</param>
  1996. <returns>
  1997. <para>A <see cref="T:System.Web.Services.Description.ServiceDescription" /> containing the
  1998. contents of the referenced service description.</para>
  1999. </returns>
  2000. </member>
  2001. <member name="M:System.Web.Services.Discovery.ContractReference.Resolve(System.String,System.IO.Stream)">
  2002. <summary>
  2003. <para> Resolves whether the the referenced document is valid.</para>
  2004. </summary>
  2005. <param name="contentType">The MIME content type of <paramref name="stream" />.</param>
  2006. <param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
  2007. </member>
  2008. <member name="P:System.Web.Services.Discovery.ContractReference.Ref">
  2009. <summary>
  2010. <para> Gets or sets the URL to the referenced service description.</para>
  2011. </summary>
  2012. </member>
  2013. <member name="P:System.Web.Services.Discovery.ContractReference.DocRef">
  2014. <summary>
  2015. <para> Gets and sets the URL for a XML Web service implementing the
  2016. service description referenced in the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property.</para>
  2017. </summary>
  2018. </member>
  2019. <member name="P:System.Web.Services.Discovery.ContractReference.Url">
  2020. <summary>
  2021. <para>Gets or sets the URL for the referenced Service
  2022. Description.</para>
  2023. </summary>
  2024. </member>
  2025. <member name="P:System.Web.Services.Discovery.ContractReference.Contract">
  2026. <summary>
  2027. <para>Gets a <see cref="T:System.Web.Services.Description.ServiceDescription" qualify="true" />
  2028. object representing
  2029. the service description.</para>
  2030. </summary>
  2031. </member>
  2032. <member name="P:System.Web.Services.Discovery.ContractReference.DefaultFilename">
  2033. <summary>
  2034. <para>Gets the name of the file to use by default when saving the
  2035. referenced service description.</para>
  2036. </summary>
  2037. </member>
  2038. <member name="M:System.Web.Services.Discovery.DiscoverySearchPattern.GetDiscoveryReference(System.String)">
  2039. <summary>
  2040. <para>[To be supplied.]</para>
  2041. </summary>
  2042. </member>
  2043. <member name="P:System.Web.Services.Discovery.DiscoverySearchPattern.Pattern">
  2044. <summary>
  2045. <para>[To be supplied.]</para>
  2046. </summary>
  2047. </member>
  2048. <member name="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection">
  2049. <summary>
  2050. <para>Represents a collection of documents discovered during XML Web services discovery that have been downloaded to the client. This
  2051. class cannot be inherited.</para>
  2052. </summary>
  2053. </member>
  2054. <member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Add(System.String,System.Object)">
  2055. <summary>
  2056. <para> Adds an object with the specified URL to the
  2057. <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</para>
  2058. </summary>
  2059. <param name="url">The URL for the document to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
  2060. <param name=" value">A discovered document to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
  2061. </member>
  2062. <member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Contains(System.String)">
  2063. <summary>
  2064. <para>Determines if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> contains an object with the specified URL.</para>
  2065. </summary>
  2066. <param name="url">The URL for the document to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
  2067. <returns>
  2068. <para>
  2069. <see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> contains an object with
  2070. the specified URL; otherwise, <see langword="false" />. </para>
  2071. </returns>
  2072. </member>
  2073. <member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Remove(System.String)">
  2074. <summary>
  2075. <para>Removes an object with the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
  2076. </summary>
  2077. <param name="url">The URL for the discovered document to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</param>
  2078. </member>
  2079. <member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Item(System.String)">
  2080. <summary>
  2081. <para>Gets or sets a client discovery document object from the
  2082. <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />
  2083. with the specified URL.</para>
  2084. </summary>
  2085. <param name="url">The URL of the discovery document to get or set from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />. </param>
  2086. </member>
  2087. <member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Keys">
  2088. <summary>
  2089. <para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
  2090. </summary>
  2091. </member>
  2092. <member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Values">
  2093. <summary>
  2094. <para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the values in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
  2095. </summary>
  2096. </member>
  2097. <member name="T:System.Web.Services.Discovery.DiscoveryClientProtocol">
  2098. <summary>
  2099. <para> Provides support for programmatically
  2100. invoking XML Web services discovery.</para>
  2101. </summary>
  2102. </member>
  2103. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.#ctor">
  2104. <summary>
  2105. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol" /> class.</para>
  2106. </summary>
  2107. </member>
  2108. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Discover(System.String)">
  2109. <summary>
  2110. <para>Discovers the supplied URL to determine if it is a discovery document.</para>
  2111. </summary>
  2112. <param name="url">The URL where XML Web services discovery begins.</param>
  2113. <returns>
  2114. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the results of XML Web services discovery at the supplied URL.</para>
  2115. </returns>
  2116. </member>
  2117. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny(System.String)">
  2118. <summary>
  2119. <para>Discovers the supplied URL to determine if it is a discovery document, service description
  2120. or an XML Schema Definition (XSD) schema.</para>
  2121. </summary>
  2122. <param name="url">The URL where XML Web services discovery begins.</param>
  2123. <returns>
  2124. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />
  2125. containing the results of XML Web services discovery at the supplied URL. If the
  2126. <paramref name="url" />
  2127. parameter refers to a service description or an XSD Schema, a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />
  2128. is created in memory for it.</para>
  2129. </returns>
  2130. </member>
  2131. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Download(System.String@)">
  2132. <summary>
  2133. <para>Downloads the discovery document at the supplied URL into a <see cref="T:System.IO.Stream" /> object.</para>
  2134. </summary>
  2135. <param name="url">The URL of the discovery document to download.</param>
  2136. <returns>
  2137. <para>A <see cref="T:System.IO.Stream" />
  2138. containing the document at the supplied URL.</para>
  2139. </returns>
  2140. </member>
  2141. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Download(System.String@,System.String@)">
  2142. <summary>
  2143. <para>Downloads the discovery document at the supplied URL
  2144. into a <see cref="T:System.IO.Stream" /> object, setting the <paramref name="contentType" /> parameter to
  2145. the MIME encoding of the discovery document.</para>
  2146. </summary>
  2147. <param name="url">The URL of the discovery document to download.</param>
  2148. <param name=" contentType">The MIME encoding of the downloaded discovery document.</param>
  2149. <returns>
  2150. <para>A <see cref="T:System.IO.Stream" /> containing the document at the supplied URL.</para>
  2151. </returns>
  2152. </member>
  2153. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ReadAll(System.String)">
  2154. <summary>
  2155. <para>Reads in a file containing a map of saved discovery
  2156. documents populating the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> and <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />
  2157. properties, with discovery documents, XML Schema Definition (XSD) schemas,
  2158. and service descriptions referenced in the file.</para>
  2159. </summary>
  2160. <param name="topLevelFilename">Name of file to read in, containing the map of saved discovery documents. </param>
  2161. <returns>
  2162. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />
  2163. containing the results found in the file with the map of saved discovery
  2164. documents. The file format is a <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile" /> class serialized into XML; however, one would typically create
  2165. the file using only the <see cref="M:System.Web.Services.Discovery.DiscoveryClientProtocol.WriteAll(System.String,System.String)" />
  2166. method or Disco.exe. </para>
  2167. </returns>
  2168. </member>
  2169. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ResolveAll">
  2170. <summary>
  2171. <para>Resolves all references to discovery documents, XML Schema Definition (XSD)
  2172. schemas, and service descriptions in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />
  2173. property, as well as references found in referenced
  2174. discovery documents.</para>
  2175. </summary>
  2176. </member>
  2177. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ResolveOneLevel">
  2178. <summary>
  2179. <para>Resolves all references to discovery documents, XML Schema Definition (XSD)
  2180. schemas and service descriptions in <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />, as well as references found in those
  2181. discovery documents.</para>
  2182. </summary>
  2183. </member>
  2184. <member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.WriteAll(System.String,System.String)">
  2185. <summary>
  2186. <para>Writes all discovery documents, XML Schema Definition (XSD) schemas, and Service
  2187. Descriptions in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> property
  2188. to the supplied directory and creates a
  2189. file in that directory.</para>
  2190. </summary>
  2191. <param name="directory">The directory in which to save all documents currently in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> property.</param>
  2192. <param name=" topLevelFilename">The name of the file to create or overwrite containing a map of all documents saved.</param>
  2193. <returns>
  2194. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> containing the results of all
  2195. files saved.</para>
  2196. </returns>
  2197. </member>
  2198. <member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.AdditionalInformation">
  2199. <summary>
  2200. <para>Gets information in addition to references found in the discovery document.</para>
  2201. </summary>
  2202. </member>
  2203. <member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents">
  2204. <summary>
  2205. <para>Gets a collection of discovery documents.</para>
  2206. </summary>
  2207. </member>
  2208. <member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Errors">
  2209. <summary>
  2210. <para> Gets a collection of exceptions that occurred
  2211. during invocation of method from this class.</para>
  2212. </summary>
  2213. </member>
  2214. <member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References">
  2215. <summary>
  2216. <para> A collection of references founds in resolved
  2217. discovery documents.</para>
  2218. </summary>
  2219. </member>
  2220. <member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.Results">
  2221. <summary>
  2222. <para>Gets a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> objects.</para>
  2223. </summary>
  2224. </member>
  2225. <member name="T:System.Web.Services.Discovery.DiscoveryClientResultCollection">
  2226. <summary>
  2227. <para>Contains a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" />
  2228. objects. This class cannot be inherited.</para>
  2229. </summary>
  2230. </member>
  2231. <member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Add(System.Web.Services.Discovery.DiscoveryClientResult)">
  2232. <summary>
  2233. <para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
  2234. </summary>
  2235. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
  2236. <returns>
  2237. <para>The position into which the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> was
  2238. inserted.</para>
  2239. </returns>
  2240. </member>
  2241. <member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Contains(System.Web.Services.Discovery.DiscoveryClientResult)">
  2242. <summary>
  2243. <para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> contains a specific <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> .</para>
  2244. </summary>
  2245. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to locate in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
  2246. <returns>
  2247. <para>
  2248. <see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> is found in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />; otherwise,
  2249. <see langword="false" /> .</para>
  2250. </returns>
  2251. </member>
  2252. <member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Remove(System.Web.Services.Discovery.DiscoveryClientResult)">
  2253. <summary>
  2254. <para>Removes the first occurrence of a specific <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
  2255. </summary>
  2256. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
  2257. </member>
  2258. <member name="P:System.Web.Services.Discovery.DiscoveryClientResultCollection.Item(System.Int32)">
  2259. <summary>
  2260. <para>Gets or sets the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> at position <paramref name="i" /> of the
  2261. <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
  2262. </summary>
  2263. <param name="i">The zero-based index of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to get or set.</param>
  2264. </member>
  2265. <member name="T:System.Web.Services.Discovery.DiscoveryClientResult">
  2266. <summary>
  2267. <para> Represents the details of a discovery reference without the contents
  2268. of the referenced document. This class cannot be inherited.</para>
  2269. </summary>
  2270. </member>
  2271. <member name="M:System.Web.Services.Discovery.DiscoveryClientResult.#ctor">
  2272. <summary>
  2273. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> class.</para>
  2274. </summary>
  2275. </member>
  2276. <member name="M:System.Web.Services.Discovery.DiscoveryClientResult.#ctor(System.Type,System.String,System.String)">
  2277. <summary>
  2278. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> class
  2279. and sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName" /> property to
  2280. <paramref name="referenceType" />, the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Url" /> property to
  2281. <paramref name="url" /> and the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename" /> property to
  2282. <paramref name="filename" />.</para>
  2283. </summary>
  2284. <param name="referenceType">Name of the class representing the type of reference in the discovery document. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName" /> property.</param>
  2285. <param name=" url">URL for the reference. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Url" /> property.</param>
  2286. <param name=" filename">Name of the file in which the reference was saved. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename" /> property.</param>
  2287. </member>
  2288. <member name="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName">
  2289. <summary>
  2290. <para>Name of the class representing the type of reference in the discovery document.</para>
  2291. </summary>
  2292. </member>
  2293. <member name="P:System.Web.Services.Discovery.DiscoveryClientResult.Url">
  2294. <summary>
  2295. <para>Gets or sets the URL for the reference.</para>
  2296. </summary>
  2297. </member>
  2298. <member name="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename">
  2299. <summary>
  2300. <para>Gets or sets the name of the file in which the reference is saved.</para>
  2301. </summary>
  2302. </member>
  2303. <member name="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection">
  2304. <summary>
  2305. <para>Represents a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> objects. This
  2306. class cannot be inherited.</para>
  2307. </summary>
  2308. </member>
  2309. <member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Add(System.Web.Services.Discovery.DiscoveryReference)">
  2310. <summary>
  2311. <para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
  2312. </summary>
  2313. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
  2314. </member>
  2315. <member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Add(System.String,System.Web.Services.Discovery.DiscoveryReference)">
  2316. <summary>
  2317. <para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL
  2318. and value to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</para>
  2319. </summary>
  2320. <param name="url">The URL for the reference to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
  2321. <param name=" value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
  2322. </member>
  2323. <member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Contains(System.String)">
  2324. <summary>
  2325. <para>Determines if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> contains a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL.</para>
  2326. </summary>
  2327. <param name="url">The URL for the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
  2328. <returns>
  2329. <para>
  2330. <see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />
  2331. contains a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the
  2332. specified URL; otherwise,<see langword="false" />.</para>
  2333. </returns>
  2334. </member>
  2335. <member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Remove(System.String)">
  2336. <summary>
  2337. <para>Removes a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL from the
  2338. <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</para>
  2339. </summary>
  2340. <param name="url">A string that represents the URL for the object to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
  2341. </member>
  2342. <member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Item(System.String)">
  2343. <summary>
  2344. <para>Gets or sets a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> object from the
  2345. <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> with the specified URL.</para>
  2346. </summary>
  2347. <param name="url">The URL for the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to get or set from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />. </param>
  2348. </member>
  2349. <member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Keys">
  2350. <summary>
  2351. <para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys
  2352. in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
  2353. </summary>
  2354. </member>
  2355. <member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Values">
  2356. <summary>
  2357. <para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the
  2358. values in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
  2359. </summary>
  2360. </member>
  2361. <member name="T:System.Web.Services.Discovery.DiscoveryDocument">
  2362. <summary>
  2363. <para>Represents a discovery document. This class cannot be inherited.</para>
  2364. </summary>
  2365. </member>
  2366. <member name="F:System.Web.Services.Discovery.DiscoveryDocument.Namespace">
  2367. <summary>
  2368. <para>Namespace of the discovery XML element of a discovery document.</para>
  2369. </summary>
  2370. </member>
  2371. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.#ctor">
  2372. <summary>
  2373. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> class.</para>
  2374. </summary>
  2375. </member>
  2376. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.IO.Stream)">
  2377. <summary>
  2378. <para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.IO.Stream" />.</para>
  2379. </summary>
  2380. <param name="stream">The <see cref="T:System.IO.Stream" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
  2381. <returns>
  2382. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing
  2383. the contents of a discovery document from the passed <see cref="T:System.IO.Stream" /> .</para>
  2384. </returns>
  2385. </member>
  2386. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.IO.TextReader)">
  2387. <summary>
  2388. <para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.IO.TextReader" />.</para>
  2389. </summary>
  2390. <param name="reader">The <see cref="T:System.IO.TextReader" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
  2391. <returns>
  2392. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the contents of
  2393. a discovery document from the passed <see cref="T:System.IO.TextReader" />.</para>
  2394. </returns>
  2395. </member>
  2396. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.Xml.XmlReader)">
  2397. <summary>
  2398. <para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.Xml.XmlReader" />.</para>
  2399. </summary>
  2400. <param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
  2401. <returns>
  2402. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the contents of
  2403. a discovery document from the passed <see cref="T:System.Xml.XmlReader" />.</para>
  2404. </returns>
  2405. </member>
  2406. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.CanRead(System.Xml.XmlReader)">
  2407. <summary>
  2408. <para> Returns a value indicating whether the passed <see cref="T:System.Xml.XmlReader" /> can be
  2409. deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />.</para>
  2410. </summary>
  2411. <param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> that is tested whether it can be deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />.</param>
  2412. <returns>
  2413. <para>
  2414. <see langword="true" /> if <see cref="T:System.Xml.XmlReader" /> can be deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />; otherwise,
  2415. <see langword="false" /> .</para>
  2416. </returns>
  2417. </member>
  2418. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.IO.TextWriter)">
  2419. <summary>
  2420. <para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
  2421. passed <see cref="T:System.IO.TextWriter" />.</para>
  2422. </summary>
  2423. <param name="writer">The <see cref="T:System.IO.TextWriter" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
  2424. </member>
  2425. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.IO.Stream)">
  2426. <summary>
  2427. <para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
  2428. passed <see cref="T:System.IO.Stream" />.</para>
  2429. </summary>
  2430. <param name="stream">The <see cref="T:System.IO.Stream" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
  2431. </member>
  2432. <member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.Xml.XmlWriter)">
  2433. <summary>
  2434. <para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
  2435. passed <see cref="T:System.Xml.XmlWriter" />.</para>
  2436. </summary>
  2437. <param name="writer">The <see cref="T:System.Xml.XmlWriter" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
  2438. </member>
  2439. <member name="P:System.Web.Services.Discovery.DiscoveryDocument.References">
  2440. <summary>
  2441. <para>A list of references contained within the discovery document.</para>
  2442. </summary>
  2443. </member>
  2444. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentLinksPattern.GetDiscoveryReference(System.String)">
  2445. <summary>
  2446. <para>[To be supplied.]</para>
  2447. </summary>
  2448. </member>
  2449. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentLinksPattern.Pattern">
  2450. <summary>
  2451. <para>[To be supplied.]</para>
  2452. </summary>
  2453. </member>
  2454. <member name="T:System.Web.Services.Discovery.DiscoveryDocumentReference">
  2455. <summary>
  2456. <para> Represents a reference to a discovery document. This class cannot be inherited.</para>
  2457. </summary>
  2458. </member>
  2459. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.#ctor">
  2460. <summary>
  2461. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocumentReference" /> class.</para>
  2462. </summary>
  2463. </member>
  2464. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.#ctor(System.String)">
  2465. <summary>
  2466. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocumentReference" /> class, setting the <see cref="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref" />
  2467. property to the value of <paramref name="href" />.</para>
  2468. </summary>
  2469. <param name="href">Reference to a discovery document. The <see cref="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref" /> property is set to the value of <paramref name="href" />.</param>
  2470. </member>
  2471. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.WriteDocument(System.Object,System.IO.Stream)">
  2472. <summary>
  2473. <para> Writes the passed <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
  2474. passed <see cref="T:System.IO.Stream" />.</para>
  2475. </summary>
  2476. <param name="document">The <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> to write into <paramref name="stream" />.</param>
  2477. <param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized discovery document is written.</param>
  2478. </member>
  2479. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.ReadDocument(System.IO.Stream)">
  2480. <summary>
  2481. <para>Reads and returns the discovery document from the passed <see cref="T:System.IO.Stream" />
  2482. .</para>
  2483. </summary>
  2484. <param name="stream">
  2485. <see cref="T:System.IO.Stream" /> containing the discovery document.</param>
  2486. <returns>
  2487. <para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the
  2488. contents of the referenced discovery document.</para>
  2489. </returns>
  2490. </member>
  2491. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.Resolve(System.String,System.IO.Stream)">
  2492. <summary>
  2493. <para> Resolves whether the referenced
  2494. document is valid.</para>
  2495. </summary>
  2496. <param name="contentType">The MIME type of <paramref name="stream" />.</param>
  2497. <param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
  2498. </member>
  2499. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.ResolveAll">
  2500. <summary>
  2501. <para>Verifies that all referenced documents within the discovery document are valid.</para>
  2502. </summary>
  2503. </member>
  2504. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref">
  2505. <summary>
  2506. <para>Gets or sets the reference to a discovery document.</para>
  2507. </summary>
  2508. </member>
  2509. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.DefaultFilename">
  2510. <summary>
  2511. <para> Gets the name of the default file to use when saving the referenced
  2512. discovery document.</para>
  2513. </summary>
  2514. </member>
  2515. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Document">
  2516. <summary>
  2517. <para>Gets the contents of the referenced discovery document
  2518. as a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> object.</para>
  2519. </summary>
  2520. </member>
  2521. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Url">
  2522. <summary>
  2523. <para>Gets or sets the URL of the referenced discovery document.</para>
  2524. </summary>
  2525. </member>
  2526. <member name="M:System.Web.Services.Discovery.DiscoveryDocumentSearchPattern.GetDiscoveryReference(System.String)">
  2527. <summary>
  2528. <para>[To be supplied.]</para>
  2529. </summary>
  2530. </member>
  2531. <member name="P:System.Web.Services.Discovery.DiscoveryDocumentSearchPattern.Pattern">
  2532. <summary>
  2533. <para>[To be supplied.]</para>
  2534. </summary>
  2535. </member>
  2536. <member name="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary">
  2537. <summary>
  2538. <para> Collects exceptions that occurred during XML Web services discovery. This class cannot
  2539. be inherited.</para>
  2540. </summary>
  2541. </member>
  2542. <member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Add(System.String,System.Exception)">
  2543. <summary>
  2544. <para>Adds an <see cref="T:System.Exception" /> with a key of <paramref name="url" /> to the
  2545. <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
  2546. </summary>
  2547. <param name="url">The URL that caused an exception during XML Web services discovery.</param>
  2548. <param name=" value">The <see cref="T:System.Exception" /> that occurred during XML Web services discovery.</param>
  2549. </member>
  2550. <member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Contains(System.String)">
  2551. <summary>
  2552. <para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />
  2553. contains an <see cref="T:System.Exception" /> with the specified URL.</para>
  2554. </summary>
  2555. <param name="url">The URL of the <see cref="T:System.Exception" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</param>
  2556. <returns>
  2557. <para>
  2558. <see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />
  2559. contains an <see cref="T:System.Exception" /> with
  2560. the specified URL; otherwise, <see langword="false" />. </para>
  2561. </returns>
  2562. </member>
  2563. <member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Remove(System.String)">
  2564. <summary>
  2565. <para>Removes an <see cref="T:System.Exception" /> with the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
  2566. </summary>
  2567. <param name="url">The URL of the <see cref="T:System.Exception" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</param>
  2568. </member>
  2569. <member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Item(System.String)">
  2570. <summary>
  2571. <para>Gets or sets the <see cref="T:System.Exception" /> that occurred while discovering the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
  2572. </summary>
  2573. <param name="url">The URL of the discovery document that caused an exception to be thrown during XML Web services discovery.</param>
  2574. </member>
  2575. <member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Keys">
  2576. <summary>
  2577. <para>Gets a <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys in the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
  2578. </summary>
  2579. </member>
  2580. <member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Values">
  2581. <summary>
  2582. <para>Gets a <see cref="T:System.Collections.ICollection" qualify="true" /> object containing all the values in the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
  2583. </summary>
  2584. </member>
  2585. <member name="T:System.Web.Services.Discovery.DiscoveryReferenceCollection">
  2586. <summary>
  2587. <para>A collection of discovery references. This class cannot be inherited.</para>
  2588. </summary>
  2589. </member>
  2590. <member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Add(System.Web.Services.Discovery.DiscoveryReference)">
  2591. <summary>
  2592. <para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</para>
  2593. </summary>
  2594. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />. </param>
  2595. <returns>
  2596. <para> The position where the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> was inserted in
  2597. the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />. </para>
  2598. </returns>
  2599. </member>
  2600. <member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Contains(System.Web.Services.Discovery.DiscoveryReference)">
  2601. <summary>
  2602. <para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" /> contains a specific <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />.</para>
  2603. </summary>
  2604. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</param>
  2605. <returns>
  2606. <para>
  2607. <see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" /> contains the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />; otherwise,
  2608. <see langword="false" />.</para>
  2609. </returns>
  2610. </member>
  2611. <member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Remove(System.Web.Services.Discovery.DiscoveryReference)">
  2612. <summary>
  2613. <para>Removes a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> from the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</para>
  2614. </summary>
  2615. <param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</param>
  2616. </member>
  2617. <member name="P:System.Web.Services.Discovery.DiscoveryReferenceCollection.Item(System.Int32)">
  2618. <summary>
  2619. <para>Gets or sets the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />
  2620. at the specified index.</para>
  2621. </summary>
  2622. <param name="i">The zero-based index of the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to get or set.</param>
  2623. </member>
  2624. <member name="M:System.Web.Services.Discovery.DiscoveryRequestHandler.ProcessRequest(System.Web.HttpContext)">
  2625. <summary>
  2626. <para>[To be supplied.]</para>
  2627. </summary>
  2628. </member>
  2629. <member name="P:System.Web.Services.Discovery.DiscoveryRequestHandler.IsReusable">
  2630. <summary>
  2631. <para>[To be supplied.]</para>
  2632. </summary>
  2633. </member>
  2634. <member name="M:System.Web.Services.Discovery.DynamicDiscoSearcher.Search(System.String)">
  2635. <summary>
  2636. Main function. Searches dir recursively for primary (.vsdisco) and seconary (.asmx) files.
  2637. </summary>
  2638. </member>
  2639. <member name="F:System.Web.Services.Discovery.DynamicDiscoveryDocument.Namespace">
  2640. <summary>
  2641. <para>[To be supplied.]</para>
  2642. </summary>
  2643. </member>
  2644. <member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.#ctor">
  2645. <summary>
  2646. Default constructor.
  2647. </summary>
  2648. </member>
  2649. <member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.Write(System.IO.Stream)">
  2650. <summary>
  2651. Write this instance to a stream.
  2652. </summary>
  2653. </member>
  2654. <member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.Load(System.IO.Stream)">
  2655. <summary>
  2656. Read an instance of WebMethodsFile from a stream.
  2657. </summary>
  2658. </member>
  2659. <member name="P:System.Web.Services.Discovery.DynamicDiscoveryDocument.ExcludePaths">
  2660. <summary>
  2661. <para>[To be supplied.]</para>
  2662. </summary>
  2663. </member>
  2664. <member name="M:System.Web.Services.Discovery.DynamicVirtualDiscoSearcher.Search(System.String)">
  2665. <summary>
  2666. Main function. Searches dir recursively for primary (.vsdisco) and seconary (.asmx) files.
  2667. </summary>
  2668. </member>
  2669. <member name="M:System.Web.Services.Discovery.ExcludePathInfo.#ctor">
  2670. <summary>
  2671. <para>[To be supplied.]</para>
  2672. </summary>
  2673. </member>
  2674. <member name="M:System.Web.Services.Discovery.ExcludePathInfo.#ctor(System.String)">
  2675. <summary>
  2676. <para>[To be supplied.]</para>
  2677. </summary>
  2678. </member>
  2679. <member name="P:System.Web.Services.Discovery.ExcludePathInfo.Path">
  2680. <summary>
  2681. <para>[To be supplied.]</para>
  2682. </summary>
  2683. </member>
  2684. <member name="T:System.Web.Services.Discovery.SchemaReference">
  2685. <summary>
  2686. <para>Represents a reference in a discovery document to an XML Schema Definition (XSD) language schema. This class cannot be inherited.</para>
  2687. </summary>
  2688. </member>
  2689. <member name="F:System.Web.Services.Discovery.SchemaReference.Namespace">
  2690. <summary>
  2691. <para> XML namespace for XSD schema references in discovery documents.</para>
  2692. </summary>
  2693. </member>
  2694. <member name="M:System.Web.Services.Discovery.SchemaReference.#ctor">
  2695. <summary>
  2696. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.SchemaReference" /> class using default values.</para>
  2697. </summary>
  2698. </member>
  2699. <member name="M:System.Web.Services.Discovery.SchemaReference.#ctor(System.String)">
  2700. <summary>
  2701. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.SchemaReference" />
  2702. class using the supplied URL as the XSD schema reference.</para>
  2703. </summary>
  2704. <param name="url">The URL for the XSD schema. Initializes the <see cref="P:System.Web.Services.Discovery.SchemaReference.Ref" /> property.</param>
  2705. </member>
  2706. <member name="M:System.Web.Services.Discovery.SchemaReference.WriteDocument(System.Object,System.IO.Stream)">
  2707. <summary>
  2708. <para> Writes the passed XSD schema into
  2709. the passed <see cref="T:System.IO.Stream" />.</para>
  2710. </summary>
  2711. <param name="document">The <see cref="T:System.Xml.Schema.XmlSchema" /> to write into <paramref name="stream" />.</param>
  2712. <param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized XSD schema is written.</param>
  2713. </member>
  2714. <member name="M:System.Web.Services.Discovery.SchemaReference.ReadDocument(System.IO.Stream)">
  2715. <summary>
  2716. <para> Reads and returns the XSD schema from the passed <see cref="T:System.IO.Stream" /> .</para>
  2717. </summary>
  2718. <param name="stream">
  2719. <see cref="T:System.IO.Stream" /> containing the XSD schema.</param>
  2720. <returns>
  2721. <para>An <see cref="T:System.Xml.Schema.XmlSchema" /> containing the
  2722. contents of the referenced XSD schema.</para>
  2723. </returns>
  2724. </member>
  2725. <member name="M:System.Web.Services.Discovery.SchemaReference.Resolve(System.String,System.IO.Stream)">
  2726. <summary>
  2727. <para> Resolves whether the referenced document is valid.</para>
  2728. </summary>
  2729. <param name="contentType">The MIME content type of <paramref name="stream" />.</param>
  2730. <param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
  2731. </member>
  2732. <member name="P:System.Web.Services.Discovery.SchemaReference.Ref">
  2733. <summary>
  2734. <para> Gets or sets the URL to the referenced XSD schema.</para>
  2735. </summary>
  2736. </member>
  2737. <member name="P:System.Web.Services.Discovery.SchemaReference.TargetNamespace">
  2738. <summary>
  2739. <para>Gets or sets the <see langword="targetNamespace" /> XML attribute of the XSD schema.</para>
  2740. </summary>
  2741. </member>
  2742. <member name="P:System.Web.Services.Discovery.SchemaReference.Url">
  2743. <summary>
  2744. <para>Gets or sets the URL for the schema reference.</para>
  2745. </summary>
  2746. </member>
  2747. <member name="P:System.Web.Services.Discovery.SchemaReference.DefaultFilename">
  2748. <summary>
  2749. <para> Gets the name of the default file to use when saving the referenced XSD
  2750. schema.</para>
  2751. </summary>
  2752. </member>
  2753. <member name="P:System.Web.Services.Discovery.SchemaReference.Schema">
  2754. <summary>
  2755. <para>Gets an <see cref="T:System.Xml.Schema.XmlSchema" /> object representing the XSD schema.</para>
  2756. </summary>
  2757. </member>
  2758. <member name="T:System.Web.Services.Discovery.SoapBinding">
  2759. <summary>
  2760. <para>Represents a SOAP binding in a discovery
  2761. document. This class cannot be inherited.</para>
  2762. </summary>
  2763. </member>
  2764. <member name="F:System.Web.Services.Discovery.SoapBinding.Namespace">
  2765. <summary>
  2766. <para>The XML namespace of the element that specifies
  2767. a SOAP binding within a discovery document.</para>
  2768. </summary>
  2769. </member>
  2770. <member name="P:System.Web.Services.Discovery.SoapBinding.Address">
  2771. <summary>
  2772. <para>Gets or sets the URL of the XML Web service implementing
  2773. the SOAP binding.</para>
  2774. </summary>
  2775. </member>
  2776. <member name="P:System.Web.Services.Discovery.SoapBinding.Binding">
  2777. <summary>
  2778. <para>Gets or sets the XML qualified name of the SOAP binding
  2779. implemented by the XML Web service.</para>
  2780. </summary>
  2781. </member>
  2782. <member name="T:System.Web.Services.Description.HttpAddressBinding">
  2783. <summary>
  2784. <para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Port" /> within an XML Web
  2785. service. This class cannot be inherited.</para>
  2786. </summary>
  2787. </member>
  2788. <member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtension">
  2789. <summary>
  2790. <para> Represents an extensibility element added to an XML Web service.</para>
  2791. </summary>
  2792. </member>
  2793. <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent">
  2794. <summary>
  2795. <para> Gets the parent of the
  2796. <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />.</para>
  2797. </summary>
  2798. </member>
  2799. <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required">
  2800. <summary>
  2801. <para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />
  2802. is necessary for the action
  2803. to which it refers.</para>
  2804. </summary>
  2805. </member>
  2806. <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled">
  2807. <summary>
  2808. <para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> is
  2809. used by the import process when the
  2810. extensibility element is imported.</para>
  2811. </summary>
  2812. </member>
  2813. <member name="P:System.Web.Services.Description.HttpAddressBinding.Location">
  2814. <summary>
  2815. <para> Gets or sets a value representing
  2816. the URL of the XML Web service.</para>
  2817. </summary>
  2818. </member>
  2819. <member name="T:System.Web.Services.Description.HttpBinding">
  2820. <summary>
  2821. <para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Binding" />
  2822. within an XML Web service. This class cannot be inherited.</para>
  2823. </summary>
  2824. </member>
  2825. <member name="F:System.Web.Services.Description.HttpBinding.Namespace">
  2826. <summary>
  2827. <para> Specifies the URI for the XML namespace representing the
  2828. HTTP transport for use with SOAP. This field is
  2829. constant.</para>
  2830. </summary>
  2831. </member>
  2832. <member name="P:System.Web.Services.Description.HttpBinding.Verb">
  2833. <summary>
  2834. <para>Gets or sets a value indicating whether the HTTP
  2835. request will be made using the "GET" or "POST" method.</para>
  2836. </summary>
  2837. </member>
  2838. <member name="T:System.Web.Services.Description.HttpOperationBinding">
  2839. <summary>
  2840. <para> Represents an extensibility
  2841. element added to an
  2842. <see cref="T:System.Web.Services.Description.OperationBinding" />
  2843. within an XML Web service. This class cannot be inherited.</para>
  2844. </summary>
  2845. </member>
  2846. <member name="P:System.Web.Services.Description.HttpOperationBinding.Location">
  2847. <summary>
  2848. <para>Gets or sets the URL relative to the location specified by the
  2849. <see cref="T:System.Web.Services.Description.HttpAddressBinding" />, within the Web Services Description Language (WSDL) document, of the operation supported by the
  2850. <see cref="T:System.Web.Services.Description.HttpOperationBinding" />.</para>
  2851. </summary>
  2852. </member>
  2853. <member name="T:System.Web.Services.Description.HttpUrlEncodedBinding">
  2854. <summary>
  2855. <para>Represents an extensibility element added to an
  2856. <see cref="T:System.Web.Services.Description.InputBinding" />
  2857. within an XML Web service. This class cannot be inherited.</para>
  2858. </summary>
  2859. </member>
  2860. <member name="T:System.Web.Services.Description.HttpUrlReplacementBinding">
  2861. <summary>
  2862. <para>Represents an extensibility element added to an
  2863. <see cref="T:System.Web.Services.Description.InputBinding" />
  2864. within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.</para>
  2865. </summary>
  2866. </member>
  2867. <member name="T:System.Web.Services.Description.MimeContentBinding">
  2868. <summary>
  2869. <para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or
  2870. an <see cref="T:System.Web.Services.Description.OutputBinding" />
  2871. within a Web Service, specifying the MIME format for
  2872. the body of the HTTP transmission. This class cannot be inherited.</para>
  2873. </summary>
  2874. </member>
  2875. <member name="F:System.Web.Services.Description.MimeContentBinding.Namespace">
  2876. <summary>
  2877. <para>Specifies the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.MimeContentBinding" /> class. This field is constant.</para>
  2878. </summary>
  2879. </member>
  2880. <member name="P:System.Web.Services.Description.MimeContentBinding.Part">
  2881. <summary>
  2882. <para>Gets or sets the name of the
  2883. <see cref="T:System.Web.Services.Description.MessagePart" /> to which the <see cref="T:System.Web.Services.Description.MimeContentBinding" /> applies.</para>
  2884. </summary>
  2885. </member>
  2886. <member name="P:System.Web.Services.Description.MimeContentBinding.Type">
  2887. <summary>
  2888. <para>Gets or sets a value indicating the format of the body of the HTTP transmission. </para>
  2889. </summary>
  2890. </member>
  2891. <member name="T:System.Web.Services.Description.MimePart">
  2892. <summary>
  2893. <para> Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" />, specifying the concrete MIME
  2894. type for the <see cref="T:System.Web.Services.Description.MessagePart" /> to which the
  2895. <see langword="MimePart" /> applies. This class cannot be inherited.</para>
  2896. </summary>
  2897. </member>
  2898. <member name="P:System.Web.Services.Description.MimePart.Extensions">
  2899. <summary>
  2900. <para>Gets the collection of MIME extensibility elements for the part of the <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" /> of
  2901. which the <see cref="T:System.Web.Services.Description.MimePart" /> is a member.</para>
  2902. </summary>
  2903. </member>
  2904. <member name="T:System.Web.Services.Description.MimeMultipartRelatedBinding">
  2905. <summary>
  2906. <para>Represents an extensibility element added to an
  2907. <see cref="T:System.Web.Services.Description.InputBinding" /> or an
  2908. <see cref="T:System.Web.Services.Description.OutputBinding" />,
  2909. specifying the individual MIME formats for the parts
  2910. of the HTTP transmission. This class cannot be inherited.</para>
  2911. </summary>
  2912. </member>
  2913. <member name="P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts">
  2914. <summary>
  2915. <para> Gets the collection of extensibility elements added to
  2916. the <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" /> to specify the MIME format for
  2917. the parts of the MIME
  2918. message.</para>
  2919. </summary>
  2920. </member>
  2921. <member name="T:System.Web.Services.Description.MimeXmlBinding">
  2922. <summary>
  2923. <para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.MimePart" />, an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />. It
  2924. specifies the schema for XML messages that are not SOAP
  2925. compliant. This class cannot be inherited.</para>
  2926. </summary>
  2927. </member>
  2928. <member name="P:System.Web.Services.Description.MimeXmlBinding.Part">
  2929. <summary>
  2930. <para>Gets or sets the name of the
  2931. <see cref="T:System.Web.Services.Description.MessagePart" /> to which the
  2932. <see cref="T:System.Web.Services.Description.MimeXmlBinding" /> applies.</para>
  2933. </summary>
  2934. </member>
  2935. <member name="T:System.Web.Services.Description.MimePartCollection">
  2936. <summary>
  2937. <para> Represents a collection of instances
  2938. of the <see cref="T:System.Web.Services.Description.MimePart" /> class.
  2939. This class cannot be inherited.</para>
  2940. </summary>
  2941. </member>
  2942. <member name="M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)">
  2943. <summary>
  2944. <para>Adds the specified
  2945. <see cref="T:System.Web.Services.Description.MimePart" /> to the end of the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
  2946. </summary>
  2947. <param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to add to the collection.</param>
  2948. <returns>
  2949. <para>The zero-based index where the <paramref name="mimePart" /> parameter has
  2950. been added.</para>
  2951. </returns>
  2952. </member>
  2953. <member name="M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)">
  2954. <summary>
  2955. <para>Adds the specified
  2956. <see cref="T:System.Web.Services.Description.MimePart" /> to the
  2957. <see cref="T:System.Web.Services.Description.MimePartCollection" /> at the specified index.</para>
  2958. </summary>
  2959. <param name="index">The zero-based index at which to insert the <paramref name="mimePart" /> parameter.</param>
  2960. <param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to add to the collection.</param>
  2961. </member>
  2962. <member name="M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)">
  2963. <summary>
  2964. <para>Searches for the specified
  2965. <see cref="T:System.Web.Services.Description.MimePart" /> and
  2966. returns the zero-based index of the first occurrence within the collection.</para>
  2967. </summary>
  2968. <param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> for which to search the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</param>
  2969. <returns>
  2970. <para> A 32-bit signed integer.</para>
  2971. </returns>
  2972. </member>
  2973. <member name="M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)">
  2974. <summary>
  2975. <para>Returns a value indicating whether the specified
  2976. <see cref="T:System.Web.Services.Description.MimePart" /> is
  2977. a member of the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
  2978. </summary>
  2979. <param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to check for collection membership.</param>
  2980. <returns>
  2981. <para>
  2982. <see langword="true" /> if
  2983. the <paramref name="mimePart" /> parameter
  2984. is a member of the <see langword="MimePartCollection" />; otherwise,
  2985. <see langword="false" />.</para>
  2986. </returns>
  2987. </member>
  2988. <member name="M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)">
  2989. <summary>
  2990. <para>Removes the first occurrence of the specified
  2991. <see cref="T:System.Web.Services.Description.MimePart" /> from the
  2992. <see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
  2993. </summary>
  2994. <param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to remove from the collection.</param>
  2995. </member>
  2996. <member name="M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)">
  2997. <summary>
  2998. <para>Copies the entire <see cref="T:System.Web.Services.Description.MimePartCollection" /> to a compatible
  2999. one-dimensional array of type
  3000. <see cref="T:System.Web.Services.Description.MimePart" />,
  3001. starting at the specified zero-based index of the target array.</para>
  3002. </summary>
  3003. <param name="array">An array of type <see cref="T:System.Web.Services.Description.MimePart" /> serving as the destination for the copy action.</param>
  3004. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  3005. </member>
  3006. <member name="P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)">
  3007. <summary>
  3008. <para>Gets or sets the value of a
  3009. <see cref="T:System.Web.Services.Description.MimePart" />
  3010. at the specified zero-based index.</para>
  3011. </summary>
  3012. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MimePart" /> whose value is modified or returned.</param>
  3013. </member>
  3014. <member name="T:System.Web.Services.Description.MimeTextBinding">
  3015. <summary>
  3016. <para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" />, an <see cref="T:System.Web.Services.Description.OutputBinding" />, or a <see cref="T:System.Web.Services.Description.MimePart" />,
  3017. specifying the text patterns for which to search the HTTP transmission.
  3018. This class cannot be inherited.</para>
  3019. </summary>
  3020. </member>
  3021. <member name="F:System.Web.Services.Description.MimeTextBinding.Namespace">
  3022. <summary>
  3023. <para>Specifies the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.MimeTextBinding" /> class. This field is constant.</para>
  3024. </summary>
  3025. </member>
  3026. <member name="P:System.Web.Services.Description.MimeTextBinding.Matches">
  3027. <summary>
  3028. <para>Gets the collection of MIME text patterns for which the
  3029. HTTP transmission is searched.</para>
  3030. </summary>
  3031. </member>
  3032. <member name="T:System.Web.Services.Description.MimeTextMatch">
  3033. <summary>
  3034. <para>Represents a text pattern for which the HTTP transmission
  3035. is searched. This class cannot be inherited.</para>
  3036. </summary>
  3037. </member>
  3038. <member name="P:System.Web.Services.Description.MimeTextMatch.Name">
  3039. <summary>
  3040. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.MimeTextMatch" />.</para>
  3041. </summary>
  3042. </member>
  3043. <member name="P:System.Web.Services.Description.MimeTextMatch.Type">
  3044. <summary>
  3045. <para>Gets or sets a value indicating the MIME format of the
  3046. text to be searched.</para>
  3047. </summary>
  3048. </member>
  3049. <member name="P:System.Web.Services.Description.MimeTextMatch.Group">
  3050. <summary>
  3051. <para>Gets or sets a value indicating the number of groups
  3052. in which to place the results of the text search.</para>
  3053. </summary>
  3054. </member>
  3055. <member name="P:System.Web.Services.Description.MimeTextMatch.Capture">
  3056. <summary>
  3057. <para>Gets or sets a value indicating the zero-based index of a <see cref="T:System.Web.Services.Description.MimeTextMatch" /> within a group.</para>
  3058. </summary>
  3059. </member>
  3060. <member name="P:System.Web.Services.Description.MimeTextMatch.Repeats">
  3061. <summary>
  3062. <para>Gets or sets a value indicating the number of times the
  3063. search is to be performed.</para>
  3064. </summary>
  3065. </member>
  3066. <member name="P:System.Web.Services.Description.MimeTextMatch.RepeatsString">
  3067. <summary>
  3068. <para>Gets or sets a value indicating the number of times the
  3069. search is to be performed.</para>
  3070. </summary>
  3071. </member>
  3072. <member name="P:System.Web.Services.Description.MimeTextMatch.Pattern">
  3073. <summary>
  3074. <para>Gets or sets the text pattern for the search.</para>
  3075. </summary>
  3076. </member>
  3077. <member name="P:System.Web.Services.Description.MimeTextMatch.IgnoreCase">
  3078. <summary>
  3079. <para>Gets or sets a value indicating whether the search
  3080. should disregard the case of the text to be searched.</para>
  3081. </summary>
  3082. </member>
  3083. <member name="P:System.Web.Services.Description.MimeTextMatch.Matches">
  3084. <summary>
  3085. <para>Gets the collection of text pattern matches that have
  3086. been found by the search.</para>
  3087. </summary>
  3088. </member>
  3089. <member name="T:System.Web.Services.Description.MimeTextMatchCollection">
  3090. <summary>
  3091. <para>Provides a collection of instances of the <see cref="T:System.Web.Services.Description.MimeTextMatch" /> class. This class cannot be
  3092. inherited.</para>
  3093. </summary>
  3094. </member>
  3095. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)">
  3096. <summary>
  3097. <para>Adds the specified
  3098. <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to the end of the
  3099. <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
  3100. </summary>
  3101. <param name="match">The
  3102. <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to add to the collection.</param>
  3103. <returns>
  3104. <para>The zero-based index where the
  3105. <paramref name="match" /> parameter has been added.</para>
  3106. </returns>
  3107. </member>
  3108. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)">
  3109. <summary>
  3110. <para>Adds the specified <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> at the specified index.</para>
  3111. </summary>
  3112. <param name="index">The zero-based index at which to insert the <paramref name="match" /> parameter.</param>
  3113. <param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to add to the collection.</param>
  3114. </member>
  3115. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)">
  3116. <summary>
  3117. <para>Searches for the specified
  3118. <see cref="T:System.Web.Services.Description.MimeTextMatch" /> and returns the zero-based
  3119. index of the first occurrence within the collection.</para>
  3120. </summary>
  3121. <param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> for which to search in the collection.</param>
  3122. <returns>
  3123. <para> A 32-bit signed integer.</para>
  3124. </returns>
  3125. </member>
  3126. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)">
  3127. <summary>
  3128. <para>Returns a value indicating whether the specified
  3129. <see cref="T:System.Web.Services.Description.MimeTextMatch" /> is a member of the
  3130. <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
  3131. </summary>
  3132. <param name="match">The<see cref="T:System.Web.Services.Description.MimeTextMatch" /> for which to check collection membership.</param>
  3133. <returns>
  3134. <para>
  3135. <see langword="true" /> if the
  3136. <paramref name="match" /> parameter is a member of the
  3137. <see langword="MimeTextMatchCollection" />; otherwise,
  3138. <see langword="false" />.</para>
  3139. </returns>
  3140. </member>
  3141. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)">
  3142. <summary>
  3143. <para>Removes the first occurrence of the specified
  3144. <see cref="T:System.Web.Services.Description.MimeTextMatch" /> from
  3145. the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
  3146. </summary>
  3147. <param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to remove from the collection.</param>
  3148. </member>
  3149. <member name="M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)">
  3150. <summary>
  3151. <para>Copies the entire <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> to a compatible one-dimensional
  3152. array of type <see cref="T:System.Web.Services.Description.MimeTextMatch" />,
  3153. starting at the specified zero-based index of the target array.</para>
  3154. </summary>
  3155. <param name="array">The array of type <see cref="T:System.Web.Services.Description.MimeTextMatch" /> serving as the destination for the copy action.</param>
  3156. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  3157. </member>
  3158. <member name="P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)">
  3159. <summary>
  3160. <para> Gets or sets the value of the member of the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> at the
  3161. specified zero-based index.</para>
  3162. </summary>
  3163. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MimeTextMatch" /> whose value is returned or modified.</param>
  3164. </member>
  3165. <member name="T:System.Web.Services.Description.ServiceDescription">
  3166. <summary>
  3167. <para> Provides a means of creating and formatting a valid Web Services Description Language (WSDL) document file, complete with
  3168. appropriate namespaces, elements, and attributes, for describing an XML Web service. This
  3169. class cannot be inherited.</para>
  3170. </summary>
  3171. </member>
  3172. <member name="T:System.Web.Services.Description.DocumentableItem">
  3173. <summary>
  3174. <para>Represents the abstract base class from
  3175. which several classes in the
  3176. <see langword="System.Web.Services.Description" /> namespace
  3177. are derived.</para>
  3178. </summary>
  3179. </member>
  3180. <member name="P:System.Web.Services.Description.DocumentableItem.Documentation">
  3181. <summary>
  3182. <para>Gets or sets the text documentation for the instance of the
  3183. <see cref="T:System.Web.Services.Description.DocumentableItem" />.</para>
  3184. </summary>
  3185. </member>
  3186. <member name="F:System.Web.Services.Description.ServiceDescription.Namespace">
  3187. <summary>
  3188. <para>The XML namespace in which the <see langword="ServiceDescription" /> class is defined ("http://schemas.xmlsoap.org/wsdl/").
  3189. This field is constant.</para>
  3190. </summary>
  3191. </member>
  3192. <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)">
  3193. <summary>
  3194. <para>Initializes an instance of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from a <see cref="T:System.IO.TextReader" />.</para>
  3195. </summary>
  3196. <param name="textReader">A <see cref="T:System.IO.TextReader" /> instance, passed by reference, that contains the text to be read.</param>
  3197. <returns>
  3198. <para>A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3199. </returns>
  3200. </member>
  3201. <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)">
  3202. <summary>
  3203. <para>Initializes an instance of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from a <see cref="T:System.IO.Stream" /> instance.</para>
  3204. </summary>
  3205. <param name="stream">A <see cref="T:System.IO.Stream" />, passed by reference, that contains the bytes to be read.</param>
  3206. <returns>
  3207. <para> A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3208. </returns>
  3209. </member>
  3210. <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader)">
  3211. <summary>
  3212. <para>Initializes an instance of the
  3213. <see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from an
  3214. <see cref="T:System.Xml.XmlReader" />.</para>
  3215. </summary>
  3216. <param name="reader">An <see cref="T:System.Xml.XmlReader" />, passed by reference, that contains the XML data to be read.</param>
  3217. <returns>
  3218. <para>Returns a <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3219. </returns>
  3220. </member>
  3221. <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.String)">
  3222. <summary>
  3223. <para>Initializes an instance of a <see cref="T:System.Web.Services.Description.ServiceDescription" />
  3224. object by directly loading the XML from the specified file.</para>
  3225. </summary>
  3226. <param name="fileName">The path to the file to be read.</param>
  3227. <returns>
  3228. <para>A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3229. </returns>
  3230. </member>
  3231. <member name="M:System.Web.Services.Description.ServiceDescription.CanRead(System.Xml.XmlReader)">
  3232. <summary>
  3233. <para>Gets a value indicating whether an <see cref="T:System.Xml.XmlReader" /> represents a valid Web Services Description Language (WSDL) file that can be parsed.</para>
  3234. </summary>
  3235. <param name="reader">An <see cref="T:System.Xml.XmlReader" /></param>
  3236. <returns>
  3237. <para>
  3238. <see langword="true" /> if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> can recognize the node
  3239. on which the <see cref="T:System.Xml.XmlReader" /> is positioned; otherwise
  3240. <see langword="false" />.</para>
  3241. </returns>
  3242. </member>
  3243. <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.String)">
  3244. <summary>
  3245. <para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> as a Web Services Description
  3246. Language (WSDL) file to the specified path.</para>
  3247. </summary>
  3248. <param name="fileName"> The path to which the WSDL file is written.</param>
  3249. </member>
  3250. <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)">
  3251. <summary>
  3252. <para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> as a Web Services Description Language (WSDL) file
  3253. to the <see cref="T:System.IO.TextWriter" />.</para>
  3254. </summary>
  3255. <param name="writer">A <see cref="T:System.IO.TextWriter" /> that contains the WSDL file produced.</param>
  3256. </member>
  3257. <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)">
  3258. <summary>
  3259. <para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" />
  3260. to the specified <see cref="T:System.IO.Stream" />.</para>
  3261. </summary>
  3262. <param name="stream">A <see cref="T:System.IO.Stream" />, passed by reference, that contains the Web Services Description Language (WSDL) file produced.</param>
  3263. </member>
  3264. <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.Xml.XmlWriter)">
  3265. <summary>
  3266. <para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the <see cref="T:System.Xml.XmlWriter" /> as a Web Services Description Language (WSDL) file.</para>
  3267. </summary>
  3268. <param name="writer">An <see cref="T:System.Xml.XmlWriter" />, passed by reference, that contains the WSDL file produced.</param>
  3269. </member>
  3270. <member name="P:System.Web.Services.Description.ServiceDescription.RetrievalUrl">
  3271. <summary>
  3272. <para>Gets or sets the URL of the XML Web service to which the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instance applies.</para>
  3273. </summary>
  3274. </member>
  3275. <member name="P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions">
  3276. <summary>
  3277. <para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> instance of which
  3278. the <see cref="T:System.Web.Services.Description.ServiceDescription" />
  3279. is a member.</para>
  3280. </summary>
  3281. </member>
  3282. <member name="P:System.Web.Services.Description.ServiceDescription.Imports">
  3283. <summary>
  3284. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Import" /> elements contained in the
  3285. <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3286. </summary>
  3287. </member>
  3288. <member name="P:System.Web.Services.Description.ServiceDescription.Types">
  3289. <summary>
  3290. <para> Gets or sets the <see cref="T:System.Web.Services.Description.Types" /> contained by the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3291. </summary>
  3292. </member>
  3293. <member name="P:System.Web.Services.Description.ServiceDescription.Messages">
  3294. <summary>
  3295. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Message" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3296. </summary>
  3297. </member>
  3298. <member name="P:System.Web.Services.Description.ServiceDescription.PortTypes">
  3299. <summary>
  3300. <para>Gets the collection of <see cref="T:System.Web.Services.Description.PortType" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3301. </summary>
  3302. </member>
  3303. <member name="P:System.Web.Services.Description.ServiceDescription.Bindings">
  3304. <summary>
  3305. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Binding" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3306. </summary>
  3307. </member>
  3308. <member name="P:System.Web.Services.Description.ServiceDescription.Services">
  3309. <summary>
  3310. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Service" /> instances contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3311. </summary>
  3312. </member>
  3313. <member name="P:System.Web.Services.Description.ServiceDescription.Extensions">
  3314. <summary>
  3315. <para>Gets the collection of extensibility elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
  3316. </summary>
  3317. </member>
  3318. <member name="P:System.Web.Services.Description.ServiceDescription.TargetNamespace">
  3319. <summary>
  3320. <para>Gets or sets the XML <see langword="targetNamespace" />
  3321. attribute of the <see langword="&lt;descriptions&gt;" />
  3322. tag enclosing a Web Services Description Language (WSDL) file.</para>
  3323. </summary>
  3324. </member>
  3325. <member name="P:System.Web.Services.Description.ServiceDescription.Name">
  3326. <summary>
  3327. <para>Gets or sets the XML <see langword="name" /> attribute of
  3328. the <see langword="&lt;descriptions&gt;" /> tag enclosing the Web Services
  3329. Description Language (WSDL) file.</para>
  3330. </summary>
  3331. </member>
  3332. <member name="T:System.Web.Services.Description.Import">
  3333. <summary>
  3334. <para> Associates an XML Namespace with a document
  3335. location. This class cannot be inherited.</para>
  3336. </summary>
  3337. </member>
  3338. <member name="P:System.Web.Services.Description.Import.ServiceDescription">
  3339. <summary>
  3340. <para>Gets a reference to the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of which the <see cref="T:System.Web.Services.Description.Import" /> is a member.</para>
  3341. </summary>
  3342. </member>
  3343. <member name="P:System.Web.Services.Description.Import.Namespace">
  3344. <summary>
  3345. <para>Gets or sets a reference to the XML Namespace of the
  3346. <see cref="T:System.Web.Services.Description.Import" />.</para>
  3347. </summary>
  3348. </member>
  3349. <member name="P:System.Web.Services.Description.Import.Location">
  3350. <summary>
  3351. <para>Gets or sets a reference to the XML
  3352. <see langword="&lt;location&gt;" />
  3353. attribute of the <see cref="T:System.Web.Services.Description.Import" />
  3354. instance.</para>
  3355. </summary>
  3356. </member>
  3357. <member name="T:System.Web.Services.Description.Port">
  3358. <summary>
  3359. <para>Defines an individual endpoint contained in the XML Web
  3360. service. This class cannot be inherited.</para>
  3361. </summary>
  3362. </member>
  3363. <member name="P:System.Web.Services.Description.Port.Service">
  3364. <summary>
  3365. <para>Gets the <see cref="T:System.Web.Services.Description.Service" /> of which the <see cref="T:System.Web.Services.Description.Port" /> is a member.</para>
  3366. </summary>
  3367. </member>
  3368. <member name="P:System.Web.Services.Description.Port.Extensions">
  3369. <summary>
  3370. <para>Gets the collection of extensibility
  3371. elements associated with the <see langword="Port" />.</para>
  3372. </summary>
  3373. </member>
  3374. <member name="P:System.Web.Services.Description.Port.Name">
  3375. <summary>
  3376. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Port" />.</para>
  3377. </summary>
  3378. </member>
  3379. <member name="P:System.Web.Services.Description.Port.Binding">
  3380. <summary>
  3381. <para>Gets or sets the value of the
  3382. XML <see langword="&lt;binding&gt;" /> attribute of the <see cref="T:System.Web.Services.Description.Port" />.</para>
  3383. </summary>
  3384. </member>
  3385. <member name="T:System.Web.Services.Description.Service">
  3386. <summary>
  3387. <para> Groups together a set of related instances of the
  3388. <see cref="T:System.Web.Services.Description.Port" /> class that are associated with a Web Service. This class cannot be inherited.</para>
  3389. </summary>
  3390. </member>
  3391. <member name="P:System.Web.Services.Description.Service.ServiceDescription">
  3392. <summary>
  3393. <para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
  3394. which the <see cref="T:System.Web.Services.Description.Service" />
  3395. is a member.</para>
  3396. </summary>
  3397. </member>
  3398. <member name="P:System.Web.Services.Description.Service.Extensions">
  3399. <summary>
  3400. <para>Gets the collection of extensibility elements associated with the
  3401. <see cref="T:System.Web.Services.Description.Service" />.</para>
  3402. </summary>
  3403. </member>
  3404. <member name="P:System.Web.Services.Description.Service.Ports">
  3405. <summary>
  3406. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Port" /> instances contained in the
  3407. <see cref="T:System.Web.Services.Description.Service" />.</para>
  3408. </summary>
  3409. </member>
  3410. <member name="P:System.Web.Services.Description.Service.Name">
  3411. <summary>
  3412. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Service" />.</para>
  3413. </summary>
  3414. </member>
  3415. <member name="T:System.Web.Services.Description.FaultBinding">
  3416. <summary>
  3417. <para> Specifies the format for any error messages that might be output as a result of the operation.
  3418. This class cannot be inherited.</para>
  3419. </summary>
  3420. </member>
  3421. <member name="T:System.Web.Services.Description.MessageBinding">
  3422. <summary>
  3423. <para>Describes how abstract content is mapped into a concrete
  3424. format.</para>
  3425. </summary>
  3426. </member>
  3427. <member name="P:System.Web.Services.Description.MessageBinding.OperationBinding">
  3428. <summary>
  3429. <para>Gets the
  3430. <see cref="T:System.Web.Services.Description.OperationBinding" /> of which the current
  3431. <see cref="T:System.Web.Services.Description.MessageBinding" /> is a member.</para>
  3432. </summary>
  3433. </member>
  3434. <member name="P:System.Web.Services.Description.MessageBinding.Name">
  3435. <summary>
  3436. <para>Gets or sets the name of the
  3437. <see cref="T:System.Web.Services.Description.MessageBinding" />.</para>
  3438. </summary>
  3439. </member>
  3440. <member name="P:System.Web.Services.Description.MessageBinding.Extensions">
  3441. <summary>
  3442. <para>Gets the collection of extensibility elements associated with the current
  3443. <see cref="T:System.Web.Services.Description.MessageBinding" />.</para>
  3444. </summary>
  3445. </member>
  3446. <member name="P:System.Web.Services.Description.FaultBinding.Extensions">
  3447. <summary>
  3448. <para>Gets the collection of extensibility elements associated with the
  3449. current <see cref="T:System.Web.Services.Description.FaultBinding" />.</para>
  3450. </summary>
  3451. </member>
  3452. <member name="T:System.Web.Services.Description.InputBinding">
  3453. <summary>
  3454. <para>Provides a set of specifications for data formats and protocols used by the XML Web service
  3455. for input messages. This class cannot be inherited.</para>
  3456. </summary>
  3457. </member>
  3458. <member name="P:System.Web.Services.Description.InputBinding.Extensions">
  3459. <summary>
  3460. <para>Gets the collection of extensibility elements associated with the current
  3461. <see cref="T:System.Web.Services.Description.InputBinding" />.</para>
  3462. </summary>
  3463. </member>
  3464. <member name="T:System.Web.Services.Description.OutputBinding">
  3465. <summary>
  3466. <para>Provides a set of specifications for data formats and protocols used by the XML Web
  3467. service for output messages. This class cannot be inherited.</para>
  3468. </summary>
  3469. </member>
  3470. <member name="P:System.Web.Services.Description.OutputBinding.Extensions">
  3471. <summary>
  3472. <para>Gets the collection of extensibility elements associated with the current
  3473. <see langword="OutputBinding" />.</para>
  3474. </summary>
  3475. </member>
  3476. <member name="T:System.Web.Services.Description.OperationBinding">
  3477. <summary>
  3478. <para> Provides specifications for protocols and data formats for the messages used in the action
  3479. supported by the XML Web service. This class cannot be inherited.</para>
  3480. </summary>
  3481. </member>
  3482. <member name="P:System.Web.Services.Description.OperationBinding.Binding">
  3483. <summary>
  3484. <para>Gets the <see cref="T:System.Web.Services.Description.Binding" /> of which the current <see cref="T:System.Web.Services.Description.OperationBinding" /> is a member.</para>
  3485. </summary>
  3486. </member>
  3487. <member name="P:System.Web.Services.Description.OperationBinding.Name">
  3488. <summary>
  3489. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
  3490. </summary>
  3491. </member>
  3492. <member name="P:System.Web.Services.Description.OperationBinding.Extensions">
  3493. <summary>
  3494. <para>Gets the collection of extensibility elements
  3495. specific to the current <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
  3496. </summary>
  3497. </member>
  3498. <member name="P:System.Web.Services.Description.OperationBinding.Input">
  3499. <summary>
  3500. <para>Gets or sets the <see cref="T:System.Web.Services.Description.InputBinding" /> associated
  3501. with the <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
  3502. </summary>
  3503. </member>
  3504. <member name="P:System.Web.Services.Description.OperationBinding.Output">
  3505. <summary>
  3506. <para>Gets or sets the <see cref="T:System.Web.Services.Description.OutputBinding" /> associated with the
  3507. <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
  3508. </summary>
  3509. </member>
  3510. <member name="P:System.Web.Services.Description.OperationBinding.Faults">
  3511. <summary>
  3512. <para>Gets the <see cref="T:System.Web.Services.Description.FaultBindingCollection" /> associated
  3513. with the <see cref="T:System.Web.Services.Description.OperationBinding" /> instance.</para>
  3514. </summary>
  3515. </member>
  3516. <member name="T:System.Web.Services.Description.Binding">
  3517. <summary>
  3518. <para> Specifies the concrete data
  3519. format and protocols used in the XML Web service. This class cannot be inherited.</para>
  3520. </summary>
  3521. </member>
  3522. <member name="P:System.Web.Services.Description.Binding.ServiceDescription">
  3523. <summary>
  3524. <para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
  3525. which the <see cref="T:System.Web.Services.Description.Binding" /> is a member.</para>
  3526. </summary>
  3527. </member>
  3528. <member name="P:System.Web.Services.Description.Binding.Extensions">
  3529. <summary>
  3530. <para>Gets the collection of extensibility elements used in the XML Web service.</para>
  3531. </summary>
  3532. </member>
  3533. <member name="P:System.Web.Services.Description.Binding.Operations">
  3534. <summary>
  3535. <para> Gets the collection of specifications for data formats
  3536. and message protocols used in the action supported by the XML Web service.</para>
  3537. </summary>
  3538. </member>
  3539. <member name="P:System.Web.Services.Description.Binding.Name">
  3540. <summary>
  3541. <para>Gets or sets a string value containing the name of the
  3542. <see cref="T:System.Web.Services.Description.Binding" />.</para>
  3543. </summary>
  3544. </member>
  3545. <member name="P:System.Web.Services.Description.Binding.Type">
  3546. <summary>
  3547. <para>Gets or sets a value representing the
  3548. namespace-qualified name of the <see cref="T:System.Web.Services.Description.PortType" /> with which the
  3549. <see langword="Binding" /> is associated.</para>
  3550. </summary>
  3551. </member>
  3552. <member name="T:System.Web.Services.Description.OperationMessage">
  3553. <summary>
  3554. <para> Represents a message
  3555. type passed by the action of an XML Web service. </para>
  3556. </summary>
  3557. </member>
  3558. <member name="P:System.Web.Services.Description.OperationMessage.Operation">
  3559. <summary>
  3560. <para>Gets the <see cref="T:System.Web.Services.Description.Operation" /> of which the <see cref="T:System.Web.Services.Description.OperationMessage" /> is a member.</para>
  3561. </summary>
  3562. </member>
  3563. <member name="P:System.Web.Services.Description.OperationMessage.Name">
  3564. <summary>
  3565. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.OperationMessage" />.</para>
  3566. </summary>
  3567. </member>
  3568. <member name="P:System.Web.Services.Description.OperationMessage.Message">
  3569. <summary>
  3570. <para>Gets or sets an abstract, typed definition of the data
  3571. being communicated.</para>
  3572. </summary>
  3573. </member>
  3574. <member name="T:System.Web.Services.Description.OperationFault">
  3575. <summary>
  3576. <para> Defines
  3577. the specifications for error messages returned by the XML Web service. This class cannot be inherited.</para>
  3578. </summary>
  3579. </member>
  3580. <member name="T:System.Web.Services.Description.OperationInput">
  3581. <summary>
  3582. <para> Defines the specifications for input messages received by the XML Web
  3583. service. This class cannot be inherited.</para>
  3584. </summary>
  3585. </member>
  3586. <member name="T:System.Web.Services.Description.OperationOutput">
  3587. <summary>
  3588. <para> Defines the specifications for output messages returned by the XML Web service. This class cannot be inherited.</para>
  3589. </summary>
  3590. </member>
  3591. <member name="T:System.Web.Services.Description.Operation">
  3592. <summary>
  3593. <para> Provides an abstract definition of an action supported by the XML Web service. This class cannot be inherited.</para>
  3594. </summary>
  3595. </member>
  3596. <member name="M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)">
  3597. <summary>
  3598. <para>Returns a value indicating whether the specified
  3599. <see cref="T:System.Web.Services.Description.OperationBinding" /> is
  3600. used in the <see cref="T:System.Web.Services.Description.Operation" />.</para>
  3601. </summary>
  3602. <param name="operationBinding">An <see cref="T:System.Web.Services.Description.OperationBinding" /> to be checked to determine whether it is used by the <see langword="Operation" />.</param>
  3603. <returns>
  3604. <para>
  3605. <see langword="true" /> if the <see langword="Operation" /> instance uses the
  3606. <paramref name="operationBinding" /> parameter; otherwise, <see langword="false" />.</para>
  3607. </returns>
  3608. </member>
  3609. <member name="P:System.Web.Services.Description.Operation.PortType">
  3610. <summary>
  3611. <para>Gets the <see cref="T:System.Web.Services.Description.PortType" /> of which the <see cref="T:System.Web.Services.Description.Operation" />
  3612. is a member.</para>
  3613. </summary>
  3614. </member>
  3615. <member name="P:System.Web.Services.Description.Operation.Name">
  3616. <summary>
  3617. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Operation" />.</para>
  3618. </summary>
  3619. </member>
  3620. <member name="P:System.Web.Services.Description.Operation.ParameterOrderString">
  3621. <summary>
  3622. <para>Gets or sets an optional Remote Procedure Call signature
  3623. ordering specification for request-response or solicit-response operations.</para>
  3624. </summary>
  3625. </member>
  3626. <member name="P:System.Web.Services.Description.Operation.ParameterOrder">
  3627. <summary>
  3628. <para>Gets or sets an array of the elements contained in the
  3629. <see cref="P:System.Web.Services.Description.Operation.ParameterOrderString" />.</para>
  3630. </summary>
  3631. </member>
  3632. <member name="P:System.Web.Services.Description.Operation.Messages">
  3633. <summary>
  3634. <para>Gets the collection of instances of the <see cref="T:System.Web.Services.Description.Message" />
  3635. class defined by the current <see cref="T:System.Web.Services.Description.Operation" />.</para>
  3636. </summary>
  3637. </member>
  3638. <member name="P:System.Web.Services.Description.Operation.Faults">
  3639. <summary>
  3640. <para> Gets the collection of faults, or error messages, defined
  3641. by the current <see cref="T:System.Web.Services.Description.Operation" />.</para>
  3642. </summary>
  3643. </member>
  3644. <member name="T:System.Web.Services.Description.PortType">
  3645. <summary>
  3646. <para> Represents a
  3647. named set of abstract operations and the corresponding abstract messages. This class cannot be inherited.</para>
  3648. </summary>
  3649. </member>
  3650. <member name="P:System.Web.Services.Description.PortType.ServiceDescription">
  3651. <summary>
  3652. <para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of which the
  3653. <see cref="T:System.Web.Services.Description.PortType" /> is a member.</para>
  3654. </summary>
  3655. </member>
  3656. <member name="P:System.Web.Services.Description.PortType.Operations">
  3657. <summary>
  3658. <para>Gets the collection of <see cref="T:System.Web.Services.Description.Operation" /> instances defined by the <see cref="T:System.Web.Services.Description.PortType" />.</para>
  3659. </summary>
  3660. </member>
  3661. <member name="P:System.Web.Services.Description.PortType.Name">
  3662. <summary>
  3663. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.PortType" />.</para>
  3664. </summary>
  3665. </member>
  3666. <member name="T:System.Web.Services.Description.Message">
  3667. <summary>
  3668. <para> Provides an abstract definition of data passed
  3669. by an XML Web service. This class cannot be inherited.</para>
  3670. </summary>
  3671. </member>
  3672. <member name="M:System.Web.Services.Description.Message.FindPartsByName(System.String[])">
  3673. <summary>
  3674. <para>Searches the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> returned by the
  3675. <see cref="P:System.Web.Services.Description.Message.Parts" /> property and returns an array of type
  3676. <see cref="T:System.Web.Services.Description.MessagePart" />
  3677. containing the named instances.</para>
  3678. </summary>
  3679. <param name="partNames">An array of names of the <see cref="T:System.Web.Services.Description.MessagePart" /> instances to be returned.</param>
  3680. <returns>
  3681. <para>An array of type <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3682. </returns>
  3683. </member>
  3684. <member name="M:System.Web.Services.Description.Message.FindPartByName(System.String)">
  3685. <summary>
  3686. <para>Searches the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> returned by the <see cref="P:System.Web.Services.Description.Message.Parts" /> property, and returns the named <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3687. </summary>
  3688. <param name="partName">A string naming the <see cref="T:System.Web.Services.Description.MessagePart" /> to be returned.</param>
  3689. <returns>
  3690. <para>A <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3691. </returns>
  3692. </member>
  3693. <member name="P:System.Web.Services.Description.Message.ServiceDescription">
  3694. <summary>
  3695. <para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
  3696. which the current <see cref="T:System.Web.Services.Description.Message" /> is a member.</para>
  3697. </summary>
  3698. </member>
  3699. <member name="P:System.Web.Services.Description.Message.Parts">
  3700. <summary>
  3701. <para> Gets the collection of the <see cref="T:System.Web.Services.Description.MessagePart" /> objects contained in the
  3702. <see cref="T:System.Web.Services.Description.Message" />.</para>
  3703. </summary>
  3704. </member>
  3705. <member name="P:System.Web.Services.Description.Message.Name">
  3706. <summary>
  3707. <para>Gets or sets the name of the current
  3708. <see cref="T:System.Web.Services.Description.Message" />.</para>
  3709. </summary>
  3710. </member>
  3711. <member name="T:System.Web.Services.Description.MessagePart">
  3712. <summary>
  3713. <para> Allows
  3714. messages to be broken up into their logical units, with specific abstract
  3715. information for
  3716. each part. This class cannot be inherited.</para>
  3717. </summary>
  3718. </member>
  3719. <member name="P:System.Web.Services.Description.MessagePart.Message">
  3720. <summary>
  3721. <para>Gets the <see cref="T:System.Web.Services.Description.Message" /> of which the
  3722. <see langword="MessagePart" /> is a member.</para>
  3723. </summary>
  3724. </member>
  3725. <member name="P:System.Web.Services.Description.MessagePart.Name">
  3726. <summary>
  3727. <para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3728. </summary>
  3729. </member>
  3730. <member name="P:System.Web.Services.Description.MessagePart.Element">
  3731. <summary>
  3732. <para> Gets or sets the name of the XML element corresponding to the current
  3733. <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3734. </summary>
  3735. </member>
  3736. <member name="P:System.Web.Services.Description.MessagePart.Type">
  3737. <summary>
  3738. <para>Gets or sets the XML data type of the
  3739. <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
  3740. </summary>
  3741. </member>
  3742. <member name="T:System.Web.Services.Description.Types">
  3743. <summary>
  3744. <para> Describes
  3745. data type definitions relevant to exchanged messages. This class cannot be inherited.</para>
  3746. </summary>
  3747. </member>
  3748. <member name="P:System.Web.Services.Description.Types.Schemas">
  3749. <summary>
  3750. <para> Gets the collection of XML schemas included as data type definitions for the XML Web
  3751. service. This property is read-only.</para>
  3752. </summary>
  3753. </member>
  3754. <member name="P:System.Web.Services.Description.Types.Extensions">
  3755. <summary>
  3756. <para>Gets the collection of <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />
  3757. elements included in the XML
  3758. Web service. This property is read-only.</para>
  3759. </summary>
  3760. </member>
  3761. <member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection">
  3762. <summary>
  3763. <para>Represents the collection of extensibility elements used by the XML Web
  3764. service. This class cannot be inherited.</para>
  3765. </summary>
  3766. </member>
  3767. <member name="T:System.Web.Services.Description.ServiceDescriptionBaseCollection">
  3768. <summary>
  3769. <para> Forms the basis for the strongly typed collections that
  3770. are members of the <see cref="N:System.Web.Services.Description" /> namespace.
  3771. </para>
  3772. </summary>
  3773. </member>
  3774. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)">
  3775. <summary>
  3776. <para>Returns the name of the key associated with the value
  3777. passed by reference.</para>
  3778. </summary>
  3779. <param name="value">An object for which to return the name of the key.</param>
  3780. <returns>
  3781. <para>A null reference.</para>
  3782. </returns>
  3783. </member>
  3784. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)">
  3785. <summary>
  3786. <para> Sets the parent object of the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />
  3787. instance.</para>
  3788. </summary>
  3789. <param name="value">The object for which to set the parent object.</param>
  3790. <param name="parent">The object to set as the parent.</param>
  3791. </member>
  3792. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)">
  3793. <summary>
  3794. <para> Performs additional custom processes after inserting a new element into the
  3795. <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" /> .</para>
  3796. </summary>
  3797. <param name="index">The zero-based index at which to insert the <paramref name="value" /> parameter.</param>
  3798. <param name="value">The element to insert into the collection.</param>
  3799. </member>
  3800. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)">
  3801. <summary>
  3802. <para> Removes an element from the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />.</para>
  3803. </summary>
  3804. <param name="index"> The zero-based index of the <paramref name="value" /> parameter to be removed.</param>
  3805. <param name=" value">The element to remove from the collection.</param>
  3806. </member>
  3807. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear">
  3808. <summary>
  3809. <para>Clears the contents of the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" /> instance.</para>
  3810. </summary>
  3811. </member>
  3812. <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)">
  3813. <summary>
  3814. <para>Replaces one value with another within the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />
  3815. .</para>
  3816. </summary>
  3817. <param name="index"> The zero-based index where the <paramref name="oldValue" /> parameter can be found.</param>
  3818. <param name="oldValue"> The object to replace with the <paramref name="newValue" /> parameter.</param>
  3819. <param name="newValue"> The object that replaces the <paramref name="oldValue" /> parameter.</param>
  3820. </member>
  3821. <member name="P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table">
  3822. <summary>
  3823. <para>Gets an interface that implements the association of the keys and values in the
  3824. <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />.</para>
  3825. </summary>
  3826. </member>
  3827. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)">
  3828. <summary>
  3829. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> class.</para>
  3830. </summary>
  3831. <param name="parent">The object of which this collection is a member.</param>
  3832. </member>
  3833. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)">
  3834. <summary>
  3835. <para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to the end of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
  3836. </summary>
  3837. <param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> , passed by reference, to add to the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</param>
  3838. <returns>
  3839. The zero-based index where the <paramref name="extension" />
  3840. parameter has been added.
  3841. </returns>
  3842. </member>
  3843. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)">
  3844. <summary>
  3845. <para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to
  3846. the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> at the
  3847. specified zero-based index.</para>
  3848. </summary>
  3849. <param name="index">The zero-based index at which to insert the <paramref name="extension" /> parameter.</param>
  3850. <param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to add to the collection.</param>
  3851. </member>
  3852. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)">
  3853. <summary>
  3854. <para>Searches for the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> and returns the zero-based
  3855. index of the first instance with the collection.</para>
  3856. </summary>
  3857. <param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to search in the collection.</param>
  3858. <returns>
  3859. <para> A 32-bit signed integer.</para>
  3860. </returns>
  3861. </member>
  3862. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)">
  3863. <summary>
  3864. <para>Returns a value indicating whether the specified
  3865. <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> is a
  3866. member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
  3867. </summary>
  3868. <param name="extension"> The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to check collection membership.</param>
  3869. <returns>
  3870. <para>
  3871. <see langword="true" /> if
  3872. the <paramref name="extension" /> parameter is a member of the collection; otherwise,
  3873. <see langword="false" />.</para>
  3874. </returns>
  3875. </member>
  3876. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)">
  3877. <summary>
  3878. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> from the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
  3879. </summary>
  3880. <param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to remove from the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</param>
  3881. </member>
  3882. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)">
  3883. <summary>
  3884. <para> Copies the entire <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
  3885. into a one-dimensional array of type <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />,
  3886. starting at the specified zero-based index of the
  3887. target array.</para>
  3888. </summary>
  3889. <param name="array">An array of type <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> serving as the destination of the copy action.</param>
  3890. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  3891. </member>
  3892. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)">
  3893. <summary>
  3894. <para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and
  3895. returns the first element of the specified derived <see cref="T:System.Type" />.</para>
  3896. </summary>
  3897. <param name="type">A <see cref="T:System.Type" /> for which to search the collection.</param>
  3898. <returns>
  3899. <para>If the search is successful, an object of the specified <see cref="T:System.Type" />; otherwise
  3900. <see langword="null" />.</para>
  3901. </returns>
  3902. </member>
  3903. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)">
  3904. <summary>
  3905. <para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and
  3906. returns an array of all elements of the specified <see cref="T:System.Type" />.</para>
  3907. </summary>
  3908. <param name="type">A <see cref="T:System.Type" /> for which to search the collection.</param>
  3909. <returns>
  3910. <para> An array of <see cref="T:System.Object" /> instances representing all collection members of the
  3911. specified
  3912. type.</para>
  3913. </returns>
  3914. </member>
  3915. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)">
  3916. <summary>
  3917. <para>This method searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> for
  3918. a member with the specified name and namespace URI.</para>
  3919. </summary>
  3920. <param name="name">The name of the <see cref="T:System.Xml.XmlElement" /> to be found.</param>
  3921. <param name=" ns">The XML namespace URI of the <see cref="T:System.Xml.XmlElement" /> to be found.</param>
  3922. <returns>
  3923. <para>If the search is successful, an <see cref="T:System.Xml.XmlElement" />; otherwise
  3924. <see langword="null" />.</para>
  3925. </returns>
  3926. </member>
  3927. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)">
  3928. <summary>
  3929. <para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and returns an
  3930. array of all members with the specified name and
  3931. namespace URI.</para>
  3932. </summary>
  3933. <param name="name">The XML name attribute of the <see cref="T:System.Xml.XmlElement" /> objects to be found.</param>
  3934. <param name=" ns">The XML namespace URI attribute of the <see cref="T:System.Xml.XmlElement" /> objects to be found.</param>
  3935. <returns>
  3936. <para> An array of <see cref="T:System.Xml.XmlElement" /> instances.</para>
  3937. </returns>
  3938. </member>
  3939. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)">
  3940. <summary>
  3941. <para>Returns a value indicating whether the specified object
  3942. is used by the import process when the extensibility element is
  3943. imported into the XML Web service.</para>
  3944. </summary>
  3945. <param name="item">An object, either of type <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to check for use by the import process.</param>
  3946. <returns>
  3947. <para>
  3948. <see langword="true" /> if
  3949. the <paramref name="item" /> parameter is used;
  3950. otherwise <see langword="false" />.</para>
  3951. </returns>
  3952. </member>
  3953. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)">
  3954. <summary>
  3955. <para>Returns a value indicating whether the specified object is
  3956. necessary for the operation of the XML Web service.</para>
  3957. </summary>
  3958. <param name="item">An object, either of type <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />, to check whether it is necessary.</param>
  3959. <returns>
  3960. <para>
  3961. <see langword="true" /> if
  3962. the
  3963. <paramref name="item" /> parameter is required; otherwise <see langword="false" />.</para>
  3964. </returns>
  3965. </member>
  3966. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)">
  3967. <summary>
  3968. <para>Sets the parent object of a member of
  3969. the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
  3970. </summary>
  3971. <param name="value">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to set the parent.</param>
  3972. <param name="parent">The object to be set as parent.</param>
  3973. </member>
  3974. <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)">
  3975. <summary>
  3976. <para>Performs a check on the <see cref="T:System.Type" /> of the object when
  3977. validating it.</para>
  3978. </summary>
  3979. <param name="value">The object to be validated.</param>
  3980. </member>
  3981. <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)">
  3982. <summary>
  3983. <para>Gets or sets the value of a member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
  3984. </summary>
  3985. <param name="index">The zero-based index of the member whose value is modified or returned.</param>
  3986. </member>
  3987. <member name="T:System.Web.Services.Description.OperationFlow">
  3988. <summary>
  3989. <para> Specifies the type of transmission an endpoint of the XML Web service
  3990. can support.</para>
  3991. </summary>
  3992. </member>
  3993. <member name="F:System.Web.Services.Description.OperationFlow.None">
  3994. <summary>
  3995. <para>Indicates that the endpoint of the XML Web service receives no transmissions.</para>
  3996. </summary>
  3997. </member>
  3998. <member name="F:System.Web.Services.Description.OperationFlow.OneWay">
  3999. <summary>
  4000. <para>Indicates that the endpoint of the XML Web service receives a message.</para>
  4001. </summary>
  4002. </member>
  4003. <member name="F:System.Web.Services.Description.OperationFlow.Notification">
  4004. <summary>
  4005. <para>Indicates that the endpoint of the XML Web service sends a message.</para>
  4006. </summary>
  4007. </member>
  4008. <member name="F:System.Web.Services.Description.OperationFlow.RequestResponse">
  4009. <summary>
  4010. <para> Indicates that the endpoint of the XML Web service receives a
  4011. message, then sends a correlated message.</para>
  4012. </summary>
  4013. </member>
  4014. <member name="F:System.Web.Services.Description.OperationFlow.SolicitResponse">
  4015. <summary>
  4016. <para> Indicates that the endpoint of the XML Web service sends a message,
  4017. then receives a correlated message.</para>
  4018. </summary>
  4019. </member>
  4020. <member name="T:System.Web.Services.Description.OperationMessageCollection">
  4021. <summary>
  4022. <para>Represents a collection of
  4023. <see cref="T:System.Web.Services.Description.OperationInput" /> and
  4024. <see cref="T:System.Web.Services.Description.OperationOutput" /> messages related to an XML Web service. This class cannot be inherited.</para>
  4025. </summary>
  4026. </member>
  4027. <member name="M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)">
  4028. <summary>
  4029. <para>Adds the specified <see cref="T:System.Web.Services.Description.OperationMessage" /> to the end of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
  4030. </summary>
  4031. <param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to add to the collection.</param>
  4032. <returns>
  4033. <para>The zero-based index where the <paramref name="operationMessage" /> parameter has
  4034. been added.</para>
  4035. </returns>
  4036. </member>
  4037. <member name="M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)">
  4038. <summary>
  4039. <para>Adds the specified
  4040. <see cref="T:System.Web.Services.Description.OperationMessage" /> to the
  4041. <see cref="T:System.Web.Services.Description.OperationMessageCollection" /> at the specified zero-based index.</para>
  4042. </summary>
  4043. <param name="index">The zero-based index at which to insert the <paramref name="operationMessage" /> parameter.</param>
  4044. <param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to add to the collection.</param>
  4045. </member>
  4046. <member name="M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)">
  4047. <summary>
  4048. <para>Searches for the specified
  4049. <see cref="T:System.Web.Services.Description.OperationMessage" /> and returns the zero-based index of the first occurrence within the collection.</para>
  4050. </summary>
  4051. <param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> for which to search in the collection.</param>
  4052. <returns>
  4053. <para> A 32-bit signed integer.</para>
  4054. </returns>
  4055. </member>
  4056. <member name="M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)">
  4057. <summary>
  4058. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationMessage" /> is
  4059. a member of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
  4060. </summary>
  4061. <param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> for which to check collection membership.</param>
  4062. <returns>
  4063. <para>
  4064. <see langword="true" /> if
  4065. the <paramref name="operationMessage" /> parameter is a member of the <see langword="OperationMessageCollection" />; otherwise,
  4066. <see langword="false" />.</para>
  4067. </returns>
  4068. </member>
  4069. <member name="M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)">
  4070. <summary>
  4071. <para>Removes the first occurrence of the specified
  4072. <see cref="T:System.Web.Services.Description.OperationMessage" /> from the
  4073. <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
  4074. </summary>
  4075. <param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to remove from the collection.</param>
  4076. </member>
  4077. <member name="M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)">
  4078. <summary>
  4079. <para>Copies the entire
  4080. <see cref="T:System.Web.Services.Description.OperationMessageCollection" /> to a compatible one-dimensional array of type
  4081. <see cref="T:System.Web.Services.Description.OperationMessage" />, starting at the specified zero-based index of the target array.</para>
  4082. </summary>
  4083. <param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationMessage" /> serving as the destination for the copy action.</param>
  4084. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4085. </member>
  4086. <member name="M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)">
  4087. <summary>
  4088. <para>Sets the parent <see cref="T:System.Web.Services.Description.Operation" /> of the
  4089. <see langword="OperationMessageCollection" />.</para>
  4090. </summary>
  4091. <param name="value">An object, of type <see cref="T:System.Web.Services.Description.OperationMessage" /> or a derived type, within the collection.</param>
  4092. <param name="parent">The <see cref="T:System.Web.Services.Description.Operation" /> to set as the parent.</param>
  4093. </member>
  4094. <member name="M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)">
  4095. <summary>
  4096. <para>Performs validation upon insertion of an <see cref="T:System.Web.Services.Description.OperationMessage" /> at
  4097. the specified zero-based index.</para>
  4098. </summary>
  4099. <param name="index">The zero-based index at which to insert the specified <see cref="T:System.Web.Services.Description.OperationMessage" />.</param>
  4100. <param name="value">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to be added to the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</param>
  4101. </member>
  4102. <member name="M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)">
  4103. <summary>
  4104. <para>Performs validation upon replacement of the specified member of the
  4105. <see cref="T:System.Web.Services.Description.OperationMessageCollection" /> with a new
  4106. <see cref="T:System.Web.Services.Description.OperationMessage" /> at the specified zero-based index.</para>
  4107. </summary>
  4108. <param name="index">The zero-based index at which to change the <paramref name="oldValue" /> parameter to the <paramref name="newValue" /> parameter.</param>
  4109. <param name="oldValue">The member of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" /> to be replaced by the <paramref name="newValue" /> parameter.</param>
  4110. <param name="newValue">The <see cref="T:System.Web.Services.Description.OperationMessage" /> with which to replace the <paramref name="oldValue" /> parameter.</param>
  4111. </member>
  4112. <member name="M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)">
  4113. <summary>
  4114. <para>When validating the specified object, performs a check on the type
  4115. of the object.</para>
  4116. </summary>
  4117. <param name="value">The object to be validated.</param>
  4118. </member>
  4119. <member name="P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)">
  4120. <summary>
  4121. <para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationMessage" /> at the specified zero-based
  4122. index.</para>
  4123. </summary>
  4124. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationMessage" /> whose value is modified or returned.</param>
  4125. </member>
  4126. <member name="P:System.Web.Services.Description.OperationMessageCollection.Input">
  4127. <summary>
  4128. <para>Gets the first occurrence of an <see cref="T:System.Web.Services.Description.OperationInput" />
  4129. within the collection.</para>
  4130. </summary>
  4131. </member>
  4132. <member name="P:System.Web.Services.Description.OperationMessageCollection.Output">
  4133. <summary>
  4134. <para>Gets the first occurrence of an <see cref="T:System.Web.Services.Description.OperationOutput" /> within the collection.</para>
  4135. </summary>
  4136. </member>
  4137. <member name="P:System.Web.Services.Description.OperationMessageCollection.Flow">
  4138. <summary>
  4139. <para>Gets the type of transmission
  4140. supported by the <see langword="OperationMessageCollection" />.</para>
  4141. </summary>
  4142. </member>
  4143. <member name="T:System.Web.Services.Description.ImportCollection">
  4144. <summary>
  4145. <para> Provides a collection of instances
  4146. of the <see cref="T:System.Web.Services.Description.Import" /> class representing documents to
  4147. be imported into the Web Service. This class cannot be inherited.</para>
  4148. </summary>
  4149. </member>
  4150. <member name="M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)">
  4151. <summary>
  4152. <para>Adds the specified <see cref="T:System.Web.Services.Description.Import" /> to the end of the
  4153. <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
  4154. </summary>
  4155. <param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to add to the collection.</param>
  4156. <returns>
  4157. <para>The zero-based index where the <paramref name="import" /> parameter has
  4158. been added.</para>
  4159. </returns>
  4160. </member>
  4161. <member name="M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)">
  4162. <summary>
  4163. <para>Adds the specified <see cref="T:System.Web.Services.Description.Import" /> instance to the <see cref="T:System.Web.Services.Description.ImportCollection" /> at the specified zero-based index.</para>
  4164. </summary>
  4165. <param name="index">The zero-based index at which to insert the <paramref name="import" /> parameter.</param>
  4166. <param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to add to the collection.</param>
  4167. </member>
  4168. <member name="M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)">
  4169. <summary>
  4170. <para>Searches for the specified <see cref="T:System.Web.Services.Description.Import" /> and returns the zero-based
  4171. index of the first occurrence within the collection.</para>
  4172. </summary>
  4173. <param name="import">The <see cref="T:System.Web.Services.Description.Import" /> for which to search in the collection.</param>
  4174. <returns>
  4175. <para> A 32-bit signed integer.</para>
  4176. </returns>
  4177. </member>
  4178. <member name="M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)">
  4179. <summary>
  4180. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Import" /> is
  4181. a member of the <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
  4182. </summary>
  4183. <param name="import">The <see cref="T:System.Web.Services.Description.Import" /> for which to check collection membership.</param>
  4184. <returns>
  4185. <para>
  4186. <see langword="true" /> if the <paramref name="import" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ImportCollection" />; otherwise,
  4187. <see langword="false" />.</para>
  4188. </returns>
  4189. </member>
  4190. <member name="M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)">
  4191. <summary>
  4192. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Import" /> from the <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
  4193. </summary>
  4194. <param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to remove from the collection.</param>
  4195. </member>
  4196. <member name="M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)">
  4197. <summary>
  4198. <para>Copies the entire <see cref="T:System.Web.Services.Description.ImportCollection" /> to a compatible one-dimensional
  4199. array of type <see cref="T:System.Web.Services.Description.Import" />, starting at the specified
  4200. zero-based index of the target array.</para>
  4201. </summary>
  4202. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Import" /> serving as the destination of the copy action.</param>
  4203. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4204. </member>
  4205. <member name="M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)">
  4206. <summary>
  4207. <para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
  4208. <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
  4209. </summary>
  4210. <param name="value"> An <see cref="T:System.Web.Services.Description.Import" /> within the collection.</param>
  4211. <param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
  4212. </member>
  4213. <member name="P:System.Web.Services.Description.ImportCollection.Item(System.Int32)">
  4214. <summary>
  4215. <para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.Import" /> at the specified zero-based
  4216. index.</para>
  4217. </summary>
  4218. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Import" /> whose value is modified or returned.</param>
  4219. </member>
  4220. <member name="T:System.Web.Services.Description.MessageCollection">
  4221. <summary>
  4222. <para> Represents a collection of instances
  4223. of the <see cref="T:System.Web.Services.Description.Message" /> class. This class cannot be inherited.</para>
  4224. </summary>
  4225. </member>
  4226. <member name="M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)">
  4227. <summary>
  4228. <para>Adds the specified <see cref="T:System.Web.Services.Description.Message" /> to the end of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
  4229. </summary>
  4230. <param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to add to the collection.</param>
  4231. <returns>
  4232. <para>The zero-based index where the <paramref name="message" /> parameter has
  4233. been added.</para>
  4234. </returns>
  4235. </member>
  4236. <member name="M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)">
  4237. <summary>
  4238. <para>Adds the specified <see cref="T:System.Web.Services.Description.Message" /> to the <see cref="T:System.Web.Services.Description.MessageCollection" /> at the specified zero-based index.</para>
  4239. </summary>
  4240. <param name="index">The zero-based index at which to insert the <paramref name="message" /> parameter.</param>
  4241. <param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to add to the collection.</param>
  4242. </member>
  4243. <member name="M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)">
  4244. <summary>
  4245. <para>Searches for the specified <see cref="T:System.Web.Services.Description.Message" /> and returns the zero-based
  4246. index of the first occurrence within the collection.</para>
  4247. </summary>
  4248. <param name="message">The <see cref="T:System.Web.Services.Description.Message" /> for which to search in the collection.</param>
  4249. <returns>
  4250. <para> A 32-bit signed integer.</para>
  4251. </returns>
  4252. </member>
  4253. <member name="M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)">
  4254. <summary>
  4255. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Message" /> is
  4256. a member of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
  4257. </summary>
  4258. <param name="message">The <see cref="T:System.Web.Services.Description.Message" /> for which to check collection membership.</param>
  4259. <returns>
  4260. <para>
  4261. <see langword="true" /> if
  4262. the <paramref name="message" /> parameter is a member of the
  4263. <see cref="T:System.Web.Services.Description.MessageCollection" />; otherwise,
  4264. <see langword="false" />.</para>
  4265. </returns>
  4266. </member>
  4267. <member name="M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)">
  4268. <summary>
  4269. <para>Removes the first occurrence of the specified
  4270. <see cref="T:System.Web.Services.Description.Message" />
  4271. from the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
  4272. </summary>
  4273. <param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to remove from the collection.</param>
  4274. </member>
  4275. <member name="M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)">
  4276. <summary>
  4277. <para>Copies the entire <see cref="T:System.Web.Services.Description.MessageCollection" /> to a compatible one-dimensional
  4278. array of type <see cref="T:System.Web.Services.Description.Message" />,
  4279. starting at the specified zero-based index of the target array.</para>
  4280. </summary>
  4281. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Message" /> serving as the destination for the copy action.</param>
  4282. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4283. </member>
  4284. <member name="M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)">
  4285. <summary>
  4286. <para>Returns the name of the <see cref="T:System.Web.Services.Description.Message" /> associated with the value
  4287. passed by reference.</para>
  4288. </summary>
  4289. <param name="value">The <see cref="T:System.Web.Services.Description.Message" /> for which to return the name.</param>
  4290. <returns>
  4291. <para>The name of the <paramref name="value" /> parameter.</para>
  4292. </returns>
  4293. </member>
  4294. <member name="M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)">
  4295. <summary>
  4296. <para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
  4297. a member of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
  4298. </summary>
  4299. <param name="value"> A <see cref="T:System.Web.Services.Description.Message" /> within the collection.</param>
  4300. <param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
  4301. </member>
  4302. <member name="P:System.Web.Services.Description.MessageCollection.Item(System.Int32)">
  4303. <summary>
  4304. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Message" /> at the specified zero-based
  4305. index.</para>
  4306. </summary>
  4307. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Message" /> whose value is modified or returned.</param>
  4308. </member>
  4309. <member name="P:System.Web.Services.Description.MessageCollection.Item(System.String)">
  4310. <summary>
  4311. <para>Gets a <see cref="T:System.Web.Services.Description.Message" /> specified
  4312. by its <see cref="P:System.Web.Services.Description.Message.Name" />
  4313. property.</para>
  4314. </summary>
  4315. <param name="name">The name of the <see cref="T:System.Web.Services.Description.Message" /> returned.</param>
  4316. </member>
  4317. <member name="T:System.Web.Services.Description.PortCollection">
  4318. <summary>
  4319. <para> Represents a collection of instances of the
  4320. <see cref="T:System.Web.Services.Description.Port" /> class. This class cannot be inherited.</para>
  4321. </summary>
  4322. </member>
  4323. <member name="M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)">
  4324. <summary>
  4325. <para>Adds the specified <see cref="T:System.Web.Services.Description.Port" /> to the end of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
  4326. </summary>
  4327. <param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to add to the collection.</param>
  4328. <returns>
  4329. <para>The zero-based index where the <paramref name="port" />
  4330. parameter has
  4331. been added.</para>
  4332. </returns>
  4333. </member>
  4334. <member name="M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)">
  4335. <summary>
  4336. <para>Adds the specified <see cref="T:System.Web.Services.Description.Port" /> instance to the
  4337. <see langword="PortCollection" /> at the specified index.</para>
  4338. </summary>
  4339. <param name="index">The zero-based index at which to insert the <paramref name="port" /> parameter.</param>
  4340. <param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to add to the collection.</param>
  4341. </member>
  4342. <member name="M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)">
  4343. <summary>
  4344. <para>Searches for the specified <see cref="T:System.Web.Services.Description.Port" /> and returns the zero-based
  4345. index of the first occurrence within the collection.</para>
  4346. </summary>
  4347. <param name="port">The <see cref="T:System.Web.Services.Description.Port" /> for which to search in the collection.</param>
  4348. <returns>
  4349. <para> A 32-bit signed integer.</para>
  4350. </returns>
  4351. </member>
  4352. <member name="M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)">
  4353. <summary>
  4354. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Port" /> is a member of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
  4355. </summary>
  4356. <param name="port">The <see cref="T:System.Web.Services.Description.Port" /> for which to check collection membership.</param>
  4357. <returns>
  4358. <para>
  4359. <see langword="true" /> if the
  4360. specified <see cref="T:System.Web.Services.Description.Port" /> is
  4361. a member of the <see cref="T:System.Web.Services.Description.PortCollection" />; otherwise,
  4362. <see langword="false" />.</para>
  4363. </returns>
  4364. </member>
  4365. <member name="M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)">
  4366. <summary>
  4367. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Port" /> from the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
  4368. </summary>
  4369. <param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to remove from the collection.</param>
  4370. </member>
  4371. <member name="M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)">
  4372. <summary>
  4373. <para>Copies the entire <see cref="T:System.Web.Services.Description.PortCollection" /> to a one-dimensional array of
  4374. type <see cref="T:System.Web.Services.Description.Port" />, starting at the specified
  4375. zero-based index of the target array.</para>
  4376. </summary>
  4377. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Port" /> serving as the destination for the copy action.</param>
  4378. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4379. </member>
  4380. <member name="M:System.Web.Services.Description.PortCollection.GetKey(System.Object)">
  4381. <summary>
  4382. <para>Returns the name of the <see cref="T:System.Web.Services.Description.Port" /> instance associated with the value
  4383. passed by reference.</para>
  4384. </summary>
  4385. <param name="value">The <see cref="T:System.Web.Services.Description.Port" /> for which to return the name.</param>
  4386. <returns>
  4387. <para>The name of the <paramref name="value" /> parameter.</para>
  4388. </returns>
  4389. </member>
  4390. <member name="M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)">
  4391. <summary>
  4392. <para>Sets the parent <see cref="T:System.Web.Services.Description.Service" /> of a member of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
  4393. </summary>
  4394. <param name="value">An <see cref="T:System.Web.Services.Description.Port" /> within the collection.</param>
  4395. <param name="parent">The <see cref="T:System.Web.Services.Description.Service" /> to set as the parent.</param>
  4396. </member>
  4397. <member name="P:System.Web.Services.Description.PortCollection.Item(System.Int32)">
  4398. <summary>
  4399. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Port" /> at the specified zero-based
  4400. index.</para>
  4401. </summary>
  4402. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Port" /> whose value is modified or returned.</param>
  4403. </member>
  4404. <member name="P:System.Web.Services.Description.PortCollection.Item(System.String)">
  4405. <summary>
  4406. <para> Gets a <see cref="T:System.Web.Services.Description.Port" /> specified by its <see cref="P:System.Web.Services.Description.Port.Name" />
  4407. property.</para>
  4408. </summary>
  4409. <param name="name">The name of the <see cref="T:System.Web.Services.Description.Port" /> returned.</param>
  4410. </member>
  4411. <member name="T:System.Web.Services.Description.PortTypeCollection">
  4412. <summary>
  4413. <para> Represents a collection of instances
  4414. of the <see cref="T:System.Web.Services.Description.PortType" /> class; that is, a collection of sets of
  4415. operations supported by the XML Web service. This class cannot be inherited.</para>
  4416. </summary>
  4417. </member>
  4418. <member name="M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)">
  4419. <summary>
  4420. <para>Adds the specified <see cref="T:System.Web.Services.Description.PortType" /> to the end of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
  4421. </summary>
  4422. <param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to add to the collection.</param>
  4423. <returns>
  4424. <para>The zero-based index where the
  4425. <paramref name="portType" />
  4426. parameter has
  4427. been added.</para>
  4428. </returns>
  4429. </member>
  4430. <member name="M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)">
  4431. <summary>
  4432. <para>Adds the specified <see cref="T:System.Web.Services.Description.PortType" /> to the <see cref="T:System.Web.Services.Description.PortTypeCollection" /> at the
  4433. specified zero-based index.</para>
  4434. </summary>
  4435. <param name="index">The zero-based index at which to insert the <paramref name="portType" /> parameter.</param>
  4436. <param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to add to the collection.</param>
  4437. </member>
  4438. <member name="M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)">
  4439. <summary>
  4440. Searches for the specified <see cref="T:System.Web.Services.Description.PortType" /> and returns the zero-based
  4441. index of the first occurrence within the collection.
  4442. </summary>
  4443. <param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> for which to search in the collection.</param>
  4444. <returns>
  4445. <para> A 32-bit signed integer.</para>
  4446. </returns>
  4447. </member>
  4448. <member name="M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)">
  4449. <summary>
  4450. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.PortType" /> is a member of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
  4451. </summary>
  4452. <param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> for which to check for collection membership.</param>
  4453. <returns>
  4454. <para>
  4455. <see langword="true" /> if the
  4456. <paramref name="portType" /> parameter is a member of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />; otherwise,
  4457. <see langword="false" />.</para>
  4458. </returns>
  4459. </member>
  4460. <member name="M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)">
  4461. <summary>
  4462. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.PortType" />
  4463. from the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
  4464. </summary>
  4465. <param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to remove from the collection.</param>
  4466. </member>
  4467. <member name="M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)">
  4468. <summary>
  4469. <para>Copies the entire <see cref="T:System.Web.Services.Description.PortTypeCollection" /> to
  4470. a one-dimensional array of type <see cref="T:System.Web.Services.Description.PortType" />
  4471. , starting at the specified
  4472. zero-based index of the target array.</para>
  4473. </summary>
  4474. <param name="array">An array of type <see cref="T:System.Web.Services.Description.PortType" /> serving as the destination for the copy action.</param>
  4475. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4476. </member>
  4477. <member name="M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)">
  4478. <summary>
  4479. <para>Returns the name of the <see cref="T:System.Web.Services.Description.PortType" /> associated with the value
  4480. passed by reference.</para>
  4481. </summary>
  4482. <param name="value">The <see cref="T:System.Web.Services.Description.PortType" /> for which to return the name.</param>
  4483. <returns>
  4484. <para>The name of the <paramref name="value" /> parameter.</para>
  4485. </returns>
  4486. </member>
  4487. <member name="M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)">
  4488. <summary>
  4489. <para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
  4490. a member of the
  4491. <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
  4492. </summary>
  4493. <param name="value"> A <see cref="T:System.Web.Services.Description.PortType" /> within the collection.</param>
  4494. <param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
  4495. </member>
  4496. <member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)">
  4497. <summary>
  4498. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.PortType" /> at the specified zero-based
  4499. index.</para>
  4500. </summary>
  4501. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.PortType" /> whose value is modified or returned.</param>
  4502. </member>
  4503. <member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.String)">
  4504. <summary>
  4505. <para> Gets the <see cref="T:System.Web.Services.Description.PortType" /> specified by its <see cref="P:System.Web.Services.Description.PortType.Name" />
  4506. property.</para>
  4507. </summary>
  4508. <param name="name">The name of the <see cref="T:System.Web.Services.Description.PortType" /> returned.</param>
  4509. </member>
  4510. <member name="T:System.Web.Services.Description.BindingCollection">
  4511. <summary>
  4512. <para> Represents a collection of instances of the <see cref="T:System.Web.Services.Description.Binding" /> class supported by the XML Web service. This class cannot be inherited.</para>
  4513. </summary>
  4514. </member>
  4515. <member name="M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)">
  4516. <summary>
  4517. <para>Adds the specified <see cref="T:System.Web.Services.Description.Binding" /> to the end of the
  4518. <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
  4519. </summary>
  4520. <param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> to add to the collection.</param>
  4521. <returns>
  4522. <para>The zero-based index where the <paramref name="binding" /> parameter has
  4523. been added.</para>
  4524. </returns>
  4525. </member>
  4526. <member name="M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)">
  4527. <summary>
  4528. <para>Adds the specified <see cref="T:System.Web.Services.Description.Binding" /> to the
  4529. <see cref="T:System.Web.Services.Description.BindingCollection" /> at the specified zero-based index.</para>
  4530. </summary>
  4531. <param name="index">The zero-based index at which to insert the <paramref name="binding" /> parameter.</param>
  4532. <param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> to be added to the collection.</param>
  4533. </member>
  4534. <member name="M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)">
  4535. <summary>
  4536. <para>Searches for the specified <see cref="T:System.Web.Services.Description.Binding" /> and returns the zero-based
  4537. index of the first occurrence within the collection.</para>
  4538. </summary>
  4539. <param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> for which to search in the collection.</param>
  4540. <returns>
  4541. <para> A 32-bit signed integer.</para>
  4542. </returns>
  4543. </member>
  4544. <member name="M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)">
  4545. <summary>
  4546. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Binding" /> is
  4547. a member of the <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
  4548. </summary>
  4549. <param name="binding">A <see cref="T:System.Web.Services.Description.Binding" /> for which to check collection membership.</param>
  4550. <returns>
  4551. <para>
  4552. <see langword="true" /> if the <paramref name="binding" /> parameter is a member of the
  4553. <see cref="T:System.Web.Services.Description.BindingCollection" />; otherwise,
  4554. <see langword="false" />.</para>
  4555. </returns>
  4556. </member>
  4557. <member name="M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)">
  4558. <summary>
  4559. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Binding" />
  4560. from the <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
  4561. </summary>
  4562. <param name="binding">
  4563. <para> The <see cref="T:System.Web.Services.Description.Binding" /> to remove from the collection.</para>
  4564. </param>
  4565. </member>
  4566. <member name="M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)">
  4567. <summary>
  4568. <para>Copies the entire <see cref="T:System.Web.Services.Description.BindingCollection" /> to
  4569. a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.Binding" />,
  4570. starting at the specified zero-based index
  4571. of the target array.</para>
  4572. </summary>
  4573. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Binding" /> serving as the destination for the copy action.</param>
  4574. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4575. </member>
  4576. <member name="M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)">
  4577. <summary>
  4578. <para>Returns the name of the <see cref="T:System.Web.Services.Description.Binding" /> associated with the value
  4579. passed by reference.</para>
  4580. </summary>
  4581. <param name="value">The <see cref="T:System.Web.Services.Description.Binding" /> for which to return the name.</param>
  4582. <returns>
  4583. <para>The name of the <paramref name="value" /> parameter.</para>
  4584. </returns>
  4585. </member>
  4586. <member name="M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)">
  4587. <summary>
  4588. <para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
  4589. <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
  4590. </summary>
  4591. <param name="value"> A <see cref="T:System.Web.Services.Description.Binding" /> within the collection.</param>
  4592. <param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
  4593. </member>
  4594. <member name="P:System.Web.Services.Description.BindingCollection.Item(System.Int32)">
  4595. <summary>
  4596. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Binding" />
  4597. at the specified zero-based index.</para>
  4598. </summary>
  4599. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Binding" /> whose value is modified or returned.</param>
  4600. </member>
  4601. <member name="P:System.Web.Services.Description.BindingCollection.Item(System.String)">
  4602. <summary>
  4603. <para>Gets a <see cref="T:System.Web.Services.Description.Binding" /> specified by its <see cref="P:System.Web.Services.Description.Binding.Name" />
  4604. property.</para>
  4605. </summary>
  4606. <param name="name">The name of the <see cref="T:System.Web.Services.Description.Binding" /> returned.</param>
  4607. </member>
  4608. <member name="T:System.Web.Services.Description.ServiceCollection">
  4609. <summary>
  4610. <para> Represents a collection of instances
  4611. of the <see cref="T:System.Web.Services.Description.Service" /> class. This class cannot be inherited.</para>
  4612. </summary>
  4613. </member>
  4614. <member name="M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)">
  4615. <summary>
  4616. <para>Adds the specified <see cref="T:System.Web.Services.Description.Service" /> to the end of the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
  4617. </summary>
  4618. <param name="service">The <see cref="T:System.Web.Services.Description.Service" /> instance to add to the collection.</param>
  4619. <returns>
  4620. <para>The zero-based index where the <paramref name="service" /> parameter has
  4621. been added.</para>
  4622. </returns>
  4623. </member>
  4624. <member name="M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)">
  4625. <summary>
  4626. <para>Adds the specified <see cref="T:System.Web.Services.Description.Service" /> instance to the <see cref="T:System.Web.Services.Description.ServiceCollection" /> at the
  4627. specified zero-based index.</para>
  4628. </summary>
  4629. <param name="index">The zero-based index at which to insert the <paramref name="service" /> parameter.</param>
  4630. <param name="service">The <see cref="T:System.Web.Services.Description.Service" /> to add to the collection.</param>
  4631. </member>
  4632. <member name="M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)">
  4633. <summary>
  4634. <para>Searches for the specified <see cref="T:System.Web.Services.Description.Service" /> and
  4635. returns the zero-based index of the first occurrence within the
  4636. <see langword="ServiceCollection" />.</para>
  4637. </summary>
  4638. <param name="service">The <see cref="T:System.Web.Services.Description.Service" /> for which to search in the collection.</param>
  4639. <returns>
  4640. <para> A 32-bit signed integer.</para>
  4641. </returns>
  4642. </member>
  4643. <member name="M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)">
  4644. <summary>
  4645. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Service" />
  4646. instance is a member of the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
  4647. </summary>
  4648. <param name="service">The <see cref="T:System.Web.Services.Description.Service" /> for which to check collection membership.</param>
  4649. <returns>
  4650. <para>
  4651. <see langword="true" /> if the
  4652. <paramref name="service" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ServiceCollection" />; otherwise,
  4653. <see langword="false" />.</para>
  4654. </returns>
  4655. </member>
  4656. <member name="M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)">
  4657. <summary>
  4658. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Service" /> from the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
  4659. </summary>
  4660. <param name="service">The <see cref="T:System.Web.Services.Description.Service" /> to remove from the collection.</param>
  4661. </member>
  4662. <member name="M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)">
  4663. <summary>
  4664. <para>Copies the entire <see cref="T:System.Web.Services.Description.ServiceCollection" /> to a one-dimensional array
  4665. of type <see cref="T:System.Web.Services.Description.Service" />, starting at the specified
  4666. zero-based index of the target array.</para>
  4667. </summary>
  4668. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Service" /> serving as the destination for the copy action.</param>
  4669. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4670. </member>
  4671. <member name="M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)">
  4672. <summary>
  4673. <para>Returns the name of the <see cref="T:System.Web.Services.Description.Service" /> associated with the value
  4674. passed by reference.</para>
  4675. </summary>
  4676. <param name="value">The <see cref="T:System.Web.Services.Description.Service" /> for which to return the name.</param>
  4677. <returns>
  4678. <para>The name of the <paramref name="value" /> parameter.</para>
  4679. </returns>
  4680. </member>
  4681. <member name="M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)">
  4682. <summary>
  4683. <para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
  4684. <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
  4685. </summary>
  4686. <param name="value"> A <see cref="T:System.Web.Services.Description.Service" /> within the collection.</param>
  4687. <param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
  4688. </member>
  4689. <member name="P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)">
  4690. <summary>
  4691. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Service" /> at the specified zero-based
  4692. index.</para>
  4693. </summary>
  4694. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Service" /> to be modified or returned.</param>
  4695. </member>
  4696. <member name="P:System.Web.Services.Description.ServiceCollection.Item(System.String)">
  4697. <summary>
  4698. <para>Gets a <see cref="T:System.Web.Services.Description.Service" /> specified by its <see cref="P:System.Web.Services.Description.Service.Name" />
  4699. property.</para>
  4700. </summary>
  4701. <param name="name"> The name of the <see cref="T:System.Web.Services.Description.Service" /> returned.</param>
  4702. </member>
  4703. <member name="T:System.Web.Services.Description.MessagePartCollection">
  4704. <summary>
  4705. <para> Represents a collection of instances
  4706. of the <see cref="T:System.Web.Services.Description.MessagePart" /> class. This class cannot be inherited.</para>
  4707. </summary>
  4708. </member>
  4709. <member name="M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)">
  4710. <summary>
  4711. <para>Adds the specified <see cref="T:System.Web.Services.Description.MessagePart" /> to the end of the
  4712. <see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
  4713. </summary>
  4714. <param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to add to the collection.</param>
  4715. <returns>
  4716. <para>The zero-based index where the <paramref name="messagePart" /> parameter has
  4717. been added.</para>
  4718. </returns>
  4719. </member>
  4720. <member name="M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)">
  4721. <summary>
  4722. <para>Adds the specified <see cref="T:System.Web.Services.Description.MessagePart" /> to the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> at the specified zero-based index.</para>
  4723. </summary>
  4724. <param name="index">The zero-based index at which to insert the <paramref name="messagePart" /> parameter.</param>
  4725. <param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to add to the collection.</param>
  4726. </member>
  4727. <member name="M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)">
  4728. <summary>
  4729. <para>Searches for the specified <see cref="T:System.Web.Services.Description.MessagePart" /> and returns the zero-based
  4730. index of the first occurrence within the collection.</para>
  4731. </summary>
  4732. <param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to search in the collection.</param>
  4733. <returns>
  4734. <para> A 32-bit signed integer.</para>
  4735. </returns>
  4736. </member>
  4737. <member name="M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)">
  4738. <summary>
  4739. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.MessagePart" /> is
  4740. a member of the <see langword="MessagePartCollection" />.</para>
  4741. </summary>
  4742. <param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to check collection membership.</param>
  4743. <returns>
  4744. <para>
  4745. <see langword="true" /> if the <paramref name="messagePart" /> parameter is a member of the <see cref="T:System.Web.Services.Description.MessagePartCollection" />; otherwise,
  4746. <see langword="false" />.</para>
  4747. </returns>
  4748. </member>
  4749. <member name="M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)">
  4750. <summary>
  4751. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.MessagePart" /> from
  4752. the <see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
  4753. </summary>
  4754. <param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to remove from the collection.</param>
  4755. </member>
  4756. <member name="M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)">
  4757. <summary>
  4758. <para>Copies the entire <see cref="T:System.Web.Services.Description.MessagePartCollection" />
  4759. to a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.MessagePart" />,
  4760. starting at the specified zero-based index of the target array.</para>
  4761. </summary>
  4762. <param name="array">An array of type <see cref="T:System.Web.Services.Description.MessagePart" /> serving as the destination of the copy action.</param>
  4763. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4764. </member>
  4765. <member name="M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)">
  4766. <summary>
  4767. <para>Returns the name of the <see cref="T:System.Web.Services.Description.MessagePart" /> associated with the value
  4768. passed by reference.</para>
  4769. </summary>
  4770. <param name="value">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to return the name.</param>
  4771. <returns>
  4772. <para>The name of the <paramref name="value" /> parameter.</para>
  4773. </returns>
  4774. </member>
  4775. <member name="M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)">
  4776. <summary>
  4777. <para>Sets the parent <see cref="T:System.Web.Services.Description.Message" /> of a member of the
  4778. <see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
  4779. </summary>
  4780. <param name="value"> A <see cref="T:System.Web.Services.Description.MessagePart" /> within the collection.</param>
  4781. <param name="parent"> The <see cref="T:System.Web.Services.Description.Message" /> to set as the parent.</param>
  4782. </member>
  4783. <member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)">
  4784. <summary>
  4785. <para>Gets or sets the value of a
  4786. <see cref="T:System.Web.Services.Description.MessagePart" /> at the specified zero-based
  4787. index.</para>
  4788. </summary>
  4789. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MessagePart" /> whose value is modified or returned.</param>
  4790. </member>
  4791. <member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.String)">
  4792. <summary>
  4793. <para>Gets a <see cref="T:System.Web.Services.Description.MessagePart" /> specified by
  4794. its <see cref="P:System.Web.Services.Description.MessagePart.Name" />
  4795. property.</para>
  4796. </summary>
  4797. <param name="name"> The name of the <see cref="T:System.Web.Services.Description.MessagePart" /> returned.</param>
  4798. </member>
  4799. <member name="T:System.Web.Services.Description.OperationBindingCollection">
  4800. <summary>
  4801. <para> Represents a collection of instances of the
  4802. <see cref="T:System.Web.Services.Description.OperationBinding" /> class.
  4803. This class cannot be inherited.</para>
  4804. </summary>
  4805. </member>
  4806. <member name="M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)">
  4807. <summary>
  4808. <para>Adds the specified
  4809. <see cref="T:System.Web.Services.Description.OperationBinding" /> to the end of the
  4810. <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
  4811. </summary>
  4812. <param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to add to the collection.</param>
  4813. <returns>
  4814. <para> The zero-based index where the <paramref name="bindingOperation" /> parameter has
  4815. been added.</para>
  4816. </returns>
  4817. </member>
  4818. <member name="M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)">
  4819. <summary>
  4820. <para>Adds the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> instance to the <see cref="T:System.Web.Services.Description.OperationBindingCollection" /> at the specified zero-based index.</para>
  4821. </summary>
  4822. <param name="index">The zero-based index at which to insert the <paramref name="bindingOperation" /> parameter.</param>
  4823. <param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to add to the collection.</param>
  4824. </member>
  4825. <member name="M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)">
  4826. <summary>
  4827. <para>Searches for the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> and returns the zero-based
  4828. index of the first occurrence within the collection.</para>
  4829. </summary>
  4830. <param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> for which to search in the collection.</param>
  4831. <returns>
  4832. <para> A 32-bit signed integer.</para>
  4833. </returns>
  4834. </member>
  4835. <member name="M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)">
  4836. <summary>
  4837. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> is
  4838. a member of the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
  4839. </summary>
  4840. <param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> for which to check collection membership.</param>
  4841. <returns>
  4842. <para>
  4843. <see langword="true" /> if
  4844. the <paramref name="bindingOperation" /> parameter is a member of
  4845. the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />; otherwise,
  4846. <see langword="false" />.</para>
  4847. </returns>
  4848. </member>
  4849. <member name="M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)">
  4850. <summary>
  4851. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.OperationBinding" />
  4852. from the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
  4853. </summary>
  4854. <param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to remove from the collection.</param>
  4855. </member>
  4856. <member name="M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)">
  4857. <summary>
  4858. <para>Copies the entire <see langword="OperationBindingCollection" /> to
  4859. a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.OperationBinding" />, starting at the specified
  4860. zero-based index of the target array.</para>
  4861. </summary>
  4862. <param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationBinding" /> serving as the destination for the copy action.</param>
  4863. <param name="index"> The zero-based index at which to start placing the copied collection.</param>
  4864. </member>
  4865. <member name="M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)">
  4866. <summary>
  4867. <para>Sets the parent <see cref="T:System.Web.Services.Description.Binding" /> of a member of the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
  4868. </summary>
  4869. <param name="value"> An <see cref="T:System.Web.Services.Description.OperationBinding" /> within the collection.</param>
  4870. <param name="parent"> The <see cref="T:System.Web.Services.Description.Binding" /> to set as the parent.</param>
  4871. </member>
  4872. <member name="P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)">
  4873. <summary>
  4874. <para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationBinding" /> at the specified zero-based
  4875. index.</para>
  4876. </summary>
  4877. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationBinding" /> whose value is modified or returned.</param>
  4878. </member>
  4879. <member name="T:System.Web.Services.Description.FaultBindingCollection">
  4880. <summary>
  4881. <para> Represents a collection of instances
  4882. of the <see cref="T:System.Web.Services.Description.FaultBinding" /> class. This class cannot be inherited.</para>
  4883. </summary>
  4884. </member>
  4885. <member name="M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)">
  4886. <summary>
  4887. <para>Adds the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> to the end of the
  4888. <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
  4889. </summary>
  4890. <param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to add to the collection.</param>
  4891. <returns>
  4892. <para>The zero-based index where the <paramref name="bindingOperationFault" /> parameter has
  4893. been added.</para>
  4894. </returns>
  4895. </member>
  4896. <member name="M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)">
  4897. <summary>
  4898. <para>Adds the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> to the
  4899. <see langword="FaultBindingCollection" /> at the specified zero-based index.</para>
  4900. </summary>
  4901. <param name="index">The zero-based index at which to insert the <paramref name="bindingOperationFault" />parameter.</param>
  4902. <param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to add to the collection.</param>
  4903. </member>
  4904. <member name="M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)">
  4905. <summary>
  4906. <para>Searches for the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> and returns the zero-based
  4907. index of the first occurrence within the collection.</para>
  4908. </summary>
  4909. <param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to search in the collection.</param>
  4910. <returns>
  4911. <para> A 32-bit signed integer.</para>
  4912. </returns>
  4913. </member>
  4914. <member name="M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)">
  4915. <summary>
  4916. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> is a
  4917. member of the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
  4918. </summary>
  4919. <param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to check collection membership.</param>
  4920. <returns>
  4921. <para>
  4922. <see langword="true" /> if the <paramref name="bindingOperationFault" /> parameter is a member of the
  4923. <see langword="FaultBindingCollection" />; otherwise,
  4924. <see langword="false" />.</para>
  4925. </returns>
  4926. </member>
  4927. <member name="M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)">
  4928. <summary>
  4929. <para>Removes the first occurrence the specified <see cref="T:System.Web.Services.Description.FaultBinding" />
  4930. from the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
  4931. </summary>
  4932. <param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to remove from the collection.</param>
  4933. </member>
  4934. <member name="M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)">
  4935. <summary>
  4936. <para>Copies the entire <see cref="T:System.Web.Services.Description.FaultBindingCollection" /> to a
  4937. compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.FaultBinding" />, starting at the specified
  4938. zero-based index of the target array.</para>
  4939. </summary>
  4940. <param name="array">An array of type <see cref="T:System.Web.Services.Description.FaultBinding" /> serving as the destination for the copy action.</param>
  4941. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  4942. </member>
  4943. <member name="M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)">
  4944. <summary>
  4945. <para>Returns the name of the <see cref="T:System.Web.Services.Description.FaultBinding" /> associated with the value
  4946. passed by reference.</para>
  4947. </summary>
  4948. <param name="value">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to return the name.</param>
  4949. <returns>
  4950. <para>The name of the <paramref name="value" /> parameter.</para>
  4951. </returns>
  4952. </member>
  4953. <member name="M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)">
  4954. <summary>
  4955. <para>Sets the parent <see cref="T:System.Web.Services.Description.OperationBinding" /> of a member of the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
  4956. </summary>
  4957. <param name="value"> A <see cref="T:System.Web.Services.Description.FaultBinding" /> within the collection.</param>
  4958. <param name="parent"> The <see cref="T:System.Web.Services.Description.OperationBinding" /> to set as the parent.</param>
  4959. </member>
  4960. <member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)">
  4961. <summary>
  4962. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.FaultBinding" /> at the specified zero-based
  4963. index.</para>
  4964. </summary>
  4965. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.FaultBinding" /> whose value is modified or returned.</param>
  4966. </member>
  4967. <member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)">
  4968. <summary>
  4969. <para>Gets a <see cref="T:System.Web.Services.Description.FaultBinding" /> specified by its <see cref="P:System.Web.Services.Description.MessageBinding.Name" />
  4970. property.</para>
  4971. </summary>
  4972. <param name="name">The name of the <see cref="T:System.Web.Services.Description.FaultBinding" /> returned.</param>
  4973. </member>
  4974. <member name="T:System.Web.Services.Description.OperationCollection">
  4975. <summary>
  4976. <para> Represents a collection of instances
  4977. of the <see cref="T:System.Web.Services.Description.Operation" /> class. This class cannot be inherited.</para>
  4978. </summary>
  4979. </member>
  4980. <member name="M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)">
  4981. <summary>
  4982. <para>Adds the specified <see cref="T:System.Web.Services.Description.Operation" /> to the end of the
  4983. <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
  4984. </summary>
  4985. <param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to add to the collection.</param>
  4986. <returns>
  4987. <para>The zero-based index where the <paramref name="operation" /> parameter has
  4988. been added.</para>
  4989. </returns>
  4990. </member>
  4991. <member name="M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)">
  4992. <summary>
  4993. <para>Adds the specified <see cref="T:System.Web.Services.Description.Operation" /> to the <see cref="T:System.Web.Services.Description.OperationCollection" /> at the specified zero-based index.</para>
  4994. </summary>
  4995. <param name="index">The zero-based index at which to insert the <paramref name="operation" /> parameter.</param>
  4996. <param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to add to the collection.</param>
  4997. </member>
  4998. <member name="M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)">
  4999. <summary>
  5000. <para>Searches for the specified
  5001. <see cref="T:System.Web.Services.Description.Operation" /> and returns the zero-based
  5002. index of the first occurrence within the collection.</para>
  5003. </summary>
  5004. <param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> for which to search in the collection.</param>
  5005. <returns>
  5006. <para> A 32-bit signed integer.</para>
  5007. </returns>
  5008. </member>
  5009. <member name="M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)">
  5010. <summary>
  5011. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Operation" /> is a
  5012. member of the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
  5013. </summary>
  5014. <param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> for which to check collection membership.</param>
  5015. <returns>
  5016. <para>
  5017. <see langword="true" /> if <paramref name="operation" /> is a member of the
  5018. <see cref="T:System.Web.Services.Description.OperationCollection" />; otherwise,
  5019. <see langword="false" />.</para>
  5020. </returns>
  5021. </member>
  5022. <member name="M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)">
  5023. <summary>
  5024. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Operation" /> from
  5025. the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
  5026. </summary>
  5027. <param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to remove from the collection.</param>
  5028. </member>
  5029. <member name="M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)">
  5030. <summary>
  5031. <para>Copies the entire <see cref="T:System.Web.Services.Description.OperationCollection" /> to a compatible one-dimensional array of type
  5032. <see cref="T:System.Web.Services.Description.Operation" />,
  5033. starting at the specified zero-based index of the target array.</para>
  5034. </summary>
  5035. <param name="array">An array of type <see cref="T:System.Web.Services.Description.Operation" /> serving as the destination for the copy action.</param>
  5036. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  5037. </member>
  5038. <member name="M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)">
  5039. <summary>
  5040. <para>Sets the parent <see cref="T:System.Web.Services.Description.PortType" /> of a member of the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
  5041. </summary>
  5042. <param name="value">An <see cref="T:System.Web.Services.Description.Operation" /> within the <see langword="OperationCollection" />.</param>
  5043. <param name="parent">The <see cref="T:System.Web.Services.Description.PortType" /> to set as the parent.</param>
  5044. </member>
  5045. <member name="P:System.Web.Services.Description.OperationCollection.Item(System.Int32)">
  5046. <summary>
  5047. <para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.Operation" /> at the specified zero-based
  5048. index.</para>
  5049. </summary>
  5050. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Operation" /> whose value is modified or returned.</param>
  5051. </member>
  5052. <member name="T:System.Web.Services.Description.OperationFaultCollection">
  5053. <summary>
  5054. <para> Represents a collection of instances
  5055. of the <see cref="T:System.Web.Services.Description.OperationFault" /> class. This class cannot be inherited.</para>
  5056. </summary>
  5057. </member>
  5058. <member name="M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)">
  5059. <summary>
  5060. <para>Adds the specified
  5061. <see cref="T:System.Web.Services.Description.OperationFault" /> to the end of the
  5062. <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
  5063. </summary>
  5064. <param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to add to the collection.</param>
  5065. <returns>
  5066. <para>The zero-based index where the <paramref name="operationFaultMessage" /> parameter has
  5067. been added.</para>
  5068. </returns>
  5069. </member>
  5070. <member name="M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)">
  5071. <summary>
  5072. <para>Adds the specified <see cref="T:System.Web.Services.Description.OperationFault" /> to the <see cref="T:System.Web.Services.Description.OperationFaultCollection" /> at
  5073. the specified zero-based index.</para>
  5074. </summary>
  5075. <param name="index">The zero-based index at which to insert the <paramref name="operationFaultMessage" /> parameter.</param>
  5076. <param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to add to the collection.</param>
  5077. </member>
  5078. <member name="M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)">
  5079. <summary>
  5080. <para>Searches for the specified <see cref="T:System.Web.Services.Description.OperationFault" /> and returns the zero-based
  5081. index of the first occurrence within the collection.</para>
  5082. </summary>
  5083. <param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to search in the collection.</param>
  5084. <returns>
  5085. <para> A 32-bit signed integer.</para>
  5086. </returns>
  5087. </member>
  5088. <member name="M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)">
  5089. <summary>
  5090. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationFault" /> is a
  5091. member of the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
  5092. </summary>
  5093. <param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to check collection membership.</param>
  5094. <returns>
  5095. <para>
  5096. <see langword="true" /> if the <paramref name="operationFaultMessage" /> parameter is a member of the
  5097. <see cref="T:System.Web.Services.Description.OperationFaultCollection" />; otherwise,
  5098. <see langword="false" />.</para>
  5099. </returns>
  5100. </member>
  5101. <member name="M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)">
  5102. <summary>
  5103. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.OperationFault" /> from
  5104. the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
  5105. </summary>
  5106. <param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to remove from the collection.</param>
  5107. </member>
  5108. <member name="M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)">
  5109. <summary>
  5110. <para>Copies the entire
  5111. <see cref="T:System.Web.Services.Description.OperationFaultCollection" /> to a compatible one-dimensional array of type
  5112. <see cref="T:System.Web.Services.Description.OperationFault" />, starting at the specified zero-based index of the target array.</para>
  5113. </summary>
  5114. <param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationFault" /> serving as the destination of the copy action.</param>
  5115. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  5116. </member>
  5117. <member name="M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)">
  5118. <summary>
  5119. <para>Returns the name of the <see cref="T:System.Web.Services.Description.OperationFault" /> associated with the value
  5120. passed by reference.</para>
  5121. </summary>
  5122. <param name="value">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to return the name.</param>
  5123. <returns>
  5124. <para>The name of the <paramref name="value" /> parameter.</para>
  5125. </returns>
  5126. </member>
  5127. <member name="M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)">
  5128. <summary>
  5129. <para>Sets the parent <see cref="T:System.Web.Services.Description.Operation" /> of a member of the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
  5130. </summary>
  5131. <param name="value">An <see cref="T:System.Web.Services.Description.OperationFault" /> within the collection.</param>
  5132. <param name="parent">The <see cref="T:System.Web.Services.Description.Operation" /> to set as the parent.</param>
  5133. </member>
  5134. <member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)">
  5135. <summary>
  5136. <para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationFault" /> at the
  5137. specified zero-based index.</para>
  5138. </summary>
  5139. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationFault" /> whose value is modified or returned.</param>
  5140. </member>
  5141. <member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)">
  5142. <summary>
  5143. <para>Gets an <see cref="T:System.Web.Services.Description.OperationFault" /> by its <see cref="P:System.Web.Services.Description.OperationMessage.Name" />
  5144. property.</para>
  5145. </summary>
  5146. <param name="name">The name of the <see cref="T:System.Web.Services.Description.OperationFault" /> returned.</param>
  5147. </member>
  5148. <member name="T:System.Web.Services.Description.ServiceDescriptionImportWarnings">
  5149. <summary>
  5150. <para>Specifies the type of warnings produced by <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" />.</para>
  5151. </summary>
  5152. </member>
  5153. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.NoCodeGenerated">
  5154. <summary>
  5155. <para>Specifies that no proxy class was generated by the <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" /> method.</para>
  5156. </summary>
  5157. </member>
  5158. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.OptionalExtensionsIgnored">
  5159. <summary>
  5160. <para>Specifies that at least one optional <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported has been ignored.</para>
  5161. </summary>
  5162. </member>
  5163. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.RequiredExtensionsIgnored">
  5164. <summary>
  5165. <para>Specifies that at least one necessary <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported has been ignored.</para>
  5166. </summary>
  5167. </member>
  5168. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedOperationsIgnored">
  5169. <summary>
  5170. <para>Specifies that at least one <see cref="T:System.Web.Services.Description.Operation" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported is
  5171. of an unsupported type and has been ignored.</para>
  5172. </summary>
  5173. </member>
  5174. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedBindingsIgnored">
  5175. <summary>
  5176. <para>Specifies that at least one <see cref="T:System.Web.Services.Description.Binding" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported is of an unsupported type and has been ignored.</para>
  5177. </summary>
  5178. </member>
  5179. <member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.NoMethodsGenerated">
  5180. <summary>
  5181. <para>Specifies that the proxy class generated by the <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" /> method
  5182. includes no methods.</para>
  5183. </summary>
  5184. </member>
  5185. <member name="T:System.Web.Services.Description.ServiceDescriptionImportStyle">
  5186. <summary>
  5187. <para>Specifies whether the Import is made to the server or to the client computer.</para>
  5188. </summary>
  5189. </member>
  5190. <member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Client">
  5191. <summary>
  5192. <para>Specifies that the Import should be made to the client computer.</para>
  5193. </summary>
  5194. </member>
  5195. <member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Server">
  5196. <summary>
  5197. <para>Specifies that the Import should be made to the server.</para>
  5198. </summary>
  5199. </member>
  5200. <member name="T:System.Web.Services.Description.ServiceDescriptionImporter">
  5201. <summary>
  5202. <para> Exposes a means of generating
  5203. client proxy classes for XML Web services.</para>
  5204. </summary>
  5205. </member>
  5206. <member name="M:System.Web.Services.Description.ServiceDescriptionImporter.#ctor">
  5207. <summary>
  5208. <para>Initializes a new instance of the
  5209. <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> class.
  5210. </para>
  5211. </summary>
  5212. </member>
  5213. <member name="M:System.Web.Services.Description.ServiceDescriptionImporter.AddServiceDescription(System.Web.Services.Description.ServiceDescription,System.String,System.String)">
  5214. <summary>
  5215. <para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the
  5216. <see cref="P:System.Web.Services.Description.ServiceDescriptionImporter.ServiceDescriptions" />
  5217. collection. It also sets the
  5218. <see cref="P:System.Web.Services.Description.ServiceDescription.AppSettingUrlKey" /> and <see cref="P:System.Web.Services.Description.ServiceDescription.AppSettingBaseUrl" />
  5219. properties of the
  5220. <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be added.</para>
  5221. </summary>
  5222. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> instance to add to the collection</param>
  5223. <param name="appSettingUrlKey">Sets the initial value of the <see langword="Url" /> property of the proxy class to be generated from the instance represented by the <paramref name="serviceDescription" /> parameter. Specifies that it should be generated from the web.config file's <see langword="&lt;appsetting&gt;" /> section.</param>
  5224. <param name="appSettingBaseUrl">Sets the initial value of the <see langword="Url" /> property of the proxy class to be generated from the instance represented by the <paramref name="serviceDescription" /> parameter. Specifies that it should be constructed from a combination of the value of this parameter and the URL specified by the <see langword="location" /> attribute in the WSDL document.</param>
  5225. </member>
  5226. <member name="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)">
  5227. <summary>
  5228. <para> Imports a <see cref="T:System.Web.Services.Description.ServiceDescription" />
  5229. from the specified namespace,
  5230. and generates code for client proxy classes.</para>
  5231. </summary>
  5232. <param name=" codeNamespace">A <see cref="T:System.CodeDom.CodeNamespace" /> that determines the namespace of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported.</param>
  5233. <param name=" codeCompileUnit">A <see cref="T:System.CodeDom.CodeCompileUnit" /> that will add references to the appropriate assemblies.</param>
  5234. <returns>
  5235. <para>One of the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> values.</para>
  5236. </returns>
  5237. </member>
  5238. <member name="P:System.Web.Services.Description.ServiceDescriptionImporter.ServiceDescriptions">
  5239. <summary>
  5240. <para>Gets the
  5241. <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> being imported by the
  5242. <see langword="ServiceDescriptionImporter" />.</para>
  5243. </summary>
  5244. </member>
  5245. <member name="P:System.Web.Services.Description.ServiceDescriptionImporter.Schemas">
  5246. <summary>
  5247. <para>Gets the <see cref="T:System.Xml.Serialization.XmlSchemas" /> collection contained in the XML Web
  5248. service to be imported. This property is read-only.</para>
  5249. </summary>
  5250. </member>
  5251. <member name="P:System.Web.Services.Description.ServiceDescriptionImporter.Style">
  5252. <summary>
  5253. <para>Gets or sets the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportStyle" />
  5254. associated with the <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" />
  5255. instance.</para>
  5256. </summary>
  5257. </member>
  5258. <member name="P:System.Web.Services.Description.ServiceDescriptionImporter.ProtocolName">
  5259. <summary>
  5260. <para>Gets or sets the name of the protocol to be imported.</para>
  5261. </summary>
  5262. </member>
  5263. <member name="T:System.Web.Services.Description.ServiceDescriptionReflector">
  5264. <summary>
  5265. <para>Provides a managed way of dynamically viewing,
  5266. creating or invoking types supported by an XML Web service.</para>
  5267. </summary>
  5268. </member>
  5269. <member name="M:System.Web.Services.Description.ServiceDescriptionReflector.#ctor">
  5270. <summary>
  5271. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionReflector" /> class.</para>
  5272. </summary>
  5273. </member>
  5274. <member name="M:System.Web.Services.Description.ServiceDescriptionReflector.Reflect(System.Type,System.String)">
  5275. <summary>
  5276. <para>Creates a <see cref="T:System.Web.Services.Description.ServiceDescription" /> including the
  5277. specified <see cref="T:System.Type" /> for the XML Web service at the specified URL.</para>
  5278. </summary>
  5279. <param name="type">The <see cref="T:System.Type" /> of the class or interface to reflect.</param>
  5280. <param name="url">The address (URL) of the Web Service.</param>
  5281. </member>
  5282. <member name="P:System.Web.Services.Description.ServiceDescriptionReflector.ServiceDescriptions">
  5283. <summary>
  5284. <para>Gets a reference to the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" />
  5285. associated with the XML Web service.</para>
  5286. </summary>
  5287. </member>
  5288. <member name="P:System.Web.Services.Description.ServiceDescriptionReflector.Schemas">
  5289. <summary>
  5290. <para>Gets a reference to the <see cref="T:System.Xml.Serialization.XmlSchemas" /> associated with the XML Web service.</para>
  5291. </summary>
  5292. </member>
  5293. <member name="T:System.Web.Services.Description.ServiceDescriptionCollection">
  5294. <summary>
  5295. <para> Represents a collection of instances
  5296. of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class. This class cannot be inherited.</para>
  5297. </summary>
  5298. </member>
  5299. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor">
  5300. <summary>
  5301. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> class.</para>
  5302. </summary>
  5303. </member>
  5304. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)">
  5305. <summary>
  5306. <para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the end of the
  5307. <see langword="ServiceDescriptionCollection" />.</para>
  5308. </summary>
  5309. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to add to the collection.</param>
  5310. <returns>
  5311. <para> The zero-based index where the
  5312. <paramref name="serviceDescription" /> parameter has been added.</para>
  5313. </returns>
  5314. </member>
  5315. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)">
  5316. <summary>
  5317. <para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" />
  5318. instance to the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> at
  5319. the specified zero-based index.</para>
  5320. </summary>
  5321. <param name=" index">The zero-based index at which to insert the <paramref name="serviceDescription" /> parameter.</param>
  5322. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to add to the collection.</param>
  5323. </member>
  5324. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)">
  5325. <summary>
  5326. Searches for the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> and
  5327. returns the zero-based index of the first occurrence within the collection.
  5328. </summary>
  5329. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to search in the collection.</param>
  5330. <returns>
  5331. <para> A 32-bit signed integer.</para>
  5332. </returns>
  5333. </member>
  5334. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)">
  5335. <summary>
  5336. <para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> is a member of
  5337. the collection.</para>
  5338. </summary>
  5339. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to check collection membership.</param>
  5340. <returns>
  5341. <para>
  5342. <see langword="true" /> if the
  5343. <paramref name="serviceDescription" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" />; otherwise
  5344. <see langword="false" />.</para>
  5345. </returns>
  5346. </member>
  5347. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)">
  5348. <summary>
  5349. <para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.ServiceDescription" />
  5350. from the collection.</para>
  5351. </summary>
  5352. <param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to remove from the collection.</param>
  5353. </member>
  5354. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)">
  5355. <summary>
  5356. <para>Copies the entire <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> to a one-dimensional
  5357. array of type <see cref="T:System.Web.Services.Description.ServiceDescription" />, starting at the specified
  5358. zero-based index of the target array.</para>
  5359. </summary>
  5360. <param name="array">An array of type <see cref="T:System.Web.Services.Description.ServiceDescription" /> serving as the destination of the copy action.</param>
  5361. <param name="index">The zero-based index at which to start placing the copied collection.</param>
  5362. </member>
  5363. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)">
  5364. <summary>
  5365. <para>Returns the <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" /> property of the
  5366. <see cref="T:System.Web.Services.Description.ServiceDescription" /> associated with the value passed by reference.</para>
  5367. </summary>
  5368. <param name="value">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to return the <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" />.</param>
  5369. <returns>
  5370. <para>The <see langword="TargetNamespace" /> of the
  5371. <see langword="ServiceDescription" />
  5372. passed by reference.</para>
  5373. </returns>
  5374. </member>
  5375. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(System.Xml.XmlQualifiedName)">
  5376. <summary>
  5377. <para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
  5378. returns the <see cref="T:System.Web.Services.Description.Message" />
  5379. with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
  5380. collection.</para>
  5381. </summary>
  5382. <param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Message" /> returned.</param>
  5383. <returns>
  5384. <para>A <see cref="T:System.Web.Services.Description.Message" />.</para>
  5385. </returns>
  5386. </member>
  5387. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(System.Xml.XmlQualifiedName)">
  5388. <summary>
  5389. <para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
  5390. returns the <see cref="T:System.Web.Services.Description.PortType" />
  5391. with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
  5392. collection.</para>
  5393. </summary>
  5394. <param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.PortType" /> returned.</param>
  5395. <returns>
  5396. <para>A <see cref="T:System.Web.Services.Description.PortType" />.</para>
  5397. </returns>
  5398. </member>
  5399. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(System.Xml.XmlQualifiedName)">
  5400. <summary>
  5401. <para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
  5402. returns the <see cref="T:System.Web.Services.Description.Service" />
  5403. with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
  5404. collection.</para>
  5405. </summary>
  5406. <param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Service" /> returned.</param>
  5407. <returns>
  5408. <para>A <see cref="T:System.Web.Services.Description.Service" />.</para>
  5409. </returns>
  5410. </member>
  5411. <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(System.Xml.XmlQualifiedName)">
  5412. <summary>
  5413. <para>Searches the <see langword="ServiceDescriptionCollection" /> and
  5414. returns the <see cref="T:System.Web.Services.Description.Binding" />
  5415. with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
  5416. collection.</para>
  5417. </summary>
  5418. <param name="name">An <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Binding" /> returned.</param>
  5419. <returns>
  5420. <para>A <see cref="T:System.Web.Services.Description.Binding" />.</para>
  5421. </returns>
  5422. </member>
  5423. <member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)">
  5424. <summary>
  5425. <para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.ServiceDescription" /> at the specified zero-based
  5426. index.</para>
  5427. </summary>
  5428. <param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> whose value is modified or returned.</param>
  5429. </member>
  5430. <member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)">
  5431. <summary>
  5432. <para>Gets a <see cref="T:System.Web.Services.Description.ServiceDescription" /> specified by its <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" /> property.</para>
  5433. </summary>
  5434. <param name="ns">The namespace of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> returned.</param>
  5435. </member>
  5436. <member name="T:System.Web.Services.Description.SoapBinding">
  5437. <summary>
  5438. <para>Represents an extension added to a <see cref="T:System.Web.Services.Description.Binding" /> within an
  5439. XML Web service. This class cannot be inherited.</para>
  5440. </summary>
  5441. </member>
  5442. <member name="F:System.Web.Services.Description.SoapBinding.Namespace">
  5443. <summary>
  5444. <para> Gets the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.SoapBinding" />
  5445. class. This field is constant.</para>
  5446. </summary>
  5447. </member>
  5448. <member name="F:System.Web.Services.Description.SoapBinding.HttpTransport">
  5449. <summary>
  5450. <para> Gets the URI for
  5451. the standard protocol specifying HTTP
  5452. transmission of SOAP data. This field is constant.</para>
  5453. </summary>
  5454. </member>
  5455. <member name="P:System.Web.Services.Description.SoapBinding.Transport">
  5456. <summary>
  5457. <para> Gets or sets the URI with the specification for HTTP
  5458. transmission of SOAP data.</para>
  5459. </summary>
  5460. </member>
  5461. <member name="P:System.Web.Services.Description.SoapBinding.Style">
  5462. <summary>
  5463. <para>Specifies the type of SOAP binding used by the
  5464. current <see cref="T:System.Web.Services.Description.SoapBinding" />.</para>
  5465. </summary>
  5466. </member>
  5467. <member name="T:System.Web.Services.Description.SoapBindingStyle">
  5468. <summary>
  5469. <para>Specifies the type of action that occurs in the XML Web service at the level of the
  5470. class hierarchy to which this enumeration is applied.</para>
  5471. </summary>
  5472. </member>
  5473. <member name="F:System.Web.Services.Description.SoapBindingStyle.Default">
  5474. <summary>
  5475. <para> The default type of action for the current hierarchical level of the Web Services Description Language (WSDL) file.</para>
  5476. </summary>
  5477. </member>
  5478. <member name="F:System.Web.Services.Description.SoapBindingStyle.Document">
  5479. <summary>
  5480. <para> The message being transmitted is document-oriented.</para>
  5481. </summary>
  5482. </member>
  5483. <member name="F:System.Web.Services.Description.SoapBindingStyle.Rpc">
  5484. <summary>
  5485. <para>The message being transmitted contains the parameters to call a procedure or the return
  5486. values from that procedure. RPC is an acronym for "remote procedure call."</para>
  5487. </summary>
  5488. </member>
  5489. <member name="T:System.Web.Services.Description.SoapOperationBinding">
  5490. <summary>
  5491. <para>Represents an extension added to an <see cref="T:System.Web.Services.Description.OperationBinding" /> within an XML Web service. This class
  5492. cannot be inherited.</para>
  5493. </summary>
  5494. </member>
  5495. <member name="P:System.Web.Services.Description.SoapOperationBinding.SoapAction">
  5496. <summary>
  5497. <para> Gets or sets the URI for the SOAP header.</para>
  5498. </summary>
  5499. </member>
  5500. <member name="P:System.Web.Services.Description.SoapOperationBinding.Style">
  5501. <summary>
  5502. <para>Gets or sets the type of SOAP binding used by the
  5503. <see cref="T:System.Web.Services.Description.SoapOperationBinding" />.</para>
  5504. </summary>
  5505. </member>
  5506. <member name="T:System.Web.Services.Description.SoapBodyBinding">
  5507. <summary>
  5508. <para>Represents an extensibility element added to an
  5509. <see cref="T:System.Web.Services.Description.InputBinding" /> or an
  5510. <see cref="T:System.Web.Services.Description.OutputBinding" />. This class cannot be inherited.</para>
  5511. </summary>
  5512. </member>
  5513. <member name="P:System.Web.Services.Description.SoapBodyBinding.Use">
  5514. <summary>
  5515. <para> Indicates whether the message parts are encoded using
  5516. specified encoding rules, or define the concrete schema of the message.</para>
  5517. </summary>
  5518. </member>
  5519. <member name="P:System.Web.Services.Description.SoapBodyBinding.Namespace">
  5520. <summary>
  5521. <para>Get or sets the URI representing the location of the specifications for encoding of content not
  5522. specifically defined by the <see cref="P:System.Web.Services.Description.SoapBodyBinding.Encoding" />
  5523. property.</para>
  5524. </summary>
  5525. </member>
  5526. <member name="P:System.Web.Services.Description.SoapBodyBinding.Encoding">
  5527. <summary>
  5528. <para>Gets or sets a string containing a list of space-delimited URIs. The
  5529. URIs represent the encoding style (or styles) to be used to encode messages within the SOAP body.</para>
  5530. </summary>
  5531. </member>
  5532. <member name="P:System.Web.Services.Description.SoapBodyBinding.PartsString">
  5533. <summary>
  5534. <para>Gets or sets a value indicating which parts of the transmitted message appear within the SOAP
  5535. body portion of the transmission.</para>
  5536. </summary>
  5537. </member>
  5538. <member name="P:System.Web.Services.Description.SoapBodyBinding.Parts">
  5539. <summary>
  5540. <para>Gets or sets a value indicating which parts of the transmitted message appear within the SOAP
  5541. body portion of the transmission.</para>
  5542. </summary>
  5543. </member>
  5544. <member name="T:System.Web.Services.Description.SoapBindingUse">
  5545. <summary>
  5546. <para> Specifies whether the
  5547. message parts are encoded as abstract type definitions or concrete schema definitions.</para>
  5548. </summary>
  5549. </member>
  5550. <member name="F:System.Web.Services.Description.SoapBindingUse.Default">
  5551. <summary>
  5552. <para>Specifies an empty string ("") value for the
  5553. corresponding XML <see langword="use " />
  5554. attribute.</para>
  5555. </summary>
  5556. </member>
  5557. <member name="F:System.Web.Services.Description.SoapBindingUse.Encoded">
  5558. <summary>
  5559. <para> The message parts are encoded using given encoding rules.</para>
  5560. </summary>
  5561. </member>
  5562. <member name="F:System.Web.Services.Description.SoapBindingUse.Literal">
  5563. <summary>
  5564. <para> The message parts represent a concrete schema.</para>
  5565. </summary>
  5566. </member>
  5567. <member name="T:System.Web.Services.Description.SoapFaultBinding">
  5568. <summary>
  5569. <para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.FaultBinding" />
  5570. within an XML Web
  5571. service. This class cannot be inherited.</para>
  5572. </summary>
  5573. </member>
  5574. <member name="P:System.Web.Services.Description.SoapFaultBinding.Use">
  5575. <summary>
  5576. <para> Specifies whether the fault message is encoded
  5577. using rules specified by the <see cref="P:System.Web.Services.Description.SoapFaultBinding.Encoding" />
  5578. property, or is encapsulated
  5579. within a concrete XML schema.</para>
  5580. </summary>
  5581. </member>
  5582. <member name="P:System.Web.Services.Description.SoapFaultBinding.Namespace">
  5583. <summary>
  5584. <para> Get or sets the URI representing
  5585. the location of the specification for encoding of content not
  5586. specifically defined by the <see cref="P:System.Web.Services.Description.SoapFaultBinding.Encoding" />
  5587. property.</para>
  5588. </summary>
  5589. </member>
  5590. <member name="P:System.Web.Services.Description.SoapFaultBinding.Encoding">
  5591. <summary>
  5592. <para> Gets or sets a URI representing the encoding style used to encode the SOAP fault message.</para>
  5593. </summary>
  5594. </member>
  5595. <member name="T:System.Web.Services.Description.SoapHeaderBinding">
  5596. <summary>
  5597. <para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />
  5598. within an XML Web service. This class cannot be inherited.</para>
  5599. </summary>
  5600. </member>
  5601. <member name="P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty">
  5602. <summary>
  5603. <para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> instance is mapped to a specific
  5604. property in generated proxy classes.</para>
  5605. </summary>
  5606. </member>
  5607. <member name="P:System.Web.Services.Description.SoapHeaderBinding.Message">
  5608. <summary>
  5609. <para>Gets or sets a value specifying the name of
  5610. the <see cref="T:System.Web.Services.Description.Message" />
  5611. within the XML Web service to which the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> applies.</para>
  5612. </summary>
  5613. </member>
  5614. <member name="P:System.Web.Services.Description.SoapHeaderBinding.Part">
  5615. <summary>
  5616. <para>Gets or sets a value indicating to which
  5617. <see cref="T:System.Web.Services.Description.MessagePart" />
  5618. within the XML Web service the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> applies.</para>
  5619. </summary>
  5620. </member>
  5621. <member name="P:System.Web.Services.Description.SoapHeaderBinding.Use">
  5622. <summary>
  5623. <para> Specifies whether the header is
  5624. encoded using rules specified by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" /> property,
  5625. or is encapsulated within
  5626. a concrete XML schema.</para>
  5627. </summary>
  5628. </member>
  5629. <member name="P:System.Web.Services.Description.SoapHeaderBinding.Encoding">
  5630. <summary>
  5631. <para> Gets or sets a URI representing the encoding style used to encode the SOAP header.</para>
  5632. </summary>
  5633. </member>
  5634. <member name="P:System.Web.Services.Description.SoapHeaderBinding.Namespace">
  5635. <summary>
  5636. <para>Get or sets the URI representing the location of the specification for encoding of content not
  5637. specifically defined by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" />
  5638. property.</para>
  5639. </summary>
  5640. </member>
  5641. <member name="T:System.Web.Services.Description.SoapHeaderFaultBinding">
  5642. <summary>
  5643. <para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />
  5644. within an XML Web service. It specifies
  5645. the SOAP header types used to transmit error information within the SOAP
  5646. header. This class cannot be inherited.</para>
  5647. </summary>
  5648. </member>
  5649. <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Message">
  5650. <summary>
  5651. <para>Gets or sets a value specifying the name of
  5652. the <see cref="T:System.Web.Services.Description.Message" />
  5653. within
  5654. the XML Web service to which the <see cref="T:System.Web.Services.Description.SoapHeaderFaultBinding" /> applies.</para>
  5655. </summary>
  5656. </member>
  5657. <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Part">
  5658. <summary>
  5659. <para>Gets or sets a value indicating which
  5660. <see cref="T:System.Web.Services.Description.MessagePart" /> within the XML Web service the
  5661. <see cref="T:System.Web.Services.Description.SoapHeaderFaultBinding" /> applies to.</para>
  5662. </summary>
  5663. </member>
  5664. <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Use">
  5665. <summary>
  5666. <para> Specifies whether the header is encoded
  5667. using rules specified by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" />
  5668. property, or is encapsulated
  5669. within a concrete schema.</para>
  5670. </summary>
  5671. </member>
  5672. <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding">
  5673. <summary>
  5674. <para> Gets or sets a URI representing the encoding style used to encode the error
  5675. message for the SOAP header.</para>
  5676. </summary>
  5677. </member>
  5678. <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace">
  5679. <summary>
  5680. <para>Get or sets a URI representing the location of the specifications for encoding content not
  5681. specifically defined by the <see cref="P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding" />
  5682. property.</para>
  5683. </summary>
  5684. </member>
  5685. <member name="T:System.Web.Services.Description.SoapAddressBinding">
  5686. <summary>
  5687. <para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Port" /> within an XML Web service. This class cannot be inherited.</para>
  5688. </summary>
  5689. </member>
  5690. <member name="P:System.Web.Services.Description.SoapAddressBinding.Location">
  5691. <summary>
  5692. <para>Gets or sets a value representing the URI for the
  5693. <see cref="T:System.Web.Services.Description.Port" /> to
  5694. which the <see cref="T:System.Web.Services.Description.SoapAddressBinding" /> applies.</para>
  5695. </summary>
  5696. </member>
  5697. <member name="T:System.Web.Services.Description.SoapTransportImporter">
  5698. <summary>
  5699. <para>Serves as a base class for derived classes that import SOAP transmission protocols into XML Web services.</para>
  5700. </summary>
  5701. </member>
  5702. <member name="M:System.Web.Services.Description.SoapTransportImporter.IsSupportedTransport(System.String)">
  5703. <summary>
  5704. <para>When overridden in a derived class, this method
  5705. determines whether the specified transport protocol is supported
  5706. by the XML Web service.</para>
  5707. </summary>
  5708. <param name="transport">A URI representing the transport protocol to be checked.</param>
  5709. <returns>
  5710. <para>
  5711. <see langword="true" /> if the transport protocol is supported; otherwise,
  5712. <see langword="false" />.</para>
  5713. </returns>
  5714. </member>
  5715. <member name="M:System.Web.Services.Description.SoapTransportImporter.ImportClass">
  5716. <summary>
  5717. <para>When overridden in a derived class, this method uses
  5718. information contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" /> object model (available through the <see cref="P:System.Web.Services.Description.SoapTransportImporter.ImportContext" /> property)
  5719. to add transport-specific code to the class being generated.</para>
  5720. </summary>
  5721. </member>
  5722. <member name="P:System.Web.Services.Description.SoapTransportImporter.ImportContext">
  5723. <summary>
  5724. <para>Gets or sets a reference to the <see cref="T:System.Web.Services.Description.SoapProtocolImporter" />
  5725. performing the import action.</para>
  5726. </summary>
  5727. </member>
  5728. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ServerProtocolFactories">
  5729. </member>
  5730. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ReturnWriterTypes">
  5731. </member>
  5732. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ParameterReaderTypes">
  5733. </member>
  5734. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ProtocolReflectorTypes">
  5735. </member>
  5736. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.MimeReflectorTypes">
  5737. </member>
  5738. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ProtocolImporterTypes">
  5739. </member>
  5740. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.MimeImporterTypes">
  5741. </member>
  5742. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionTypes">
  5743. </member>
  5744. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionImporterTypes">
  5745. </member>
  5746. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionReflectorTypes">
  5747. </member>
  5748. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.DiscoveryReferenceTypes">
  5749. </member>
  5750. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.DiscoveryDocumentSerializer">
  5751. </member>
  5752. <member name="P:System.Web.Services.Configuration.WebServicesConfiguration.Current">
  5753. </member>
  5754. <member name="M:System.Web.Services.Configuration.WebServicesConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  5755. </member>
  5756. <member name="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute">
  5757. <summary>
  5758. <para>Specifes that a service description format extension runs at one or more
  5759. extension points. This class cannot be inherited.</para>
  5760. </summary>
  5761. </member>
  5762. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor">
  5763. <summary>
  5764. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" /> class.</para>
  5765. </summary>
  5766. </member>
  5767. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)">
  5768. <summary>
  5769. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
  5770. class specifying the XML element and namespace to add when running at the
  5771. specified extension point.</para>
  5772. </summary>
  5773. <param name="elementName">
  5774. <para>The XML element added to the service description by the service description format extension.</para>
  5775. </param>
  5776. <param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
  5777. <param name=" extensionPoint1">The extension point at which to run the service description format extension.</param>
  5778. </member>
  5779. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)">
  5780. <summary>
  5781. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
  5782. class specifying the XML element and namespace to add when running at the
  5783. specified extension points.</para>
  5784. </summary>
  5785. <param name="elementName">
  5786. <para>The XML element added to the service description by the service description format extension.</para>
  5787. </param>
  5788. <param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
  5789. <param name=" extensionPoint1">
  5790. <para>An extension point at which to run the service description format extension.</para>
  5791. </param>
  5792. <param name=" extensionPoint2">
  5793. <para>An extension point at which to run the service description format extension.</para>
  5794. </param>
  5795. </member>
  5796. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)">
  5797. <summary>
  5798. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
  5799. class specifying the XML element and namespace to add when running at the
  5800. specified extension points.</para>
  5801. </summary>
  5802. <param name="elementName">
  5803. <para>The XML element added to the service description by the service description format extension.</para>
  5804. </param>
  5805. <param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
  5806. <param name=" extensionPoint1">An extension point at which to run the service description format extension.</param>
  5807. <param name=" extensionPoint2">An extension point at which to run the service description format extension.</param>
  5808. <param name=" extensionPoint3">An extension point at which to run the service description format extension.</param>
  5809. </member>
  5810. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)">
  5811. <summary>
  5812. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
  5813. class specifying the XML element and namespace to add when running at the
  5814. specified extension point.</para>
  5815. </summary>
  5816. <param name="elementName">
  5817. <para>The XML element added to the service description by the service description format extension.</para>
  5818. </param>
  5819. <param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
  5820. <param name=" extensionPoint1">An extension point at which to run the service description format extension.</param>
  5821. <param name=" extensionPoint2">An extension point at which to run the service description format extension.</param>
  5822. <param name=" extensionPoint3">An extension point at which to run the service description format extension.</param>
  5823. <param name=" extensionPoint4">An extension point at which to run the service description format extension.</param>
  5824. </member>
  5825. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])">
  5826. <summary>
  5827. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
  5828. class specifying the XML element and namespace to add when running at the
  5829. specified extension point.</para>
  5830. </summary>
  5831. <param name="elementName">
  5832. <para>The XML element added to the service description by the service description format extension.</para>
  5833. </param>
  5834. <param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
  5835. <param name=" extensionPoints">An array of extension points at which to run the service description format extension.</param>
  5836. </member>
  5837. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints">
  5838. <summary>
  5839. <para>The stages at which the service description format
  5840. extension is to run.</para>
  5841. </summary>
  5842. </member>
  5843. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace">
  5844. <summary>
  5845. <para>Gets or sets the XML namespace for the XML element added to the service description by the
  5846. service description format extension.</para>
  5847. </summary>
  5848. </member>
  5849. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName">
  5850. <summary>
  5851. <para> Gets or sets the XML element added to the service description by the
  5852. service description format extension.</para>
  5853. </summary>
  5854. </member>
  5855. <member name="T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute">
  5856. <summary>
  5857. <para>Specifies the XML namespace and XML namespace prefix to use for a service description
  5858. format extension within a service description. This class cannot be inherited.</para>
  5859. </summary>
  5860. </member>
  5861. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)">
  5862. <summary>
  5863. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute" /> class.</para>
  5864. </summary>
  5865. <param name="memberName">The member of the class implementing the service description format extension that can have a service description format extension associated with it.</param>
  5866. </member>
  5867. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName">
  5868. <summary>
  5869. <para> Specifies that the member of the class implementing the service description format extension can have
  5870. a service description format extension
  5871. associated with it.</para>
  5872. </summary>
  5873. </member>
  5874. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements">
  5875. <summary>
  5876. <para>Gets or sets a value indicating whether the member of the class implementing the service description
  5877. format extension specified in the <see cref="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName" /> property can accept raw XML
  5878. elements. </para>
  5879. </summary>
  5880. </member>
  5881. <member name="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute">
  5882. <summary>
  5883. <para>Specifies the XML namespace and XML namespace prefix to use for a service description
  5884. format extension within a service description. This class cannot be inherited. </para>
  5885. </summary>
  5886. </member>
  5887. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor">
  5888. <summary>
  5889. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute" /> class.</para>
  5890. </summary>
  5891. </member>
  5892. <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)">
  5893. <summary>
  5894. <para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute" />
  5895. class, setting the XML namespace and XML namespace prefix for a
  5896. service description format extension.</para>
  5897. </summary>
  5898. <param name="prefix">The XML namespace prefix associated with a service description format extension.</param>
  5899. <param name=" ns">The XML namespace associated with a service description format extension.</param>
  5900. </member>
  5901. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix">
  5902. <summary>
  5903. <para>Gets or sets the XML namespace prefix associated with a
  5904. service description format extension.</para>
  5905. </summary>
  5906. </member>
  5907. <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace">
  5908. <summary>
  5909. <para> Gets or sets the XML namespace associated with a
  5910. service description format extension.</para>
  5911. </summary>
  5912. </member>
  5913. </members>
  5914. </doc>