Files
linux-packaging-mono/mcs/class/System.Web.Services/Documentation/System.Web.Services.xml
Pat Tullmann 0cb742dafb binfmt-detector-cli: rewrite to support PE32+ binaries (#38)
Rewrite with hard-coded offsets into the PE file format to discern
if a binary is PE32 or PE32+, and then to determine if it contains
a "CLR Data Directory" entry that looks valid.

Tested with PE32 and PE32+ compiled Mono binaries, PE32 and PE32+ native
binaries, and a random assortment of garbage files.

Former-commit-id: 9e7ac86ec84f653a2f79b87183efd5b0ebda001b
2023-10-16 20:16:47 +02:00

2892 lines
304 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<masterdoc assembly="System.Web.Services">
<class name="WebMethodAttribute" namespace="System.Web.Services">
<constructor name="WebMethodAttribute" argnames="" />
<constructor name="WebMethodAttribute(System.Boolean)" argnames="enableSession" />
<constructor name="WebMethodAttribute(System.Boolean, System.EnterpriseServices.TransactionOption)" argnames="enableSession, transactionOption" />
<constructor name="WebMethodAttribute(System.Boolean, System.EnterpriseServices.TransactionOption, System.Int32)" argnames="enableSession, transactionOption, cacheDuration" />
<constructor name="WebMethodAttribute(System.Boolean, System.EnterpriseServices.TransactionOption, System.Int32, System.Boolean)" argnames="enableSession, transactionOption, cacheDuration, bufferResponse" />
<property name="Description" propertytype="System.String" />
<property name="EnableSession" propertytype="System.Boolean" />
<property name="CacheDuration" propertytype="System.Int32" />
<property name="BufferResponse" propertytype="System.Boolean" />
<property name="TransactionOption" propertytype="System.EnterpriseServices.TransactionOption" />
<property name="TransactionEnabled" propertytype="System.Boolean" />
<property name="MessageName" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="WebService" namespace="System.Web.Services">
<constructor name="WebService" argnames="" />
<property name="Application" propertytype="System.Web.HttpApplicationState" />
<property name="Context" propertytype="System.Web.HttpContext" />
<property name="Session" propertytype="System.Web.SessionState.HttpSessionState" />
<property name="Server" propertytype="System.Web.HttpServerUtility" />
<property name="User" propertytype="System.Security.Principal.IPrincipal" />
<property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />
</class>
<class name="WebServiceAttribute" namespace="System.Web.Services">
<constructor name="WebServiceAttribute" argnames="" />
<field name="DefaultNamespace" />
<property name="Description" propertytype="System.String" />
<property name="Namespace" propertytype="System.String" />
<property name="Name" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="WebServiceBindingAttribute" namespace="System.Web.Services">
<constructor name="WebServiceBindingAttribute" argnames="" />
<constructor name="WebServiceBindingAttribute(System.String)" argnames="name" />
<constructor name="WebServiceBindingAttribute(System.String, System.String)" argnames="name, ns" />
<constructor name="WebServiceBindingAttribute(System.String, System.String, System.String)" argnames="name, ns, location" />
<property name="Location" propertytype="System.String" />
<property name="Name" propertytype="System.String" />
<property name="Namespace" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeFormatter" namespace="System.Web.Services.Protocols">
<constructor name="MimeFormatter" argnames="" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetInitializer(System.Type, System.Web.Services.Protocols.LogicalMethodInfo)" argnames="type, methodInfo" returntype="System.Object" />
<method name="GetInitializers(System.Type, System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="type, methodInfos" returntype="System.Object[]" />
<method name="CreateInstance(System.Type, System.Object)" argnames="type, initializer" returntype="System.Web.Services.Protocols.MimeFormatter" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeReturnReader" namespace="System.Web.Services.Protocols">
<constructor name="MimeReturnReader" argnames="" />
<method name="Read(System.Net.WebResponse, System.IO.Stream)" argnames="response, responseStream" returntype="System.Object" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="AnyReturnReader" namespace="System.Web.Services.Protocols">
<constructor name="AnyReturnReader" argnames="" />
<method name="Read(System.Net.WebResponse, System.IO.Stream)" argnames="response, responseStream" returntype="System.Object" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeParameterReader" namespace="System.Web.Services.Protocols">
<constructor name="MimeParameterReader" argnames="" />
<method name="Read(System.Web.HttpRequest)" argnames="request" returntype="System.Object[]" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ValueCollectionParameterReader" namespace="System.Web.Services.Protocols">
<constructor name="ValueCollectionParameterReader" argnames="" />
<method name="Read(System.Web.HttpRequest)" argnames="request" inherited="System.Web.Services.Protocols.MimeParameterReader" returntype="System.Object[]" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Read(System.Collections.Specialized.NameValueCollection)" argnames="collection" returntype="System.Object[]" />
<method name="IsSupported(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Boolean" />
<method name="IsSupported(System.Reflection.ParameterInfo)" argnames="paramInfo" returntype="System.Boolean" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HtmlFormParameterReader" namespace="System.Web.Services.Protocols">
<constructor name="HtmlFormParameterReader" argnames="" />
<method name="Read(System.Web.HttpRequest)" argnames="request" returntype="System.Object[]" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Read(System.Collections.Specialized.NameValueCollection)" argnames="collection" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Object[]" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeParameterWriter" namespace="System.Web.Services.Protocols">
<constructor name="MimeParameterWriter" argnames="" />
<property name="UsesWriteRequest" propertytype="System.Boolean" />
<property name="RequestEncoding" propertytype="System.Text.Encoding" />
<method name="WriteRequest(System.IO.Stream, System.Object[])" argnames="requestStream, values" returntype="System.Void" />
<method name="InitializeRequest(System.Net.WebRequest, System.Object[])" argnames="request, values" returntype="System.Void" />
<method name="GetRequestUrl(System.String, System.Object[])" argnames="url, parameters" returntype="System.String" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="UrlEncodedParameterWriter" namespace="System.Web.Services.Protocols">
<constructor name="UrlEncodedParameterWriter" argnames="" />
<property name="RequestEncoding" propertytype="System.Text.Encoding" />
<property name="UsesWriteRequest" inherited="System.Web.Services.Protocols.MimeParameterWriter" propertytype="System.Boolean" />
<method name="WriteRequest(System.IO.Stream, System.Object[])" argnames="requestStream, values" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.Void" />
<method name="InitializeRequest(System.Net.WebRequest, System.Object[])" argnames="request, values" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.Void" />
<method name="GetRequestUrl(System.String, System.Object[])" argnames="url, parameters" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.String" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Encode(System.IO.TextWriter, System.Object[])" argnames="writer, values" returntype="System.Void" />
<method name="Encode(System.IO.TextWriter, System.String, System.Object)" argnames="writer, name, value" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HtmlFormParameterWriter" namespace="System.Web.Services.Protocols">
<constructor name="HtmlFormParameterWriter" argnames="" />
<property name="UsesWriteRequest" propertytype="System.Boolean" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" propertytype="System.Text.Encoding" />
<method name="WriteRequest(System.IO.Stream, System.Object[])" argnames="requestStream, values" returntype="System.Void" />
<method name="InitializeRequest(System.Net.WebRequest, System.Object[])" argnames="request, values" returntype="System.Void" />
<method name="GetRequestUrl(System.String, System.Object[])" argnames="url, parameters" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.String" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Encode(System.IO.TextWriter, System.Object[])" argnames="writer, values" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="Encode(System.IO.TextWriter, System.String, System.Object)" argnames="writer, name, value" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="WebClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="WebClientProtocol" argnames="" />
<property name="Credentials" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" propertytype="System.String" />
<property name="PendingSyncRequest" propertytype="System.Net.WebRequest" />
<property name="PreAuthenticate" propertytype="System.Boolean" />
<property name="Url" propertytype="System.String" />
<property name="Uri" propertytype="System.Uri" />
<property name="RequestEncoding" propertytype="System.Text.Encoding" />
<property name="Timeout" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="GetFromCache(System.Type)" argnames="type" returntype="System.Object" />
<method name="AddToCache(System.Type, System.Object)" argnames="type, value" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="HttpWebClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="HttpWebClientProtocol" argnames="" />
<property name="AllowAutoRedirect" propertytype="System.Boolean" />
<property name="CookieContainer" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" propertytype="System.String" />
<property name="Proxy" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="HttpSimpleClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="HttpSimpleClientProtocol" argnames="" />
<property name="AllowAutoRedirect" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Boolean" />
<property name="CookieContainer" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.String" />
<property name="Proxy" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="Invoke(System.String, System.String, System.Object[])" argnames="methodName, requestUrl, parameters" returntype="System.Object" />
<method name="BeginInvoke(System.String, System.String, System.Object[], System.AsyncCallback, System.Object)" argnames="methodName, requestUrl, parameters, callback, asyncState" returntype="System.IAsyncResult" />
<method name="EndInvoke(System.IAsyncResult)" argnames="asyncResult" returntype="System.Object" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="HttpGetClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="HttpGetClientProtocol" argnames="" />
<property name="AllowAutoRedirect" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Boolean" />
<property name="CookieContainer" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.String" />
<property name="Proxy" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="Invoke(System.String, System.String, System.Object[])" argnames="methodName, requestUrl, parameters" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.Object" />
<method name="BeginInvoke(System.String, System.String, System.Object[], System.AsyncCallback, System.Object)" argnames="methodName, requestUrl, parameters, callback, asyncState" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.IAsyncResult" />
<method name="EndInvoke(System.IAsyncResult)" argnames="asyncResult" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.Object" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="HttpMethodAttribute" namespace="System.Web.Services.Protocols">
<constructor name="HttpMethodAttribute" argnames="" />
<constructor name="HttpMethodAttribute(System.Type, System.Type)" argnames="returnFormatter, parameterFormatter" />
<property name="ReturnFormatter" propertytype="System.Type" />
<property name="ParameterFormatter" propertytype="System.Type" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpPostClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="HttpPostClientProtocol" argnames="" />
<property name="AllowAutoRedirect" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Boolean" />
<property name="CookieContainer" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.String" />
<property name="Proxy" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="Invoke(System.String, System.String, System.Object[])" argnames="methodName, requestUrl, parameters" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.Object" />
<method name="BeginInvoke(System.String, System.String, System.Object[], System.AsyncCallback, System.Object)" argnames="methodName, requestUrl, parameters, callback, asyncState" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.IAsyncResult" />
<method name="EndInvoke(System.IAsyncResult)" argnames="asyncResult" inherited="System.Web.Services.Protocols.HttpSimpleClientProtocol" returntype="System.Object" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="NopReturnReader" namespace="System.Web.Services.Protocols">
<constructor name="NopReturnReader" argnames="" />
<method name="Read(System.Net.WebResponse, System.IO.Stream)" argnames="response, responseStream" returntype="System.Object" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapMessage" namespace="System.Web.Services.Protocols">
<property name="OneWay" propertytype="System.Boolean" />
<property name="Exception" propertytype="System.Web.Services.Protocols.SoapException" />
<property name="MethodInfo" propertytype="System.Web.Services.Protocols.LogicalMethodInfo" />
<property name="Headers" propertytype="System.Web.Services.Protocols.SoapHeaderCollection" />
<property name="Stream" propertytype="System.IO.Stream" />
<property name="ContentType" propertytype="System.String" />
<property name="Stage" propertytype="System.Web.Services.Protocols.SoapMessageStage" />
<property name="Url" propertytype="System.String" />
<property name="Action" propertytype="System.String" />
<method name="EnsureInStage" argnames="" returntype="System.Void" />
<method name="EnsureOutStage" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetInParameterValue(System.Int32)" argnames="index" returntype="System.Object" />
<method name="GetOutParameterValue(System.Int32)" argnames="index" returntype="System.Object" />
<method name="GetReturnValue" argnames="" returntype="System.Object" />
<method name="EnsureStage(System.Web.Services.Protocols.SoapMessageStage)" argnames="stage" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapClientMessage" namespace="System.Web.Services.Protocols">
<property name="OneWay" propertytype="System.Boolean" />
<property name="Client" propertytype="System.Web.Services.Protocols.SoapHttpClientProtocol" />
<property name="MethodInfo" propertytype="System.Web.Services.Protocols.LogicalMethodInfo" />
<property name="Url" propertytype="System.String" />
<property name="Action" propertytype="System.String" />
<property name="Method" propertytype="System.Web.Services.Protocols.SoapClientMethod" />
<property name="Exception" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapException" />
<property name="Headers" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapHeaderCollection" />
<property name="Stream" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.IO.Stream" />
<property name="ContentType" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.String" />
<property name="Stage" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapMessageStage" />
<method name="EnsureInStage" argnames="" returntype="System.Void" />
<method name="EnsureOutStage" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetInParameterValue(System.Int32)" argnames="index" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="GetOutParameterValue(System.Int32)" argnames="index" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="GetReturnValue" argnames="" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="EnsureStage(System.Web.Services.Protocols.SoapMessageStage)" argnames="stage" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapDocumentMethodAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapDocumentMethodAttribute" argnames="" />
<constructor name="SoapDocumentMethodAttribute(System.String)" argnames="action" />
<property name="Action" propertytype="System.String" />
<property name="OneWay" propertytype="System.Boolean" />
<property name="RequestNamespace" propertytype="System.String" />
<property name="ResponseNamespace" propertytype="System.String" />
<property name="RequestElementName" propertytype="System.String" />
<property name="ResponseElementName" propertytype="System.String" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="ParameterStyle" propertytype="System.Web.Services.Protocols.SoapParameterStyle" />
<property name="Binding" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapDocumentServiceAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapDocumentServiceAttribute" argnames="" />
<constructor name="SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse)" argnames="use" />
<constructor name="SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse, System.Web.Services.Protocols.SoapParameterStyle)" argnames="use, paramStyle" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="ParameterStyle" propertytype="System.Web.Services.Protocols.SoapParameterStyle" />
<property name="RoutingStyle" propertytype="System.Web.Services.Protocols.SoapServiceRoutingStyle" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapException" namespace="System.Web.Services.Protocols">
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName, System.String)" argnames="message, code, actor" />
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName, System.String, System.Exception)" argnames="message, code, actor, innerException" />
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName)" argnames="message, code" />
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName, System.Exception)" argnames="message, code, innerException" />
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName, System.String, System.Xml.XmlNode)" argnames="message, code, actor, detail" />
<constructor name="SoapException(System.String, System.Xml.XmlQualifiedName, System.String, System.Xml.XmlNode, System.Exception)" argnames="message, code, actor, detail, innerException" />
<field name="ServerFaultCode" />
<field name="ClientFaultCode" />
<field name="VersionMismatchFaultCode" />
<field name="MustUnderstandFaultCode" />
<field name="DetailElementName" />
<property name="Actor" propertytype="System.String" />
<property name="Code" propertytype="System.Xml.XmlQualifiedName" />
<property name="Detail" propertytype="System.Xml.XmlNode" />
<property name="Message" inherited="System.Exception" propertytype="System.String" />
<property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />
<property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />
<property name="StackTrace" inherited="System.Exception" propertytype="System.String" />
<property name="HelpLink" inherited="System.Exception" propertytype="System.String" />
<property name="Source" inherited="System.Exception" propertytype="System.String" />
<property name="HResult" inherited="System.Exception" propertytype="System.Int32" />
<method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />
<method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapExtension" namespace="System.Web.Services.Protocols">
<constructor name="SoapExtension" argnames="" />
<method name="ChainStream(System.IO.Stream)" argnames="stream" returntype="System.IO.Stream" />
<method name="ProcessMessage(System.Web.Services.Protocols.SoapMessage)" argnames="message" returntype="System.Void" />
<method name="Initialize(System.Object)" argnames="initializer" returntype="System.Void" />
<method name="GetInitializer(System.Type)" argnames="serviceType" returntype="System.Object" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo, System.Web.Services.Protocols.SoapExtensionAttribute)" argnames="methodInfo, attribute" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapExtensionAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapExtensionAttribute" argnames="" />
<property name="ExtensionType" propertytype="System.Type" />
<property name="Priority" propertytype="System.Int32" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeaderAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapHeaderAttribute(System.String)" argnames="memberName" />
<property name="MemberName" propertytype="System.String" />
<property name="Direction" propertytype="System.Web.Services.Protocols.SoapHeaderDirection" />
<property name="Required" propertytype="System.Boolean" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeaderException" namespace="System.Web.Services.Protocols">
<constructor name="SoapHeaderException(System.String, System.Xml.XmlQualifiedName, System.String)" argnames="message, code, actor" />
<constructor name="SoapHeaderException(System.String, System.Xml.XmlQualifiedName, System.String, System.Exception)" argnames="message, code, actor, innerException" />
<constructor name="SoapHeaderException(System.String, System.Xml.XmlQualifiedName)" argnames="message, code" />
<constructor name="SoapHeaderException(System.String, System.Xml.XmlQualifiedName, System.Exception)" argnames="message, code, innerException" />
<property name="Actor" inherited="System.Web.Services.Protocols.SoapException" propertytype="System.String" />
<property name="Code" inherited="System.Web.Services.Protocols.SoapException" propertytype="System.Xml.XmlQualifiedName" />
<property name="Detail" inherited="System.Web.Services.Protocols.SoapException" propertytype="System.Xml.XmlNode" />
<property name="Message" inherited="System.Exception" propertytype="System.String" />
<property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />
<property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />
<property name="StackTrace" inherited="System.Exception" propertytype="System.String" />
<property name="HelpLink" inherited="System.Exception" propertytype="System.String" />
<property name="Source" inherited="System.Exception" propertytype="System.String" />
<property name="HResult" inherited="System.Exception" propertytype="System.Int32" />
<method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />
<method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapRpcMethodAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapRpcMethodAttribute" argnames="" />
<constructor name="SoapRpcMethodAttribute(System.String)" argnames="action" />
<property name="Action" propertytype="System.String" />
<property name="OneWay" propertytype="System.Boolean" />
<property name="RequestNamespace" propertytype="System.String" />
<property name="ResponseNamespace" propertytype="System.String" />
<property name="RequestElementName" propertytype="System.String" />
<property name="ResponseElementName" propertytype="System.String" />
<property name="Binding" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapRpcServiceAttribute" namespace="System.Web.Services.Protocols">
<constructor name="SoapRpcServiceAttribute" argnames="" />
<property name="RoutingStyle" propertytype="System.Web.Services.Protocols.SoapServiceRoutingStyle" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeader" namespace="System.Web.Services.Protocols">
<constructor name="SoapHeader" argnames="" />
<property name="EncodedMustUnderstand" propertytype="System.String" />
<property name="MustUnderstand" propertytype="System.Boolean" />
<property name="InternalMustUnderstand" propertytype="System.Boolean" />
<property name="Actor" propertytype="System.String" />
<property name="InternalActor" propertytype="System.String" />
<property name="DidUnderstand" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapUnknownHeader" namespace="System.Web.Services.Protocols">
<constructor name="SoapUnknownHeader" argnames="" />
<property name="Element" propertytype="System.Xml.XmlElement" />
<property name="InternalMustUnderstand" propertytype="System.Boolean" />
<property name="InternalActor" propertytype="System.String" />
<property name="EncodedMustUnderstand" inherited="System.Web.Services.Protocols.SoapHeader" propertytype="System.String" />
<property name="MustUnderstand" inherited="System.Web.Services.Protocols.SoapHeader" propertytype="System.Boolean" />
<property name="Actor" inherited="System.Web.Services.Protocols.SoapHeader" propertytype="System.String" />
<property name="DidUnderstand" inherited="System.Web.Services.Protocols.SoapHeader" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="UrlParameterReader" namespace="System.Web.Services.Protocols">
<constructor name="UrlParameterReader" argnames="" />
<method name="Read(System.Web.HttpRequest)" argnames="request" returntype="System.Object[]" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Read(System.Collections.Specialized.NameValueCollection)" argnames="collection" inherited="System.Web.Services.Protocols.ValueCollectionParameterReader" returntype="System.Object[]" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="UrlParameterWriter" namespace="System.Web.Services.Protocols">
<constructor name="UrlParameterWriter" argnames="" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" propertytype="System.Text.Encoding" />
<property name="UsesWriteRequest" inherited="System.Web.Services.Protocols.MimeParameterWriter" propertytype="System.Boolean" />
<method name="WriteRequest(System.IO.Stream, System.Object[])" argnames="requestStream, values" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.Void" />
<method name="InitializeRequest(System.Net.WebRequest, System.Object[])" argnames="request, values" inherited="System.Web.Services.Protocols.MimeParameterWriter" returntype="System.Void" />
<method name="GetRequestUrl(System.String, System.Object[])" argnames="url, parameters" returntype="System.String" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="initializer" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Encode(System.IO.TextWriter, System.Object[])" argnames="writer, values" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="Encode(System.IO.TextWriter, System.String, System.Object)" argnames="writer, name, value" inherited="System.Web.Services.Protocols.UrlEncodedParameterWriter" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="XmlReturnReader" namespace="System.Web.Services.Protocols">
<constructor name="XmlReturnReader" argnames="" />
<method name="Read(System.Net.WebResponse, System.IO.Stream)" argnames="response, responseStream" returntype="System.Object" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="WebClientAsyncResult" namespace="System.Web.Services.Protocols">
<property name="AsyncState" propertytype="System.Object" />
<property name="AsyncWaitHandle" propertytype="System.Threading.WaitHandle" />
<property name="CompletedSynchronously" propertytype="System.Boolean" />
<property name="IsCompleted" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Abort" argnames="" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MatchAttribute" namespace="System.Web.Services.Protocols">
<constructor name="MatchAttribute(System.String)" argnames="pattern" />
<property name="Pattern" propertytype="System.String" />
<property name="Group" propertytype="System.Int32" />
<property name="Capture" propertytype="System.Int32" />
<property name="IgnoreCase" propertytype="System.Boolean" />
<property name="MaxRepeats" propertytype="System.Int32" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="PatternMatcher" namespace="System.Web.Services.Protocols">
<constructor name="PatternMatcher(System.Type)" argnames="type" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Match(System.String)" argnames="text" returntype="System.Object" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeaderCollection" namespace="System.Web.Services.Protocols">
<constructor name="SoapHeaderCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Protocols.SoapHeader" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Protocols.SoapHeader)" argnames="header" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Protocols.SoapHeader)" argnames="index, header" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Protocols.SoapHeader)" argnames="header" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Protocols.SoapHeader)" argnames="header" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Protocols.SoapHeader)" argnames="header" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Protocols.SoapHeader[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapServerMessage" namespace="System.Web.Services.Protocols">
<property name="OneWay" propertytype="System.Boolean" />
<property name="Url" propertytype="System.String" />
<property name="Action" propertytype="System.String" />
<property name="Server" propertytype="System.Object" />
<property name="MethodInfo" propertytype="System.Web.Services.Protocols.LogicalMethodInfo" />
<property name="Exception" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapException" />
<property name="Headers" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapHeaderCollection" />
<property name="Stream" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.IO.Stream" />
<property name="ContentType" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.String" />
<property name="Stage" inherited="System.Web.Services.Protocols.SoapMessage" propertytype="System.Web.Services.Protocols.SoapMessageStage" />
<method name="EnsureInStage" argnames="" returntype="System.Void" />
<method name="EnsureOutStage" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetInParameterValue(System.Int32)" argnames="index" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="GetOutParameterValue(System.Int32)" argnames="index" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="GetReturnValue" argnames="" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Object" />
<method name="EnsureStage(System.Web.Services.Protocols.SoapMessageStage)" argnames="stage" inherited="System.Web.Services.Protocols.SoapMessage" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="TextReturnReader" namespace="System.Web.Services.Protocols">
<constructor name="TextReturnReader" argnames="" />
<method name="Read(System.Net.WebResponse, System.IO.Stream)" argnames="response, responseStream" returntype="System.Object" />
<method name="GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[])" argnames="methodInfos" inherited="System.Web.Services.Protocols.MimeFormatter" returntype="System.Object[]" />
<method name="Initialize(System.Object)" argnames="o" returntype="System.Void" />
<method name="GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)" argnames="methodInfo" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="WebServiceHandlerFactory" namespace="System.Web.Services.Protocols">
<constructor name="WebServiceHandlerFactory" argnames="" />
<method name="ReleaseHandler(System.Web.IHttpHandler)" argnames="handler" returntype="System.Void" />
<method name="GetHandler(System.Web.HttpContext, System.String, System.String, System.String)" argnames="context, verb, url, filePath" returntype="System.Web.IHttpHandler" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHttpClientProtocol" namespace="System.Web.Services.Protocols">
<constructor name="SoapHttpClientProtocol" argnames="" />
<property name="AllowAutoRedirect" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Boolean" />
<property name="CookieContainer" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.String" />
<property name="Proxy" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="Discover" argnames="" returntype="System.Void" />
<method name="Invoke(System.String, System.Object[])" argnames="methodName, parameters" returntype="System.Object[]" />
<method name="BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)" argnames="methodName, parameters, callback, asyncState" returntype="System.IAsyncResult" />
<method name="EndInvoke(System.IAsyncResult)" argnames="asyncResult" returntype="System.Object[]" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="LogicalMethodInfo" namespace="System.Web.Services.Protocols">
<constructor name="LogicalMethodInfo(System.Reflection.MethodInfo)" argnames="methodInfo" />
<property name="DeclaringType" propertytype="System.Type" />
<property name="Name" propertytype="System.String" />
<property name="AsyncResultParameter" propertytype="System.Reflection.ParameterInfo" />
<property name="AsyncCallbackParameter" propertytype="System.Reflection.ParameterInfo" />
<property name="AsyncStateParameter" propertytype="System.Reflection.ParameterInfo" />
<property name="ReturnType" propertytype="System.Type" />
<property name="IsVoid" propertytype="System.Boolean" />
<property name="IsAsync" propertytype="System.Boolean" />
<property name="InParameters" propertytype="System.Reflection.ParameterInfo[]" />
<property name="OutParameters" propertytype="System.Reflection.ParameterInfo[]" />
<property name="Parameters" propertytype="System.Reflection.ParameterInfo[]" />
<property name="CustomAttributeProvider" propertytype="System.Reflection.ICustomAttributeProvider" />
<property name="ReturnTypeCustomAttributeProvider" propertytype="System.Reflection.ICustomAttributeProvider" />
<property name="MethodInfo" propertytype="System.Reflection.MethodInfo" />
<property name="BeginMethodInfo" propertytype="System.Reflection.MethodInfo" />
<property name="EndMethodInfo" propertytype="System.Reflection.MethodInfo" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" returntype="System.String" />
<method name="Invoke(System.Object, System.Object[])" argnames="target, values" returntype="System.Object[]" />
<method name="BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)" argnames="target, values, callback, asyncState" returntype="System.IAsyncResult" />
<method name="EndInvoke(System.Object, System.IAsyncResult)" argnames="target, asyncResult" returntype="System.Object[]" />
<method name="GetCustomAttributes(System.Type)" argnames="type" returntype="System.Object[]" />
<method name="GetCustomAttribute(System.Type)" argnames="type" returntype="System.Object" />
<method name="IsBeginMethod(System.Reflection.MethodInfo)" argnames="methodInfo" returntype="System.Boolean" />
<method name="IsEndMethod(System.Reflection.MethodInfo)" argnames="methodInfo" returntype="System.Boolean" />
<method name="Create(System.Reflection.MethodInfo[])" argnames="methodInfos" returntype="System.Web.Services.Protocols.LogicalMethodInfo[]" />
<method name="Create(System.Reflection.MethodInfo[], System.Web.Services.Protocols.LogicalMethodTypes)" argnames="methodInfos, types" returntype="System.Web.Services.Protocols.LogicalMethodInfo[]" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<enum name="SoapHeaderDirection" namespace="System.Web.Services.Protocols">
<field name="In" />
<field name="Out" />
<field name="InOut" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="SoapMessageStage" namespace="System.Web.Services.Protocols">
<field name="BeforeSerialize" />
<field name="AfterSerialize" />
<field name="BeforeDeserialize" />
<field name="AfterDeserialize" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="SoapParameterStyle" namespace="System.Web.Services.Protocols">
<field name="Default" />
<field name="Bare" />
<field name="Wrapped" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="SoapServiceRoutingStyle" namespace="System.Web.Services.Protocols">
<field name="SoapAction" />
<field name="RequestElement" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="LogicalMethodTypes" namespace="System.Web.Services.Protocols">
<field name="Sync" />
<field name="Async" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<class name="DiscoveryReference" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryReference" argnames="" />
<property name="ClientProtocol" propertytype="System.Web.Services.Discovery.DiscoveryClientProtocol" />
<property name="DefaultFilename" propertytype="System.String" />
<property name="Url" propertytype="System.String" />
<method name="ReadDocument(System.IO.Stream)" argnames="stream" returntype="System.Object" />
<method name="WriteDocument(System.Object, System.IO.Stream)" argnames="document, stream" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="FilenameFromUrl(System.String)" argnames="url" returntype="System.String" />
<method name="Resolve" argnames="" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryReferenceCollection" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryReferenceCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Discovery.DiscoveryReference" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Discovery.DiscoveryReference)" argnames="value" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Discovery.DiscoveryReference)" argnames="value" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Discovery.DiscoveryReference)" argnames="value" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DynamicDiscoveryDocument" namespace="System.Web.Services.Discovery">
<constructor name="DynamicDiscoveryDocument" argnames="" />
<field name="Namespace" />
<property name="ExcludePaths" propertytype="System.Web.Services.Discovery.ExcludePathInfo[]" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Write(System.IO.Stream)" argnames="stream" returntype="System.Void" />
<method name="Load(System.IO.Stream)" argnames="stream" returntype="System.Web.Services.Discovery.DynamicDiscoveryDocument" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ExcludePathInfo" namespace="System.Web.Services.Discovery">
<constructor name="ExcludePathInfo" argnames="" />
<constructor name="ExcludePathInfo(System.String)" argnames="path" />
<property name="Path" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SchemaReference" namespace="System.Web.Services.Discovery">
<constructor name="SchemaReference" argnames="" />
<constructor name="SchemaReference(System.String)" argnames="url" />
<field name="Namespace" />
<property name="Ref" propertytype="System.String" />
<property name="TargetNamespace" propertytype="System.String" />
<property name="Url" propertytype="System.String" />
<property name="DefaultFilename" propertytype="System.String" />
<property name="Schema" propertytype="System.Xml.Schema.XmlSchema" />
<property name="ClientProtocol" inherited="System.Web.Services.Discovery.DiscoveryReference" propertytype="System.Web.Services.Discovery.DiscoveryClientProtocol" />
<method name="ReadDocument(System.IO.Stream)" argnames="stream" returntype="System.Object" />
<method name="WriteDocument(System.Object, System.IO.Stream)" argnames="document, stream" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Resolve" argnames="" inherited="System.Web.Services.Discovery.DiscoveryReference" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapBinding" namespace="System.Web.Services.Discovery">
<constructor name="SoapBinding" argnames="" />
<field name="Namespace" />
<property name="Address" propertytype="System.String" />
<property name="Binding" propertytype="System.Xml.XmlQualifiedName" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoverySearchPattern" namespace="System.Web.Services.Discovery">
<constructor name="DiscoverySearchPattern" argnames="" />
<property name="Pattern" propertytype="System.String" />
<method name="GetDiscoveryReference(System.String)" argnames="filename" returntype="System.Web.Services.Discovery.DiscoveryReference" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ContractSearchPattern" namespace="System.Web.Services.Discovery">
<constructor name="ContractSearchPattern" argnames="" />
<property name="Pattern" propertytype="System.String" />
<method name="GetDiscoveryReference(System.String)" argnames="filename" returntype="System.Web.Services.Discovery.DiscoveryReference" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryClientDocumentCollection" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientDocumentCollection" argnames="" />
<property name="Item" propertytype="System.Object" />
<property name="Keys" propertytype="System.Collections.ICollection" />
<property name="Values" propertytype="System.Collections.ICollection" />
<property name="InnerHashtable" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.Hashtable" />
<property name="Dictionary" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.IDictionary" />
<property name="Count" inherited="System.Collections.DictionaryBase" propertytype="System.Int32" />
<method name="CopyTo(System.Array, System.Int32)" argnames="array, index" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Collections.IDictionaryEnumerator" />
<method name="Clear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSetComplete(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnValidate(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemove(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsert(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSet(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnGet(System.Object, System.Object)" argnames="key, currentValue" inherited="System.Collections.DictionaryBase" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.String, System.Object)" argnames="url, value" returntype="System.Void" />
<method name="Contains(System.String)" argnames="url" returntype="System.Boolean" />
<method name="Remove(System.String)" argnames="url" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryClientProtocol" namespace="System.Web.Services.Discovery">
<class name="DiscoveryClientResultsFile" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientResultsFile" argnames="" />
<property name="Results" propertytype="System.Web.Services.Discovery.DiscoveryClientResultCollection" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<constructor name="DiscoveryClientResultsFile" argnames="" />
<property name="AdditionalInformation" propertytype="System.Collections.IList" />
<property name="Documents" propertytype="System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />
<property name="Errors" propertytype="System.Web.Services.Discovery.DiscoveryExceptionDictionary" />
<property name="References" propertytype="System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />
<property name="AllowAutoRedirect" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Boolean" />
<property name="CookieContainer" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.CookieContainer" />
<property name="ClientCertificates" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />
<property name="UserAgent" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.String" />
<property name="Proxy" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" propertytype="System.Net.IWebProxy" />
<property name="Credentials" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Net.ICredentials" />
<property name="ConnectionGroupName" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="PreAuthenticate" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Boolean" />
<property name="Url" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.String" />
<property name="RequestEncoding" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Text.Encoding" />
<property name="Timeout" inherited="System.Web.Services.Protocols.WebClientProtocol" propertytype="System.Int32" />
<property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />
<property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />
<property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />
<property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />
<method name="GetWebResponse(System.Net.WebRequest, System.IAsyncResult)" argnames="request, result" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebResponse(System.Net.WebRequest)" argnames="request" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebResponse" />
<method name="GetWebRequest(System.Uri)" argnames="uri" inherited="System.Web.Services.Protocols.HttpWebClientProtocol" returntype="System.Net.WebRequest" />
<method name="Abort" argnames="" inherited="System.Web.Services.Protocols.WebClientProtocol" returntype="System.Void" />
<method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />
<method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />
<method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />
<method name="Discover(System.String)" argnames="url" returntype="System.Web.Services.Discovery.DiscoveryDocument" />
<method name="DiscoverAny(System.String)" argnames="url" returntype="System.Web.Services.Discovery.DiscoveryDocument" />
<method name="Download(System.String&amp;)" argnames="url" returntype="System.IO.Stream" />
<method name="Download(System.String&amp;, System.String&amp;)" argnames="url, contentType" returntype="System.IO.Stream" />
<method name="ReadAll(System.String)" argnames="topLevelFilename" returntype="System.Web.Services.Discovery.DiscoveryClientResultCollection" />
<method name="ResolveAll" argnames="" returntype="System.Void" />
<method name="ResolveOneLevel" argnames="" returntype="System.Void" />
<method name="WriteAll(System.String, System.String)" argnames="directory, topLevelFilename" returntype="System.Web.Services.Discovery.DiscoveryClientResultCollection" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
<event name="Disposed" inherited="System.ComponentModel.Component" />
</class>
<class name="DiscoveryClientResultsFile" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientResultsFile" argnames="" />
<property name="Results" propertytype="System.Web.Services.Discovery.DiscoveryClientResultCollection" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryClientResultCollection" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientResultCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Discovery.DiscoveryClientResult" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Discovery.DiscoveryClientResult)" argnames="value" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Discovery.DiscoveryClientResult)" argnames="value" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Discovery.DiscoveryClientResult)" argnames="value" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryClientResult" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientResult" argnames="" />
<constructor name="DiscoveryClientResult(System.Type, System.String, System.String)" argnames="referenceType, url, filename" />
<property name="ReferenceTypeName" propertytype="System.String" />
<property name="Url" propertytype="System.String" />
<property name="Filename" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryClientReferenceCollection" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryClientReferenceCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Discovery.DiscoveryReference" />
<property name="Keys" propertytype="System.Collections.ICollection" />
<property name="Values" propertytype="System.Collections.ICollection" />
<property name="InnerHashtable" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.Hashtable" />
<property name="Dictionary" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.IDictionary" />
<property name="Count" inherited="System.Collections.DictionaryBase" propertytype="System.Int32" />
<method name="CopyTo(System.Array, System.Int32)" argnames="array, index" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Collections.IDictionaryEnumerator" />
<method name="Clear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSetComplete(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnValidate(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemove(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsert(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSet(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnGet(System.Object, System.Object)" argnames="key, currentValue" inherited="System.Collections.DictionaryBase" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Discovery.DiscoveryReference)" argnames="value" returntype="System.Void" />
<method name="Add(System.String, System.Web.Services.Discovery.DiscoveryReference)" argnames="url, value" returntype="System.Void" />
<method name="Contains(System.String)" argnames="url" returntype="System.Boolean" />
<method name="Remove(System.String)" argnames="url" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryDocumentLinksPattern" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryDocumentLinksPattern" argnames="" />
<property name="Pattern" propertytype="System.String" />
<method name="GetDiscoveryReference(System.String)" argnames="filename" returntype="System.Web.Services.Discovery.DiscoveryReference" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryDocumentSearchPattern" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryDocumentSearchPattern" argnames="" />
<property name="Pattern" propertytype="System.String" />
<method name="GetDiscoveryReference(System.String)" argnames="filename" returntype="System.Web.Services.Discovery.DiscoveryReference" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryExceptionDictionary" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryExceptionDictionary" argnames="" />
<property name="Item" propertytype="System.Exception" />
<property name="Keys" propertytype="System.Collections.ICollection" />
<property name="Values" propertytype="System.Collections.ICollection" />
<property name="InnerHashtable" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.Hashtable" />
<property name="Dictionary" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.IDictionary" />
<property name="Count" inherited="System.Collections.DictionaryBase" propertytype="System.Int32" />
<method name="CopyTo(System.Array, System.Int32)" argnames="array, index" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Collections.IDictionaryEnumerator" />
<method name="Clear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSetComplete(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnValidate(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnRemove(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnInsert(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnSet(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />
<method name="OnGet(System.Object, System.Object)" argnames="key, currentValue" inherited="System.Collections.DictionaryBase" returntype="System.Object" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.String, System.Exception)" argnames="url, value" returntype="System.Void" />
<method name="Contains(System.String)" argnames="url" returntype="System.Boolean" />
<method name="Remove(System.String)" argnames="url" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="XmlSchemaSearchPattern" namespace="System.Web.Services.Discovery">
<constructor name="XmlSchemaSearchPattern" argnames="" />
<property name="Pattern" propertytype="System.String" />
<method name="GetDiscoveryReference(System.String)" argnames="filename" returntype="System.Web.Services.Discovery.DiscoveryReference" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ContractReference" namespace="System.Web.Services.Discovery">
<constructor name="ContractReference" argnames="" />
<constructor name="ContractReference(System.String)" argnames="href" />
<constructor name="ContractReference(System.String, System.String)" argnames="href, docRef" />
<field name="Namespace" />
<property name="Ref" propertytype="System.String" />
<property name="DocRef" propertytype="System.String" />
<property name="Url" propertytype="System.String" />
<property name="Contract" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="DefaultFilename" propertytype="System.String" />
<property name="ClientProtocol" inherited="System.Web.Services.Discovery.DiscoveryReference" propertytype="System.Web.Services.Discovery.DiscoveryClientProtocol" />
<method name="ReadDocument(System.IO.Stream)" argnames="stream" returntype="System.Object" />
<method name="WriteDocument(System.Object, System.IO.Stream)" argnames="document, stream" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Resolve" argnames="" inherited="System.Web.Services.Discovery.DiscoveryReference" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryDocument" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryDocument" argnames="" />
<field name="Namespace" />
<property name="References" propertytype="System.Collections.IList" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Read(System.IO.Stream)" argnames="stream" returntype="System.Web.Services.Discovery.DiscoveryDocument" />
<method name="Read(System.IO.TextReader)" argnames="reader" returntype="System.Web.Services.Discovery.DiscoveryDocument" />
<method name="Read(System.Xml.XmlReader)" argnames="xmlReader" returntype="System.Web.Services.Discovery.DiscoveryDocument" />
<method name="CanRead(System.Xml.XmlReader)" argnames="xmlReader" returntype="System.Boolean" />
<method name="Write(System.IO.TextWriter)" argnames="writer" returntype="System.Void" />
<method name="Write(System.IO.Stream)" argnames="stream" returntype="System.Void" />
<method name="Write(System.Xml.XmlWriter)" argnames="writer" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryDocumentReference" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryDocumentReference" argnames="" />
<constructor name="DiscoveryDocumentReference(System.String)" argnames="href" />
<property name="Ref" propertytype="System.String" />
<property name="DefaultFilename" propertytype="System.String" />
<property name="Document" propertytype="System.Web.Services.Discovery.DiscoveryDocument" />
<property name="Url" propertytype="System.String" />
<property name="ClientProtocol" inherited="System.Web.Services.Discovery.DiscoveryReference" propertytype="System.Web.Services.Discovery.DiscoveryClientProtocol" />
<method name="ReadDocument(System.IO.Stream)" argnames="stream" returntype="System.Object" />
<method name="WriteDocument(System.Object, System.IO.Stream)" argnames="document, stream" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="ResolveAll" argnames="" returntype="System.Void" />
<method name="Resolve" argnames="" inherited="System.Web.Services.Discovery.DiscoveryReference" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DiscoveryRequestHandler" namespace="System.Web.Services.Discovery">
<constructor name="DiscoveryRequestHandler" argnames="" />
<property name="IsReusable" propertytype="System.Boolean" />
<method name="ProcessRequest(System.Web.HttpContext)" argnames="context" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionFormatExtension" namespace="System.Web.Services.Description">
<constructor name="ServiceDescriptionFormatExtension" argnames="" />
<property name="Parent" propertytype="System.Object" />
<property name="Required" propertytype="System.Boolean" />
<property name="Handled" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpAddressBinding" namespace="System.Web.Services.Description">
<constructor name="HttpAddressBinding" argnames="" />
<property name="Location" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpBinding" namespace="System.Web.Services.Description">
<constructor name="HttpBinding" argnames="" />
<field name="Namespace" />
<property name="Verb" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpOperationBinding" namespace="System.Web.Services.Description">
<constructor name="HttpOperationBinding" argnames="" />
<property name="Location" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpUrlEncodedBinding" namespace="System.Web.Services.Description">
<constructor name="HttpUrlEncodedBinding" argnames="" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="HttpUrlReplacementBinding" namespace="System.Web.Services.Description">
<constructor name="HttpUrlReplacementBinding" argnames="" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ProtocolImporter" namespace="System.Web.Services.Description">
<constructor name="ProtocolImporter" argnames="" />
<property name="ServiceDescriptions" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Schemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="AbstractSchemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="ConcreteSchemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="CodeNamespace" propertytype="System.CodeDom.CodeNamespace" />
<property name="CodeTypeDeclaration" propertytype="System.CodeDom.CodeTypeDeclaration" />
<property name="Style" propertytype="System.Web.Services.Description.ServiceDescriptionImportStyle" />
<property name="Warnings" propertytype="System.Web.Services.Description.ServiceDescriptionImportWarnings" />
<property name="ClassNames" propertytype="System.Xml.Serialization.CodeIdentifiers" />
<property name="MethodName" propertytype="System.String" />
<property name="ClassName" propertytype="System.String" />
<property name="Port" propertytype="System.Web.Services.Description.Port" />
<property name="PortType" propertytype="System.Web.Services.Description.PortType" />
<property name="Binding" propertytype="System.Web.Services.Description.Binding" />
<property name="Service" propertytype="System.Web.Services.Description.Service" />
<property name="ServiceImporter" propertytype="System.Web.Services.Description.ServiceDescriptionImporter" />
<property name="Operation" propertytype="System.Web.Services.Description.Operation" />
<property name="OperationBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="InputMessage" propertytype="System.Web.Services.Description.Message" />
<property name="OutputMessage" propertytype="System.Web.Services.Description.Message" />
<property name="ProtocolName" propertytype="System.String" />
<method name="EndNamespace" argnames="" returntype="System.Void" />
<method name="EndClass" argnames="" returntype="System.Void" />
<method name="GenerateMethod" argnames="" returntype="System.CodeDom.CodeMemberMethod" />
<method name="BeginClass" argnames="" returntype="System.CodeDom.CodeTypeDeclaration" />
<method name="IsOperationFlowSupported(System.Web.Services.Description.OperationFlow)" argnames="flow" returntype="System.Boolean" />
<method name="IsBindingSupported" argnames="" returntype="System.Boolean" />
<method name="BeginNamespace" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="AddExtensionWarningComments(System.CodeDom.CodeCommentStatementCollection, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)" argnames="comments, extensions" returntype="System.Void" />
<method name="UnsupportedBindingWarning(System.String)" argnames="text" returntype="System.Void" />
<method name="UnsupportedOperationWarning(System.String)" argnames="text" returntype="System.Void" />
<method name="UnsupportedOperationBindingWarning(System.String)" argnames="text" returntype="System.Void" />
<method name="OperationSyntaxException(System.String)" argnames="text" returntype="System.Exception" />
<method name="OperationBindingSyntaxException(System.String)" argnames="text" returntype="System.Exception" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ProtocolReflector" namespace="System.Web.Services.Description">
<constructor name="ProtocolReflector" argnames="" />
<property name="Service" propertytype="System.Web.Services.Description.Service" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="ServiceDescriptions" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Schemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="SchemaExporter" propertytype="System.Xml.Serialization.XmlSchemaExporter" />
<property name="ReflectionImporter" propertytype="System.Xml.Serialization.XmlReflectionImporter" />
<property name="DefaultNamespace" propertytype="System.String" />
<property name="ServiceUrl" propertytype="System.String" />
<property name="ServiceType" propertytype="System.Type" />
<property name="Method" propertytype="System.Web.Services.Protocols.LogicalMethodInfo" />
<property name="Binding" propertytype="System.Web.Services.Description.Binding" />
<property name="PortType" propertytype="System.Web.Services.Description.PortType" />
<property name="Port" propertytype="System.Web.Services.Description.Port" />
<property name="Operation" propertytype="System.Web.Services.Description.Operation" />
<property name="OperationBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="MethodAttribute" propertytype="System.Web.Services.WebMethodAttribute" />
<property name="Methods" propertytype="System.Web.Services.Protocols.LogicalMethodInfo[]" />
<property name="InputMessage" propertytype="System.Web.Services.Description.Message" />
<property name="OutputMessage" propertytype="System.Web.Services.Description.Message" />
<property name="HeaderMessages" propertytype="System.Web.Services.Description.MessageCollection" />
<property name="ProtocolName" propertytype="System.String" />
<method name="EndClass" argnames="" returntype="System.Void" />
<method name="ReflectMethodBinding" argnames="" returntype="System.String" />
<method name="ReflectMethod" argnames="" returntype="System.Boolean" />
<method name="BeginClass" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetServiceDescription(System.String)" argnames="ns" returntype="System.Web.Services.Description.ServiceDescription" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeContentBinding" namespace="System.Web.Services.Description">
<constructor name="MimeContentBinding" argnames="" />
<field name="Namespace" />
<property name="Part" propertytype="System.String" />
<property name="Type" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimePart" namespace="System.Web.Services.Description">
<constructor name="MimePart" argnames="" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeMultipartRelatedBinding" namespace="System.Web.Services.Description">
<constructor name="MimeMultipartRelatedBinding" argnames="" />
<property name="Parts" propertytype="System.Web.Services.Description.MimePartCollection" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeXmlBinding" namespace="System.Web.Services.Description">
<constructor name="MimeXmlBinding" argnames="" />
<property name="Part" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimePartCollection" namespace="System.Web.Services.Description">
<constructor name="MimePartCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Description.MimePart" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.MimePart)" argnames="mimePart" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.MimePart)" argnames="index, mimePart" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.MimePart)" argnames="mimePart" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.MimePart)" argnames="mimePart" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.MimePart)" argnames="mimePart" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.MimePart[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeTextBinding" namespace="System.Web.Services.Description">
<constructor name="MimeTextBinding" argnames="" />
<field name="Namespace" />
<property name="Matches" propertytype="System.Web.Services.Description.MimeTextMatchCollection" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeTextMatch" namespace="System.Web.Services.Description">
<constructor name="MimeTextMatch" argnames="" />
<property name="Name" propertytype="System.String" />
<property name="Type" propertytype="System.String" />
<property name="Group" propertytype="System.Int32" />
<property name="Capture" propertytype="System.Int32" />
<property name="Repeats" propertytype="System.Int32" />
<property name="RepeatsString" propertytype="System.String" />
<property name="Pattern" propertytype="System.String" />
<property name="IgnoreCase" propertytype="System.Boolean" />
<property name="Matches" propertytype="System.Web.Services.Description.MimeTextMatchCollection" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MimeTextMatchCollection" namespace="System.Web.Services.Description">
<constructor name="MimeTextMatchCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Description.MimeTextMatch" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.MimeTextMatch)" argnames="match" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.MimeTextMatch)" argnames="index, match" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.MimeTextMatch)" argnames="match" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.MimeTextMatch)" argnames="match" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.MimeTextMatch)" argnames="match" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.MimeTextMatch[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionBaseCollection" namespace="System.Web.Services.Description">
<property name="Table" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />
<method name="OnClear" argnames="" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionCollection" namespace="System.Web.Services.Description">
<constructor name="ServiceDescriptionCollection" argnames="" />
<property name="Item" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Item" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.ServiceDescription)" argnames="serviceDescription" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.ServiceDescription)" argnames="index, serviceDescription" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.ServiceDescription)" argnames="serviceDescription" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.ServiceDescription)" argnames="serviceDescription" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.ServiceDescription)" argnames="serviceDescription" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.ServiceDescription[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetMessage(System.Xml.XmlQualifiedName)" argnames="name" returntype="System.Web.Services.Description.Message" />
<method name="GetPortType(System.Xml.XmlQualifiedName)" argnames="name" returntype="System.Web.Services.Description.PortType" />
<method name="GetService(System.Xml.XmlQualifiedName)" argnames="name" returntype="System.Web.Services.Description.Service" />
<method name="GetBinding(System.Xml.XmlQualifiedName)" argnames="name" returntype="System.Web.Services.Description.Binding" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapBinding" namespace="System.Web.Services.Description">
<constructor name="SoapBinding" argnames="" />
<field name="Namespace" />
<field name="HttpTransport" />
<property name="Transport" propertytype="System.String" />
<property name="Style" propertytype="System.Web.Services.Description.SoapBindingStyle" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapOperationBinding" namespace="System.Web.Services.Description">
<constructor name="SoapOperationBinding" argnames="" />
<property name="SoapAction" propertytype="System.String" />
<property name="Style" propertytype="System.Web.Services.Description.SoapBindingStyle" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapBodyBinding" namespace="System.Web.Services.Description">
<constructor name="SoapBodyBinding" argnames="" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="Namespace" propertytype="System.String" />
<property name="Encoding" propertytype="System.String" />
<property name="PartsString" propertytype="System.String" />
<property name="Parts" propertytype="System.String[]" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapFaultBinding" namespace="System.Web.Services.Description">
<constructor name="SoapFaultBinding" argnames="" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="Namespace" propertytype="System.String" />
<property name="Encoding" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeaderBinding" namespace="System.Web.Services.Description">
<constructor name="SoapHeaderBinding" argnames="" />
<property name="MapToProperty" propertytype="System.Boolean" />
<property name="Message" propertytype="System.Xml.XmlQualifiedName" />
<property name="Part" propertytype="System.String" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="Encoding" propertytype="System.String" />
<property name="Namespace" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapHeaderFaultBinding" namespace="System.Web.Services.Description">
<constructor name="SoapHeaderFaultBinding" argnames="" />
<property name="Message" propertytype="System.Xml.XmlQualifiedName" />
<property name="Part" propertytype="System.String" />
<property name="Use" propertytype="System.Web.Services.Description.SoapBindingUse" />
<property name="Encoding" propertytype="System.String" />
<property name="Namespace" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapAddressBinding" namespace="System.Web.Services.Description">
<constructor name="SoapAddressBinding" argnames="" />
<property name="Location" propertytype="System.String" />
<property name="Parent" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Object" />
<property name="Required" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<property name="Handled" inherited="System.Web.Services.Description.ServiceDescriptionFormatExtension" propertytype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapTransportImporter" namespace="System.Web.Services.Description">
<constructor name="SoapTransportImporter" argnames="" />
<property name="ImportContext" propertytype="System.Web.Services.Description.SoapProtocolImporter" />
<method name="ImportClass" argnames="" returntype="System.Void" />
<method name="IsSupportedTransport(System.String)" argnames="transport" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionImporter" namespace="System.Web.Services.Description">
<constructor name="ServiceDescriptionImporter" argnames="" />
<property name="ServiceDescriptions" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Schemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="Style" propertytype="System.Web.Services.Description.ServiceDescriptionImportStyle" />
<property name="ProtocolName" propertytype="System.String" />
<property name="AllSchemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="AbstractSchemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="ConcreteSchemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="AddServiceDescription(System.Web.Services.Description.ServiceDescription, System.String, System.String)" argnames="serviceDescription, appSettingUrlKey, appSettingBaseUrl" returntype="System.Void" />
<method name="Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit)" argnames="codeNamespace, codeCompileUnit" returntype="System.Web.Services.Description.ServiceDescriptionImportWarnings" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionReflector" namespace="System.Web.Services.Description">
<constructor name="ServiceDescriptionReflector" argnames="" />
<property name="ServiceDescriptions" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Schemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Service" propertytype="System.Web.Services.Description.Service" />
<property name="ServiceType" propertytype="System.Type" />
<property name="Methods" propertytype="System.Web.Services.Protocols.LogicalMethodInfo[]" />
<property name="ServiceUrl" propertytype="System.String" />
<property name="SchemaExporter" propertytype="System.Xml.Serialization.XmlSchemaExporter" />
<property name="ReflectionImporter" propertytype="System.Xml.Serialization.XmlReflectionImporter" />
<property name="ServiceAttribute" propertytype="System.Web.Services.WebServiceAttribute" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Reflect(System.Type, System.String)" argnames="type, url" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapExtensionImporter" namespace="System.Web.Services.Description">
<constructor name="SoapExtensionImporter" argnames="" />
<property name="ImportContext" propertytype="System.Web.Services.Description.SoapProtocolImporter" />
<method name="ImportMethod(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="metadata" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapExtensionReflector" namespace="System.Web.Services.Description">
<constructor name="SoapExtensionReflector" argnames="" />
<property name="ReflectionContext" propertytype="System.Web.Services.Description.ProtocolReflector" />
<method name="ReflectMethod" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="SoapProtocolImporter" namespace="System.Web.Services.Description">
<constructor name="SoapProtocolImporter" argnames="" />
<property name="ProtocolName" propertytype="System.String" />
<property name="SoapBinding" propertytype="System.Web.Services.Description.SoapBinding" />
<property name="SoapImporter" propertytype="System.Xml.Serialization.SoapSchemaImporter" />
<property name="XmlImporter" propertytype="System.Xml.Serialization.XmlSchemaImporter" />
<property name="XmlExporter" propertytype="System.Xml.Serialization.XmlCodeExporter" />
<property name="SoapExporter" propertytype="System.Xml.Serialization.SoapCodeExporter" />
<property name="MetadataPropertiesAdded" propertytype="System.Boolean" />
<property name="ServiceDescriptions" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Schemas" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="AbstractSchemas" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="ConcreteSchemas" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="CodeNamespace" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.CodeDom.CodeNamespace" />
<property name="CodeTypeDeclaration" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.CodeDom.CodeTypeDeclaration" />
<property name="Style" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.ServiceDescriptionImportStyle" />
<property name="Warnings" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.ServiceDescriptionImportWarnings" />
<property name="ClassNames" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Xml.Serialization.CodeIdentifiers" />
<property name="MethodName" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.String" />
<property name="ClassName" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.String" />
<property name="Port" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Port" />
<property name="PortType" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.PortType" />
<property name="Binding" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Binding" />
<property name="Service" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Service" />
<property name="Operation" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Operation" />
<property name="OperationBinding" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="InputMessage" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Message" />
<property name="OutputMessage" inherited="System.Web.Services.Description.ProtocolImporter" propertytype="System.Web.Services.Description.Message" />
<method name="EndNamespace" argnames="" returntype="System.Void" />
<method name="EndClass" argnames="" returntype="System.Void" />
<method name="GenerateMethod" argnames="" returntype="System.CodeDom.CodeMemberMethod" />
<method name="BeginClass" argnames="" returntype="System.CodeDom.CodeTypeDeclaration" />
<method name="IsOperationFlowSupported(System.Web.Services.Description.OperationFlow)" argnames="flow" returntype="System.Boolean" />
<method name="IsBindingSupported" argnames="" returntype="System.Boolean" />
<method name="BeginNamespace" argnames="" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="AddExtensionWarningComments(System.CodeDom.CodeCommentStatementCollection, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)" argnames="comments, extensions" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Void" />
<method name="UnsupportedBindingWarning(System.String)" argnames="text" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Void" />
<method name="UnsupportedOperationWarning(System.String)" argnames="text" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Void" />
<method name="UnsupportedOperationBindingWarning(System.String)" argnames="text" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Void" />
<method name="OperationSyntaxException(System.String)" argnames="text" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Exception" />
<method name="OperationBindingSyntaxException(System.String)" argnames="text" inherited="System.Web.Services.Description.ProtocolImporter" returntype="System.Exception" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="DocumentableItem" namespace="System.Web.Services.Description">
<constructor name="DocumentableItem" argnames="" />
<property name="Documentation" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescription" namespace="System.Web.Services.Description">
<constructor name="ServiceDescription" argnames="" />
<field name="Namespace" />
<property name="RetrievalUrl" propertytype="System.String" />
<property name="ServiceDescriptions" propertytype="System.Web.Services.Description.ServiceDescriptionCollection" />
<property name="Imports" propertytype="System.Web.Services.Description.ImportCollection" />
<property name="Types" propertytype="System.Web.Services.Description.Types" />
<property name="Messages" propertytype="System.Web.Services.Description.MessageCollection" />
<property name="PortTypes" propertytype="System.Web.Services.Description.PortTypeCollection" />
<property name="Bindings" propertytype="System.Web.Services.Description.BindingCollection" />
<property name="Services" propertytype="System.Web.Services.Description.ServiceCollection" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="TargetNamespace" propertytype="System.String" />
<property name="Name" propertytype="System.String" />
<property name="Serializer" propertytype="System.Xml.Serialization.XmlSerializer" />
<property name="AppSettingBaseUrl" propertytype="System.String" />
<property name="AppSettingUrlKey" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Read(System.IO.TextReader)" argnames="textReader" returntype="System.Web.Services.Description.ServiceDescription" />
<method name="Read(System.IO.Stream)" argnames="stream" returntype="System.Web.Services.Description.ServiceDescription" />
<method name="Read(System.Xml.XmlReader)" argnames="reader" returntype="System.Web.Services.Description.ServiceDescription" />
<method name="Read(System.String)" argnames="fileName" returntype="System.Web.Services.Description.ServiceDescription" />
<method name="CanRead(System.Xml.XmlReader)" argnames="reader" returntype="System.Boolean" />
<method name="Write(System.String)" argnames="fileName" returntype="System.Void" />
<method name="Write(System.IO.TextWriter)" argnames="writer" returntype="System.Void" />
<method name="Write(System.IO.Stream)" argnames="stream" returntype="System.Void" />
<method name="Write(System.Xml.XmlWriter)" argnames="writer" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Import" namespace="System.Web.Services.Description">
<constructor name="Import" argnames="" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Namespace" propertytype="System.String" />
<property name="Location" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Port" namespace="System.Web.Services.Description">
<constructor name="Port" argnames="" />
<property name="Service" propertytype="System.Web.Services.Description.Service" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Name" propertytype="System.String" />
<property name="Binding" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Service" namespace="System.Web.Services.Description">
<constructor name="Service" argnames="" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Ports" propertytype="System.Web.Services.Description.PortCollection" />
<property name="Name" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MessageBinding" namespace="System.Web.Services.Description">
<constructor name="MessageBinding" argnames="" />
<property name="OperationBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="Name" propertytype="System.String" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="FaultBinding" namespace="System.Web.Services.Description">
<constructor name="FaultBinding" argnames="" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="OperationBinding" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="Name" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="InputBinding" namespace="System.Web.Services.Description">
<constructor name="InputBinding" argnames="" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="OperationBinding" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="Name" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OutputBinding" namespace="System.Web.Services.Description">
<constructor name="OutputBinding" argnames="" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="OperationBinding" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="Name" inherited="System.Web.Services.Description.MessageBinding" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationBinding" namespace="System.Web.Services.Description">
<constructor name="OperationBinding" argnames="" />
<property name="Binding" propertytype="System.Web.Services.Description.Binding" />
<property name="Name" propertytype="System.String" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Input" propertytype="System.Web.Services.Description.InputBinding" />
<property name="Output" propertytype="System.Web.Services.Description.OutputBinding" />
<property name="Faults" propertytype="System.Web.Services.Description.FaultBindingCollection" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Binding" namespace="System.Web.Services.Description">
<constructor name="Binding" argnames="" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Operations" propertytype="System.Web.Services.Description.OperationBindingCollection" />
<property name="Name" propertytype="System.String" />
<property name="Type" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationMessage" namespace="System.Web.Services.Description">
<constructor name="OperationMessage" argnames="" />
<property name="Operation" propertytype="System.Web.Services.Description.Operation" />
<property name="Name" propertytype="System.String" />
<property name="Message" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationFault" namespace="System.Web.Services.Description">
<constructor name="OperationFault" argnames="" />
<property name="Operation" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Web.Services.Description.Operation" />
<property name="Name" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.String" />
<property name="Message" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationInput" namespace="System.Web.Services.Description">
<constructor name="OperationInput" argnames="" />
<property name="Operation" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Web.Services.Description.Operation" />
<property name="Name" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.String" />
<property name="Message" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationOutput" namespace="System.Web.Services.Description">
<constructor name="OperationOutput" argnames="" />
<property name="Operation" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Web.Services.Description.Operation" />
<property name="Name" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.String" />
<property name="Message" inherited="System.Web.Services.Description.OperationMessage" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Operation" namespace="System.Web.Services.Description">
<constructor name="Operation" argnames="" />
<property name="PortType" propertytype="System.Web.Services.Description.PortType" />
<property name="Name" propertytype="System.String" />
<property name="ParameterOrderString" propertytype="System.String" />
<property name="ParameterOrder" propertytype="System.String[]" />
<property name="Messages" propertytype="System.Web.Services.Description.OperationMessageCollection" />
<property name="Faults" propertytype="System.Web.Services.Description.OperationFaultCollection" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="IsBoundBy(System.Web.Services.Description.OperationBinding)" argnames="operationBinding" returntype="System.Boolean" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="PortType" namespace="System.Web.Services.Description">
<constructor name="PortType" argnames="" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Operations" propertytype="System.Web.Services.Description.OperationCollection" />
<property name="Name" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Message" namespace="System.Web.Services.Description">
<constructor name="Message" argnames="" />
<property name="ServiceDescription" propertytype="System.Web.Services.Description.ServiceDescription" />
<property name="Parts" propertytype="System.Web.Services.Description.MessagePartCollection" />
<property name="Name" propertytype="System.String" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="FindPartsByName(System.String[])" argnames="partNames" returntype="System.Web.Services.Description.MessagePart[]" />
<method name="FindPartByName(System.String)" argnames="partName" returntype="System.Web.Services.Description.MessagePart" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MessagePart" namespace="System.Web.Services.Description">
<constructor name="MessagePart" argnames="" />
<property name="Message" propertytype="System.Web.Services.Description.Message" />
<property name="Name" propertytype="System.String" />
<property name="Element" propertytype="System.Xml.XmlQualifiedName" />
<property name="Type" propertytype="System.Xml.XmlQualifiedName" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="Types" namespace="System.Web.Services.Description">
<constructor name="Types" argnames="" />
<property name="Schemas" propertytype="System.Xml.Serialization.XmlSchemas" />
<property name="Extensions" propertytype="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
<property name="Documentation" inherited="System.Web.Services.Description.DocumentableItem" propertytype="System.String" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceDescriptionFormatExtensionCollection" namespace="System.Web.Services.Description">
<constructor name="ServiceDescriptionFormatExtensionCollection(System.Object)" argnames="parent" />
<property name="Item" propertytype="System.Object" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Object)" argnames="extension" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Object)" argnames="index, extension" returntype="System.Void" />
<method name="IndexOf(System.Object)" argnames="extension" returntype="System.Int32" />
<method name="Contains(System.Object)" argnames="extension" returntype="System.Boolean" />
<method name="Remove(System.Object)" argnames="extension" returntype="System.Void" />
<method name="CopyTo(System.Object[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="Find(System.Type)" argnames="type" returntype="System.Object" />
<method name="FindAll(System.Type)" argnames="type" returntype="System.Object[]" />
<method name="Find(System.String, System.String)" argnames="name, ns" returntype="System.Xml.XmlElement" />
<method name="FindAll(System.String, System.String)" argnames="name, ns" returntype="System.Xml.XmlElement[]" />
<method name="IsHandled(System.Object)" argnames="item" returntype="System.Boolean" />
<method name="IsRequired(System.Object)" argnames="item" returntype="System.Boolean" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationMessageCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.OperationMessage" />
<property name="Input" propertytype="System.Web.Services.Description.OperationInput" />
<property name="Output" propertytype="System.Web.Services.Description.OperationOutput" />
<property name="Flow" propertytype="System.Web.Services.Description.OperationFlow" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.OperationMessage)" argnames="operationMessage" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.OperationMessage)" argnames="index, operationMessage" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.OperationMessage)" argnames="operationMessage" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.OperationMessage)" argnames="operationMessage" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.OperationMessage)" argnames="operationMessage" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.OperationMessage[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ImportCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Import" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Import)" argnames="import" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Import)" argnames="index, import" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Import)" argnames="import" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Import)" argnames="import" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Import)" argnames="import" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Import[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MessageCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Message" />
<property name="Item" propertytype="System.Web.Services.Description.Message" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Message)" argnames="message" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Message)" argnames="index, message" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Message)" argnames="message" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Message)" argnames="message" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Message)" argnames="message" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Message[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="PortCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Port" />
<property name="Item" propertytype="System.Web.Services.Description.Port" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Port)" argnames="port" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Port)" argnames="index, port" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Port)" argnames="port" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Port)" argnames="port" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Port)" argnames="port" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Port[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="PortTypeCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.PortType" />
<property name="Item" propertytype="System.Web.Services.Description.PortType" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.PortType)" argnames="portType" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.PortType)" argnames="index, portType" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.PortType)" argnames="portType" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.PortType)" argnames="portType" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.PortType)" argnames="portType" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.PortType[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="BindingCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Binding" />
<property name="Item" propertytype="System.Web.Services.Description.Binding" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Binding)" argnames="binding" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Binding)" argnames="index, binding" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Binding)" argnames="binding" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Binding)" argnames="binding" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Binding)" argnames="binding" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Binding[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="ServiceCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Service" />
<property name="Item" propertytype="System.Web.Services.Description.Service" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Service)" argnames="service" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Service)" argnames="index, service" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Service)" argnames="service" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Service)" argnames="service" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Service)" argnames="service" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Service[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="MessagePartCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.MessagePart" />
<property name="Item" propertytype="System.Web.Services.Description.MessagePart" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.MessagePart)" argnames="messagePart" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.MessagePart)" argnames="index, messagePart" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.MessagePart)" argnames="messagePart" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.MessagePart)" argnames="messagePart" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.MessagePart)" argnames="messagePart" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.MessagePart[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationBindingCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.OperationBinding" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.OperationBinding)" argnames="bindingOperation" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.OperationBinding)" argnames="index, bindingOperation" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.OperationBinding)" argnames="bindingOperation" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.OperationBinding)" argnames="bindingOperation" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.OperationBinding)" argnames="bindingOperation" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.OperationBinding[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="FaultBindingCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.FaultBinding" />
<property name="Item" propertytype="System.Web.Services.Description.FaultBinding" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.FaultBinding)" argnames="bindingOperationFault" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.FaultBinding)" argnames="index, bindingOperationFault" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.FaultBinding)" argnames="bindingOperationFault" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.FaultBinding)" argnames="bindingOperationFault" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.FaultBinding)" argnames="bindingOperationFault" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.FaultBinding[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.Operation" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.Operation)" argnames="operation" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.Operation)" argnames="index, operation" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.Operation)" argnames="operation" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.Operation)" argnames="operation" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.Operation)" argnames="operation" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.Operation[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="OperationFaultCollection" namespace="System.Web.Services.Description">
<property name="Item" propertytype="System.Web.Services.Description.OperationFault" />
<property name="Item" propertytype="System.Web.Services.Description.OperationFault" />
<property name="Table" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" propertytype="System.Collections.IDictionary" />
<property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />
<property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />
<property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />
<method name="SetParent(System.Object, System.Object)" argnames="value, parent" returntype="System.Void" />
<method name="GetKey(System.Object)" argnames="value" returntype="System.String" />
<method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />
<method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnClear" argnames="" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />
<method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Web.Services.Description.ServiceDescriptionBaseCollection" returntype="System.Void" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="Add(System.Web.Services.Description.OperationFault)" argnames="operationFaultMessage" returntype="System.Int32" />
<method name="Insert(System.Int32, System.Web.Services.Description.OperationFault)" argnames="index, operationFaultMessage" returntype="System.Void" />
<method name="IndexOf(System.Web.Services.Description.OperationFault)" argnames="operationFaultMessage" returntype="System.Int32" />
<method name="Contains(System.Web.Services.Description.OperationFault)" argnames="operationFaultMessage" returntype="System.Boolean" />
<method name="Remove(System.Web.Services.Description.OperationFault)" argnames="operationFaultMessage" returntype="System.Void" />
<method name="CopyTo(System.Web.Services.Description.OperationFault[], System.Int32)" argnames="array, index" returntype="System.Void" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<enum name="SoapBindingStyle" namespace="System.Web.Services.Description">
<field name="Default" />
<field name="Document" />
<field name="Rpc" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="SoapBindingUse" namespace="System.Web.Services.Description">
<field name="Default" />
<field name="Encoded" />
<field name="Literal" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="ServiceDescriptionImportWarnings" namespace="System.Web.Services.Description">
<field name="NoCodeGenerated" />
<field name="OptionalExtensionsIgnored" />
<field name="RequiredExtensionsIgnored" />
<field name="UnsupportedOperationsIgnored" />
<field name="UnsupportedBindingsIgnored" />
<field name="NoMethodsGenerated" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="ServiceDescriptionImportStyle" namespace="System.Web.Services.Description">
<field name="Client" />
<field name="Server" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<enum name="OperationFlow" namespace="System.Web.Services.Description">
<field name="None" />
<field name="OneWay" />
<field name="Notification" />
<field name="RequestResponse" />
<field name="SolicitResponse" />
<method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />
<method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />
<method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />
<method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />
<method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</enum>
<class name="XmlFormatExtensionAttribute" namespace="System.Web.Services.Configuration">
<constructor name="XmlFormatExtensionAttribute" argnames="" />
<constructor name="XmlFormatExtensionAttribute(System.String, System.String, System.Type)" argnames="elementName, ns, extensionPoint1" />
<constructor name="XmlFormatExtensionAttribute(System.String, System.String, System.Type, System.Type)" argnames="elementName, ns, extensionPoint1, extensionPoint2" />
<constructor name="XmlFormatExtensionAttribute(System.String, System.String, System.Type, System.Type, System.Type)" argnames="elementName, ns, extensionPoint1, extensionPoint2, extensionPoint3" />
<constructor name="XmlFormatExtensionAttribute(System.String, System.String, System.Type, System.Type, System.Type, System.Type)" argnames="elementName, ns, extensionPoint1, extensionPoint2, extensionPoint3, extensionPoint4" />
<constructor name="XmlFormatExtensionAttribute(System.String, System.String, System.Type[])" argnames="elementName, ns, extensionPoints" />
<property name="ExtensionPoints" propertytype="System.Type[]" />
<property name="Namespace" propertytype="System.String" />
<property name="ElementName" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="XmlFormatExtensionPointAttribute" namespace="System.Web.Services.Configuration">
<constructor name="XmlFormatExtensionPointAttribute(System.String)" argnames="memberName" />
<property name="MemberName" propertytype="System.String" />
<property name="AllowElements" propertytype="System.Boolean" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
<class name="XmlFormatExtensionPrefixAttribute" namespace="System.Web.Services.Configuration">
<constructor name="XmlFormatExtensionPrefixAttribute" argnames="" />
<constructor name="XmlFormatExtensionPrefixAttribute(System.String, System.String)" argnames="prefix, ns" />
<property name="Prefix" propertytype="System.String" />
<property name="Namespace" propertytype="System.String" />
<property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />
<method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />
<method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />
<method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />
<method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />
<method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />
<method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />
</class>
</masterdoc>