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

5914 lines
343 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>System.Web.Services</name>
</assembly>
<members>
<member name="M:System.Web.Services.ResDescriptionAttribute.#ctor(System.String)">
<summary>
Constructs a new sys description.
</summary>
<param name="description">
description text.
</param>
</member>
<member name="P:System.Web.Services.ResDescriptionAttribute.Description">
<summary>
Retrieves the description text.
</summary>
<returns>
description
</returns>
</member>
<member name="T:System.Web.Services.WebMethodAttribute">
<summary>
<para> Adding this attribute to a method within an XML Web service created using ASP.NET makes the method callable from remote Web clients.
This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebMethodAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
class.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
class.</para>
</summary>
<param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
</member>
<member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
class.</para>
</summary>
<param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
<param name=" transactionOption">Initializes the transaction support of an XML Web service method.</param>
</member>
<member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
class.</para>
</summary>
<param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
<param name=" transactionOption">Initializes the transaction support of an XML Web service method.</param>
<param name=" cacheDuration">Initializes the number of seconds the response is cached.</param>
</member>
<member name="M:System.Web.Services.WebMethodAttribute.#ctor(System.Boolean,System.EnterpriseServices.TransactionOption,System.Int32,System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebMethodAttribute" />
class.</para>
</summary>
<param name="enableSession">Initializes whether session state is enabled for the XML Web service method.</param>
<param name="transactionOption">Initializes the transaction support of an XML Web service method.</param>
<param name=" cacheDuration">Initializes the number of seconds the response is cached.</param>
<param name=" bufferResponse">Initializes whether the response for this request is buffered.</param>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.Description">
<summary>
<para> A descriptive message describing the XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.EnableSession">
<summary>
<para> Indicates whether session state is enabled for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.CacheDuration">
<summary>
<para> Gets or sets the number of seconds the response should be held in the cache.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.BufferResponse">
<summary>
<para> Gets or sets whether the response for this request is buffered.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.TransactionOption">
<summary>
<para> Indicates the transaction support of an XML Web service method. </para>
</summary>
</member>
<member name="P:System.Web.Services.WebMethodAttribute.MessageName">
<summary>
<para> The name used for the XML Web service method in the data passed
to and returned from an XML Web service method.</para>
</summary>
</member>
<member name="T:System.Web.Services.WebService">
<summary>
<para> Defines the optional base class for XML Web
services, which provides direct access to common ASP.NET objects, such as application and
session
state.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebService.Application">
<summary>
<para> Gets the application object for the current HTTP request.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebService.Context">
<summary>
<para>Gets the ASP.NET <see cref="T:System.Web.HttpContext" /> for the current request,
which encapsulates all HTTP-specific context
used by the HTTP server to process Web requests.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebService.Session">
<summary>
<para> Gets the <see cref="T:System.Web.SessionState.HttpSessionState" />
instance for the current request.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebService.Server">
<summary>
<para> Gets the <see cref="T:System.Web.HttpServerUtility" />
for the current request.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebService.User">
<summary>
<para>Gets the ASP.NET server <see cref="P:System.Web.HttpContext.User" /> object. Can be used to authenticate whether a user is authorized to execute the request.</para>
</summary>
</member>
<member name="T:System.Web.Services.WebServiceAttribute">
<summary>
<para> Used to add additional information to an XML Web service, such as a
string describing its functionality.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebServiceAttribute.#ctor">
<summary>
Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceAttribute" /> class.
</summary>
</member>
<member name="P:System.Web.Services.WebServiceAttribute.Description">
<summary>
<para> A descriptive message for the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebServiceAttribute.Namespace">
<summary>
<para>Gets or sets the default XML namespace to use for the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebServiceAttribute.Name">
<summary>
<para>Gets or sets the name of the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.WebServiceBindingAttribute">
<summary>
<para> Declares the binding one or more XML Web service
methods implemented within the class implementing the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class setting
the name of the binding the XML Web service method is implementing.</para>
</summary>
<param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
</member>
<member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
</summary>
<param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
<param name=" ns">The namespace associated with the binding. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Namespace" /> property.</param>
</member>
<member name="M:System.Web.Services.WebServiceBindingAttribute.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.WebServiceBindingAttribute" /> class.</para>
</summary>
<param name="name">The name of the binding an XML Web service method is implementing an operation for. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Name" /> property.</param>
<param name=" ns">The namespace associated with the binding. Sets the <see cref="P:System.Web.Services.WebServiceBindingAttribute.Namespace" /> property.</param>
<param name=" location">The location where the binding is defined.</param>
</member>
<member name="P:System.Web.Services.WebServiceBindingAttribute.Location">
<summary>
<para>Gets or sets the location where the binding is defined.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebServiceBindingAttribute.Name">
<summary>
<para>Gets or sets the name of the binding.</para>
</summary>
</member>
<member name="P:System.Web.Services.WebServiceBindingAttribute.Namespace">
<summary>
<para>Gets or sets the namespace associated with the binding.</para>
</summary>
</member>
<member name="M:System.Web.Services.WebServicesDescriptionAttribute.#ctor(System.String)">
<summary>
Constructs a new sys description.
</summary>
<param name="description">description text.</param>
</member>
<member name="P:System.Web.Services.WebServicesDescriptionAttribute.Description">
<summary>
<para>Retrieves the description text.</para>
</summary>
<returns>
<para>description</para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.WebClientProtocol">
<summary>
<para> Specifies the base class for all
XML Web service client proxies created using ASP.NET.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.WebClientProtocol.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.WebClientProtocol" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.WebClientProtocol.Abort">
<summary>
<para>Cancels a request to an XML Web service method.</para>
</summary>
<returns>
<para>
<see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> cancels a
synchronous XML Web service request. Since a synchronous request will block the
thread until the response has been processed you must call <see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> from a separate thread.
Calling <see cref="M:System.Web.Services.Protocols.WebClientProtocol.Abort" /> will cause a <see cref="T:System.Net.WebException" /> to be
thrown from the XML Web service method call. The <see cref="P:System.Net.WebException.Status" qualify="true" /> property will have the value <see cref="F:System.Net.WebExceptionStatus.RequestCanceled" qualify="true" />. To abort an asynchronous call, you need to cast the
<see cref="T:System.IAsyncResult" />
returned from the <see langword="Begin" /> method to a <see cref="T:System.Web.Services.Protocols.WebClientAsyncResult" /> and call the <see cref="M:System.Web.Services.Protocols.WebClientAsyncResult.Abort" qualify="true" /> method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebRequest(System.Uri)">
<summary>
<para> Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified
<paramref name="url" />. This protected method is called by the XML
Web service client infrastructure to get a new <see cref="T:System.Net.WebRequest" /> transport object to transmit the
XML Web service request.</para>
</summary>
<param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />. </param>
<returns>
<para> The <see cref="T:System.Net.WebRequest" /> instance.
</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(System.Net.WebRequest)">
<summary>
<para> Returns a response from a synchronous request to an XML Web service method.</para>
</summary>
<param name="request">The <see cref="T:System.Net.WebRequest" /> to get the response from. </param>
<returns>
<para> A <see cref="T:System.Net.WebResponse" /> .
</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
<summary>
<para>Returns a response from an asynchronous request to a Web
Service method. This protected method is called by the XML Web service
client infrastructure to get the response from an asynchronous XML Web
service request.</para>
</summary>
<param name="request">The <see cref="T:System.Net.WebRequest" /> to get the response from. </param>
<param name="result">The <see cref="T:System.IAsyncResult" /> to pass to <see cref="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)" />. when the response has completed. </param>
<returns>
<para> The <see cref="T:System.Net.WebResponse" /> instance.
</para>
</returns>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.Credentials">
<summary>
<para> Gets or sets security credentials for Web
Service client authentication.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.ConnectionGroupName">
<summary>
<para> Gets or sets the name of the connection
group for the request.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.PreAuthenticate">
<summary>
<para> Gets or sets whether pre-authentication is enabled.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.Url">
<summary>
<para>Gets or sets the base URL of the XML Web service the client is requesting.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.RequestEncoding">
<summary>
<para>The <see cref="T:System.Text.Encoding" /> used to make the client request to the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientProtocol.Timeout">
<summary>
<para> Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.WebClientAsyncResult">
<summary>
<para> Provides an implementation of <see cref="T:System.IAsyncResult" />
for use by XML Web service proxies to implement the standard asynchronous method pattern.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.WebClientAsyncResult.Abort">
<summary>
<para>Cancels an asynchronous XML Web service request.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientAsyncResult.AsyncState">
<summary>
<para>Gets the object provided in the last parameter to the
<see langword="Begin" />
method asynchronous call.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientAsyncResult.AsyncWaitHandle">
<summary>
<para> Gets a <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an
asynchronous operation to complete.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientAsyncResult.CompletedSynchronously">
<summary>
<para> Gets a value indicating
whether the Begin call completed synchronously.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.WebClientAsyncResult.IsCompleted">
<summary>
<para>Gets a value indicating whether the asynchronous XML Web service request has completed.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.HttpWebClientProtocol">
<summary>
<para> The base class for all XML Web service client proxies that use the HTTP transport
protocol.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpWebClientProtocol" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebRequest(System.Uri)">
<summary>
<para>Creates a <see cref="T:System.Net.WebRequest" /> for the specified URI.</para>
</summary>
<param name="uri">The <see cref="T:System.Uri" /> for creating the <see cref="T:System.Net.WebRequest" />.</param>
<returns>
<para>The made <see cref="T:System.Net.WebRequest" /> . </para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest)">
<summary>
<para>Returns a response from a synchronous request to an XML Web service method.</para>
</summary>
<param name="request">The <see cref="T:System.Net.WebRequest" /> from which to get the response.</param>
<returns>
<para>The <see cref="T:System.Net.WebResponse" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
<summary>
<para>Returns a response from an asynchronous request to an XML Web service method.</para>
</summary>
<param name="request">The <see cref="T:System.Net.WebRequest" /> from which to get the response.</param>
<param name=" result">The <see cref="T:System.IAsyncResult" /> to pass to <see cref="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)" />. when the response has completed.</param>
<returns>
<para>The <see cref="T:System.Net.WebResponse" />.</para>
</returns>
</member>
<member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.AllowAutoRedirect">
<summary>
<para> Gets or sets whether the client automatically follows server redirects.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.CookieContainer">
<summary>
<para>Gets or sets the collection of cookies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.ClientCertificates">
<summary>
<para> Gets the collection of client certificates.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.UserAgent">
<summary>
<para> Gets or sets the value for the user agent header that is
sent with each request.
</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.HttpWebClientProtocol.Proxy">
<summary>
<para>Gets or sets proxy information for making an XML Web service request through a firewall.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.Initialize(System.Object)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.Read(System.Collections.Specialized.NameValueCollection)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.IsSupported(System.Web.Services.Protocols.LogicalMethodInfo)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.ValueCollectionParameterReader.IsSupported(System.Reflection.ParameterInfo)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.HttpSimpleClientProtocol">
<summary>
<para> The base class for communicating with an XML Web service using the simple HTTP-GET and HTTP-POST protocols bindings.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpSimpleClientProtocol" /> class.
</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.Invoke(System.String,System.String,System.Object[])">
<summary>
<para>Invokes an XML Web service method using HTTP.</para>
</summary>
<param name="methodName">The name of the XML Web service method in the derived class that is invoking <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.Invoke(System.String,System.String,System.Object[])" />.</param>
<param name="requestUrl">The URL of the XML Web service method the client is requesting.</param>
<param name="parameters">An array of objects containing the parameters to pass to the remote XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
<returns>
<para>An array of objects containing the return value and any
by-reference or out parameters of the derived class method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.BeginInvoke(System.String,System.String,System.Object[],System.AsyncCallback,System.Object)">
<summary>
<para> Starts an asynchronous invocation of a method of an XML Web service.</para>
</summary>
<param name="methodName">The name of the XML Web service method.</param>
<param name="requestUrl">The url to use when creating the<see cref="T:System.Net.WebRequest" />.</param>
<param name="parameters">An array of objects containing the parameters to pass to the XML Web service method. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
<param name="callback">The delegate to call when the asynchronous method call is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
<param name="asyncState">Additional information supplied by a client.</param>
<returns>
<para>An <see cref="T:System.IAsyncResult" /> which can be passed to <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.EndInvoke(System.IAsyncResult)" /> to obtain the return values from
the XML Web service method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.EndInvoke(System.IAsyncResult)">
<summary>
<para>Completes asynchronous invocation of an XML Web service method using HTTP.</para>
</summary>
<param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.HttpSimpleClientProtocol.BeginInvoke(System.String,System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
<returns>
<para>An array of objects containing the return value and any by reference or
out parameters for the XML Web service method.</para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.HttpGetClientProtocol">
<summary>
<para>The base class for XML Web service client
proxies that use the HTTP-GET protocol.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpGetClientProtocol.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpGetClientProtocol" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpGetClientProtocol.GetWebRequest(System.Uri)">
<summary>
<para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified URI.</para>
</summary>
<param name="uri">The <see cref="T:System.Uri" /> to use when creating the<see cref="T:System.Net.WebRequest" />.</param>
<returns>
<para>The<see cref="T:System.Net.WebRequest" /> instance.</para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.HttpMethodAttribute">
<summary>
<para> Applying this attribute to an XML Web service client using HTTP-GET or HTTP-POST, sets the
types that serialize the parameters sent to an XML Web service method and read the response from the XML Web
service method. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpMethodAttribute.#ctor">
<summary>
Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpMethodAttribute" /> class.
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpMethodAttribute.#ctor(System.Type,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpMethodAttribute" />.</para>
</summary>
<param name="returnFormatter">Initializes the <see cref="P:System.Web.Services.Protocols.HttpMethodAttribute.ReturnFormatter" /> property to a <see cref="T:System.Type" /> that deserializes the response from an XML Web service method.</param>
<param name="parameterFormatter">Initializes the <see cref="P:System.Web.Services.Protocols.HttpMethodAttribute.ParameterFormatter" /> property to a <see cref="T:System.Type" /> that serializes parameters sent from an XML Web service client to an XML Web service method.</param>
</member>
<member name="P:System.Web.Services.Protocols.HttpMethodAttribute.ReturnFormatter">
<summary>
<para>Gets or sets a <see cref="T:System.Type" /> that deserializes the response from
an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.HttpMethodAttribute.ParameterFormatter">
<summary>
<para>Gets or sets a <see cref="T:System.Type" /> that
serializes parameters sent from an XML Web service client to the XML Web service method.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.HttpPostClientProtocol">
<summary>
<para> The base class for XML Web service client
proxies that use the HTTP-POST protocol.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpPostClientProtocol.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.HttpPostClientProtocol" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.HttpPostClientProtocol.GetWebRequest(System.Uri)">
<summary>
<para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified URI.</para>
</summary>
<param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />.</param>
<returns>
<para>The <see cref="T:System.Net.WebRequest" /> instance. </para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.LogicalMethodTypes">
<summary>
<para>Specifies how the XML Web service method was invoked.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.LogicalMethodTypes.Sync">
<summary>
<para> The XML Web service method is invoked synchronously.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.LogicalMethodTypes.Async">
<summary>
<para> The XML Web service method is invoked asynchronously.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.LogicalMethodInfo">
<summary>
<para>Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.#ctor(System.Reflection.MethodInfo)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> class with the <see cref="T:System.Reflection.MethodInfo" /> passed in.</para>
</summary>
<param name="methodInfo">A <see cref="T:System.Reflection.MethodInfo" /> to initialize the properties of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> common to the <see cref="T:System.Reflection.MethodInfo" />.</param>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.ToString">
<summary>
<para>Returns a string that represents the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</summary>
<returns>
<para>A <see cref="T:System.String" /> that
represents the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Invoke(System.Object,System.Object[])">
<summary>
<para>Invokes the method represented by the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
</summary>
<param name=" target">The instance of the <see cref="T:System.Object" /> to invoke the method.</param>
<param name=" values">An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, the <paramref name="values" /> parameter should be <see langword="null" />.</param>
<returns>
<para>An array of type <see cref="T:System.Object" /> representing the return value and out
parameters of the invoked method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.BeginInvoke(System.Object,System.Object[],System.AsyncCallback,System.Object)">
<summary>
<para>Begins an asynchronous invocation of the method
represented by this <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
</summary>
<param name=" target">The instance of the <see cref="T:System.Object" /> on which to invoke the method on.</param>
<param name=" values">An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, <paramref name="values" /> should be <see langword="null" />.</param>
<param name=" callback">The delegate to call when the asynchronous invoke is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
<param name=" asyncState">State information that is passed on to the delegate.</param>
<returns>
<para>An <see cref="T:System.IAsyncResult" /> which is passed to <see cref="M:System.Web.Services.Protocols.LogicalMethodInfo.EndInvoke(System.Object,System.IAsyncResult)" /> to obtain the return values from
the remote method call.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.EndInvoke(System.Object,System.IAsyncResult)">
<summary>
<para>Ends an asynchronous invocation of the method represented by the current
<see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
</summary>
<param name=" target">The instance of the <see cref="T:System.Object" /> on which to invoke the method.</param>
<param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.LogicalMethodInfo.BeginInvoke(System.Object,System.Object[],System.AsyncCallback,System.Object)" />.</param>
<returns>
<para>An array of objects containing the return value and any by-reference or out
parameters of the derived class method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.GetCustomAttributes(System.Type)">
<summary>
<para>Returns the custom attributes applied to the specified type.</para>
</summary>
<param name="type">The <see cref="T:System.Type" /> to which the custom attributes are applied.</param>
<returns>
<para>An array of <see cref="T:System.Object" /> containing the custom attributes applied to
<paramref name="type" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.GetCustomAttribute(System.Type)">
<summary>
<para> Returns the first custom attribute applied to the
type, if any custom attributes are applied to the type.</para>
</summary>
<param name="type">The <see cref="T:System.Type" /> to which the custom attributes are applied.</param>
<returns>
<para> An <see cref="T:System.Object" /> containing the first custom attribute applied to the
<paramref name="type" />parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.IsBeginMethod(System.Reflection.MethodInfo)">
<summary>
<para>Returns a value indicating whether the method passed in
represents a <see langword="Begin" />
method of an asynchronous invocation.</para>
</summary>
<param name="methodInfo">The <see cref="T:System.Reflection.MethodInfo" /> that might be a <see langword="Begin" /> method of an asynchronous invocation.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="methodInfo" /> parameter is a
<see langword="Begin" />
method of an asynchronous invocation; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.IsEndMethod(System.Reflection.MethodInfo)">
<summary>
<para>Returns a value indicating whether the method passed in
represents an <see langword="End" />
method of an asynchronous invocation.</para>
</summary>
<param name="methodInfo">The <see cref="T:System.Reflection.MethodInfo" /> that might be an <see langword="End" /> method of an asynchronous invocation.</param>
<returns>
<para>
<see langword="true" /> if
the
<paramref name="methodInfo" /> parameter is an
<see langword="End" />
method of an asynchronous invocation; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Create(System.Reflection.MethodInfo[])">
<summary>
<para>Given an array of <see cref="T:System.Reflection.MethodInfo" /> that can contain information about both asynchronous and synchronous
methods, creates an array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</summary>
<param name="methodInfos">An array of <see cref="T:System.Reflection.MethodInfo" /> representing the asynchronous and synchronous methods for which to create <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> objects. </param>
<returns>
<para>An array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />, representing the methods within
<paramref name="methodInfos" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.LogicalMethodInfo.Create(System.Reflection.MethodInfo[],System.Web.Services.Protocols.LogicalMethodTypes)">
<summary>
<para>Given an array of <see cref="T:System.Reflection.MethodInfo" />, where the
returned array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> can be restricted to only asynchronous or synchronous
methods, creates an array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</summary>
<param name="methodInfos">An array of <see cref="T:System.Reflection.MethodInfo" /> representing the asynchronous and synchronous methods for which to create <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> objects. </param>
<param name=" types">A bitwise combination of the <see cref="T:System.Web.Services.Protocols.LogicalMethodTypes" /> values. Determines whether just asynchronous or synchronous methods or both are included in the returned array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</param>
<returns>
<para>An array of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />,
representing the methods within <paramref name="methodInfos, " />filtered by the value of
<paramref name="types" />.</para>
</returns>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.DeclaringType">
<summary>
<para> Gets the class that declares the method represented
by the current <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.Name">
<summary>
<para>Gets the name of the method represented by this <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> .</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncResultParameter">
<summary>
<para>Gets the return value of a <see langword="Begin" /> asynchronous method invocation.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncCallbackParameter">
<summary>
<para>Gets the parameter information for the
<paramref name="AsyncCallback" />
parameter of a Begin method in an asynchronous invocation.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.AsyncStateParameter">
<summary>
<para>Gets the parameter information for the
<paramref name="AsyncState" /> parameter of a <see langword="Begin" />
method in an asynchronous invocation.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.ReturnType">
<summary>
<para>Gets the return type of this method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.IsVoid">
<summary>
<para>Gets a value indicating whether the return type for the
method represented by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> is
<see langword="void" />
.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.IsAsync">
<summary>
<para>Gets a value indicating whether the method represented
by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> is invoked asynchronously.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.InParameters">
<summary>
<para>Gets the parameters passed into the method represented
by the instance of <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.OutParameters">
<summary>
<para>Gets the out parameters for the method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.Parameters">
<summary>
<para> Gets the parameters for the method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.CustomAttributeProvider">
<summary>
<para>Gets the custom attributes applied to the method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.ReturnTypeCustomAttributeProvider">
<summary>
<para>Gets the custom attributes for the return type.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.MethodInfo">
<summary>
<para> Gets the attributes and metadata for a
synchronous method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.BeginMethodInfo">
<summary>
<para> Gets the attributes and metadata for a
<see langword="Begin" /> method in an
asynchronous invocation.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.LogicalMethodInfo.EndMethodInfo">
<summary>
<para> Gets the attributes and metadata for an
<see langword="End" /> method of an asynchronous invocation to
a method.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.MatchAttribute">
<summary>
<para>Represents the attributes of a match made using text pattern matching. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.MatchAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.MatchAttribute" /> class with the specified pattern.</para>
</summary>
<param name="pattern">A string that represents the pattern to match.</param>
</member>
<member name="P:System.Web.Services.Protocols.MatchAttribute.Pattern">
<summary>
<para>Gets or sets a regular expression that represents the pattern to match.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.MatchAttribute.Group">
<summary>
<para>Gets or sets a value that represents a grouping of related matches.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.MatchAttribute.Capture">
<summary>
<para>Gets or sets a value that represents the index of a match within a grouping.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.MatchAttribute.IgnoreCase">
<summary>
<para>Gets or sets a value that indicates whether the pattern to match is
case insensitive. </para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.MatchAttribute.MaxRepeats">
<summary>
<para>Gets or sets the maximum number of values to return from the match.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapClientMessage">
<summary>
<para> Represents the data in a SOAP request sent or a SOAP
response received by an XML Web service client at a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapMessage">
<summary>
<para>Represents the data in a SOAP request or SOAP response at
a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> .</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.GetInParameterValue(System.Int32)">
<summary>
<para>Gets the parameter passed into the XML Web service method at
the specified index.</para>
</summary>
<param name="index"> The zero-based index of the parameter in the array of parameters.</param>
<returns>
<para>An <see cref="T:System.Object" />
representing the parameter at the specified index.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.GetOutParameterValue(System.Int32)">
<summary>
<para>Gets the out parameter passed into the XML Web service
method at the specified index.</para>
</summary>
<param name="index">The zero-based index of the parameter in the array of parameters.</param>
<returns>
<para>An <see cref="T:System.Object" />
representing the parameter at the specified index.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.GetReturnValue">
<summary>
<para>Gets the return value of an XML Web service method.</para>
</summary>
<returns>
<para>An <see cref="T:System.Object" />
representing the return value of the XML Web service method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.EnsureOutStage">
<summary>
<para>When overridden in a derived class, asserts that the
current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> stage is a stage where out
parameters are available.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.EnsureInStage">
<summary>
<para>When overridden in a derived class, asserts that the
current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
parameters are available.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapMessage.EnsureStage(System.Web.Services.Protocols.SoapMessageStage)">
<summary>
<para>Ensures that the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the call to the Web
Service method is the stage or stages passed in. If the current
processing stage is not one of the stages passed in, an exception is thrown.</para>
</summary>
<param name="stage">The <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> asserted.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.OneWay">
<summary>
<para>Gets a value indicating the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay" qualify="true" />
property of either the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> or
the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> attribute applied to the XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Exception">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Protocols.SoapException" /> from the call to
the XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.MethodInfo">
<summary>
<para>When overridden in a derived class, gets a representation of the method
prototype for the XML Web service method for which the SOAP request is intended.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Headers">
<summary>
<para>A collection of the SOAP headers applied to
the current SOAP request or SOAP response.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Stream">
<summary>
<para>Gets the data representing the SOAP request or SOAP
response in the form of a <see cref="T:System.IO.Stream" /> .</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.ContentType">
<summary>
<para>Gets or sets the HTTP Content-Type of the SOAP request or SOAP response.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Stage">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the <see cref="T:System.Web.Services.Protocols.SoapMessage" /> .</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Url">
<summary>
<para> When overridden in a derived class, gets the base URL of
the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapMessage.Action">
<summary>
<para>When overridden in a derived class, gets the
SOAPAction HTTP request header field for the SOAP request or SOAP response.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapClientMessage.EnsureOutStage">
<summary>
<para> Asserts that the
current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />
is a stage where out parameters are available. If not, an
exception is thrown.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapClientMessage.EnsureInStage">
<summary>
<para> Asserts that the
current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
parameters are available. If not, an
exception is thrown.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapClientMessage.OneWay">
<summary>
<para>Gets a value indicating whether the client waits for
the server to finish processing an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapClientMessage.Client">
<summary>
<para>Gets an instance of the client proxy class, which derives
from <see cref="T:System.Web.Services.Protocols.SoapHttpClientProtocol" /> .</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapClientMessage.MethodInfo">
<summary>
<para>Gets a representation of the method prototype of
the XML Web service method for which the SOAP request is intended.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapClientMessage.Url">
<summary>
<para> Gets the URL of the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapClientMessage.Action">
<summary>
<para>Gets the <see langword="SOAPAction" /> HTTP request header field for the
SOAP request or SOAP response.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapHttpClientProtocol">
<summary>
<para> Specifies the class client proxies derive from when using SOAP.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHttpClientProtocol" /> class.
</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.Discover">
<summary>
<para>Dynamically binds to an XML Web service described in the
discovery document at <see cref="P:System.Web.Services.Protocols.WebClientProtocol.Url" /> .</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest(System.Uri)">
<summary>
<para>Creates a <see cref="T:System.Net.WebRequest" /> instance for the specified
<paramref name="url" /> .</para>
</summary>
<param name="uri">The <see cref="T:System.Uri" /> to use when creating the <see cref="T:System.Net.WebRequest" />.</param>
<returns>
<para>The <see cref="T:System.Net.WebRequest" /> instance. </para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(System.String,System.Object[])">
<summary>
<para>Invokes an XML Web service method synchronously using SOAP.</para>
</summary>
<param name="methodName">The name of the XML Web service method.</param>
<param name=" parameters">An array of objects containing the parameters to pass to the XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
<returns>
<para>An array of objects containing the return value and any by reference or out
parameters of the derived class method.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)">
<summary>
<para>Starts an asynchronous invocation of an XML Web service method using SOAP.</para>
</summary>
<param name="methodName">The name of the XML Web service method in the derived class that is invoking <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
<param name=" parameters">An array of objects containing the parameters to pass to the XML Web service. The order of the values in the array correspond to the order of the parameters in the calling method of the derived class.</param>
<param name=" callback">The delegate to call when the asynchronous invoke is complete. If <paramref name="callback" /> is <see langword="null" />, the delegate is not called.</param>
<param name=" asyncState">Extra information supplied by the caller.</param>
<returns>
<para>An <see cref="T:System.IAsyncResult" /> which is passed to <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)" /> to obtain the return values from
the remote method call.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(System.IAsyncResult)">
<summary>
<para>Ends an asynchronous invocation of an XML Web service method using SOAP.</para>
</summary>
<param name="asyncResult">The <see cref="T:System.IAsyncResult" /> returned from <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)" />.</param>
<returns>
<para>An array of objects containing the return value and any by-reference or out
parameters of the derived class method.</para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute">
<summary>
<para> Applying the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> to a
method specifies that SOAP messages to and from the method use
<see langword="Document" />
formatting.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapDocumentMethodAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapDocumentMethodAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> class, setting the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action" />
property to the value of the <paramref name="action" /> parameter.</para>
</summary>
<param name="action">The <see langword="SOAPAction" /> HTTP header field of the SOAP request. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action" /> property.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Action">
<summary>
<para>Gets or sets the <see langword="SOAPAction" /> HTTP header field of the SOAP request.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay">
<summary>
<para>Gets or sets whether a XML Web service client waits for the
Web server to finish processing an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.RequestNamespace">
<summary>
<para>Gets or sets the namespace associated with the SOAP
request for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ResponseNamespace">
<summary>
<para>Gets or sets the XML namespace associated with the SOAP
response for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.RequestElementName">
<summary>
<para>Gets or sets the XML element associated with the SOAP
request for an XML Web service method, which is defined
in a service description as an operation.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ResponseElementName">
<summary>
<para>Gets or sets the XML element associated with the SOAP
response for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Use">
<summary>
<para>Gets or sets the parameter formatting for an XML Web service
method within the XML portion of a SOAP message.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.ParameterStyle">
<summary>
<para>Gets or sets whether parameters are encapsulated within a single
XML element beneath the <see langword="Body" /> element in the XML
portion of a SOAP message.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.Binding">
<summary>
<para>Gets or sets the binding an XML Web service method is
implementing an operation for.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute">
<summary>
<para>Applying the optional <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> to an
XML Web service sets the default format
of SOAP requests and responses sent to and from XML
Web service methods within the XML Web service.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class
setting all properties to their default values.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor(System.Web.Services.Description.SoapBindingUse)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class setting the parameter
formatting.</para>
</summary>
<param name="use">The parameter formatting of the XML Web service. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapDocumentServiceAttribute.#ctor(System.Web.Services.Description.SoapBindingUse,System.Web.Services.Protocols.SoapParameterStyle)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> class
that sets the parameter formatting and
sets whether parameters are encapsulated within a single XML element, under the
<see langword="Body" /> element, in SOAP messages.</para>
</summary>
<param name="use">The parameter formatting style. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use" /> property.</param>
<param name=" paramStyle">Sets whether parameters are encapsulated within a single XML element, under the <see langword="Body" /> element, in SOAP messages sent to and from XML Web service methods within the XML Web service. Sets the <see cref="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.ParameterStyle" /> property.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.Use">
<summary>
<para>Gets or sets the default parameter formatting for an XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.ParameterStyle">
<summary>
<para>Gets or sets the default setting that controls whether parameters are
encapsulated within a single element following the <see langword="&lt;Body&gt;" />
element in the XML portion of a SOAP message for XML Web service methods of the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapDocumentServiceAttribute.RoutingStyle">
<summary>
<para>Gets or sets how SOAP messages are routed to the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapException">
<summary>
<para> The exception that is thrown when an
XML Web service method is called over SOAP and an exception
occurs.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapException.ServerFaultCode">
<summary>
<para>Specifies a SOAP fault code representing an error occurred during
the processing of a client call on the server, where the problem was not due to the message contents.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapException.ClientFaultCode">
<summary>
<para>Specifies a SOAP fault code representing a client call was not formatted correctly or did
not contain the appropriate information.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapException.VersionMismatchFaultCode">
<summary>
<para>A SOAP fault code representing an invalid namespace for a SOAP Envelope was found during the
processing of the SOAP message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapException.MustUnderstandFaultCode">
<summary>
<para>A SOAP Fault Code representing a SOAP
element marked with the MustUnderstand attribute was not processed.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapException.DetailElementName">
<summary>
<para>Gets an <see cref="T:System.Xml.XmlQualifiedName" /> representing the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> element of a SOAP Fault code.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
exception code and the piece of code that caused the exception.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
exception code, the piece of code that casued the exception and a reference to the root
cause of the exception.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name="code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name="actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name="innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message
and exception code.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception message,
exception code and a reference to the root cause of the exception.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class
that sets the exception message, exception code, piece of code that caused the
exception and application specific exception information.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class
that sets the exception message, exception code, piece of code that caused the
exception, application specific exception information and a reference to the root cause of
the exception.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
<param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Xml.XmlNode[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets
the exception message, exception code, piece of code that caused the exception,
application specific exception information and optional exception
information.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
<param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode,System.Xml.XmlNode[],System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapException" /> class that sets the exception
message, exception code, piece of code that caused the exception, application
specific exception information, optional exception information, and
a reference to the root cause of the exception.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" detail">The application specific exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Detail" /> property.</param>
<param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
<param name=" innerException">A reference to the root cause of the exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapException.Actor">
<summary>
<para> Gets the piece of
code that caused the exception.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapException.Code">
<summary>
<para> Gets the type of SOAP fault code.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapException.Detail">
<summary>
<para> Gets an <see cref="T:System.Xml.XmlNode" />
representing the application specific error information.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapException.OtherElements">
<summary>
<para>Gets an array of <see cref="T:System.Xml.XmlNode" /> with the optional error information.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapExtension">
<summary>
<para>The base class for SOAP extensions for XML Web services created using ASP.NET.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)">
<summary>
<para>When overridden in a derived class, allows a SOAP extension to initialize data specific to a XML Web service
method using an attribute applied to the XML Web service method at a one time performance cost.</para>
</summary>
<param name="methodInfo">A <see cref="T:System.Web.Services.Protocols.LogicalMethodInfo" /> representing the specific function prototype for the XML Web service method to which the SOAP extension is applied.</param>
<param name=" attribute">The <see cref="T:System.Web.Services.Protocols.SoapExtensionAttribute" /> applied to the XML Web service method. </param>
<returns>
<para>The <see cref="T:System.Object" />
that the SOAP extension initializes for caching.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Type)">
<summary>
<para> When overridden in a
derived class, allows a SOAP extension to initialize data specific to a class implementing
a XML Web service at a one time performance cost.</para>
</summary>
<param name="serviceType">The type of the class implementing the XML Web service to which the SOAP extension is applied.</param>
<returns>
<para>The <see cref="T:System.Object" />
that the SOAP extension initializes for caching.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapExtension.Initialize(System.Object)">
<summary>
<para>When overridden in a derived class, allows a SOAP
extension to initialize itself using the data cached in the <see cref="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)" />
method.</para>
</summary>
<param name="initializer">The <see cref="T:System.Object" /> returned from <see cref="M:System.Web.Services.Protocols.SoapExtension.GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo,System.Web.Services.Protocols.SoapExtensionAttribute)" /> cached by ASP.NET.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)">
<summary>
<para>When overridden in a derived class, allows a SOAP
extension to receive a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> to process at each <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> .</para>
</summary>
<param name="message">The <see cref="T:System.Web.Services.Protocols.SoapMessage" /> to process.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapExtension.ChainStream(System.IO.Stream)">
<summary>
<para>When overridden in a derived class, allows a SOAP
extension access to the memory buffer containing the SOAP request or response.</para>
</summary>
<param name="stream">A memory buffer containing the SOAP request or response. </param>
<returns>
<para>A <see cref="T:System.IO.Stream" /> representing a new memory buffer that this SOAP extension can
modify.</para>
</returns>
</member>
<member name="T:System.Web.Services.Protocols.SoapExtensionAttribute">
<summary>
<para>When overridden in a derived class, specifies a SOAP
extension should run with an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapExtensionAttribute.ExtensionType">
<summary>
<para>When overridden in a derived class, gets the <see cref="T:System.Type" /> of the SOAP extension.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapExtensionAttribute.Priority">
<summary>
<para>When overridden in a derived class, gets or set the
priority of the SOAP extension.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapHeader">
<summary>
<para> When overridden in a derived class, represents the content of a SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeader.EncodedMustUnderstand">
<summary>
<para>Gets or sets the value of the
<see langword="mustUnderstand" /> XML attribute
for the SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeader.MustUnderstand">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Protocols.SoapHeader" />
must be understood.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeader.Actor">
<summary>
<para>Gets or sets the recipient of the SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeader.DidUnderstand">
<summary>
<para> Gets or sets a value indicating whether
an XML Web service method properly processed a SOAP header.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapHeaderAttribute">
<summary>
<para> This attribute is applied to an XML Web service method or an XML Web service client to specify a SOAP header the
Web service method or XML Web service client can process. This class
cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderAttribute" /> class,
setting the member of the XML Web service class representing the SOAP header contents.</para>
</summary>
<param name="memberName">The member of the XML Web service class representing the SOAP header contents. The <see cref="P:System.Web.Services.Protocols.SoapHeaderAttribute.MemberName" /> property will be set to the value of this parameter.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.MemberName">
<summary>
<para>Gets or sets the member of the XML Web service
class representing the SOAP header contents.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.Direction">
<summary>
<para>Gets or sets whether the SOAP header is intended for the XML Web service or
the XML Web service client or both.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeaderAttribute.Required">
<summary>
<para> Gets or sets a value indicating whether the SOAP
header must be understood and processed by the recipient XML Web service or XML Web service client.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapHeaderDirection">
<summary>
<para>Specifies whether the recipient of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is the
XML Web service, the XML Web service client, or both.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapHeaderDirection.In">
<summary>
<para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to the XML Web service.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapHeaderDirection.Out">
<summary>
<para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to the XML Web service client.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapHeaderDirection.InOut">
<summary>
<para>Specifies the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> is sent to both the XML Web service
and the XML Web service client.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapHeaderException">
<summary>
<para> The exception that is thrown when an XML Web service method is
called over SOAP and an exception occurs during processing of the SOAP
header.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name=" message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderException.#ctor(System.String,System.Xml.XmlQualifiedName,System.String,System.Xml.XmlNode[],System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapHeaderException" /> class.</para>
</summary>
<param name="message">A message that identifies the reason the exception occurred. Sets the <see cref="P:System.Exception.Message" /> property.</param>
<param name=" code">The type of error that occurred. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Code" /> property.</param>
<param name=" actor">The piece of code that caused the exception. Typically, a URL to an XML Web service method. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.Actor" /> property.</param>
<param name=" otherElements">Optional exception information. Sets the <see cref="P:System.Web.Services.Protocols.SoapException.OtherElements" /> property.</param>
<param name=" innerException">A reference to the root cause of an exception. Sets the <see cref="P:System.Exception.InnerException" /> property.</param>
</member>
<member name="T:System.Web.Services.Protocols.SoapHeaderCollection">
<summary>
<para>Contains a collection of instances of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Add(System.Web.Services.Protocols.SoapHeader)">
<summary>
<para>Adds a <see cref="T:System.Web.Services.Protocols.SoapHeader" />to the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</para>
</summary>
<param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to add to the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
<returns>
<para> The position at which the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> was inserted.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Insert(System.Int32,System.Web.Services.Protocols.SoapHeader)">
<summary>
<para>Inserts a <see cref="T:System.Web.Services.Protocols.SoapHeader" /> into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />
at the specified index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
<param name=" header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to insert into the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.IndexOf(System.Web.Services.Protocols.SoapHeader)">
<summary>
<para>Determines the index of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />
.</para>
</summary>
<param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" />to locate in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
<returns>
<para>The index of the <paramref name="header" />
parameter, if found in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />; otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Contains(System.Web.Services.Protocols.SoapHeader)">
<summary>
<para>Determines whether the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> contains a specific <see cref="T:System.Web.Services.Protocols.SoapHeader" /> .</para>
</summary>
<param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to locate in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
<returns>
<para>
<see langword="true" /> if the value
of the <paramref name="header" /> parameter is found in the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />; otherwise,
<see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.Remove(System.Web.Services.Protocols.SoapHeader)">
<summary>
<para>Removes the first occurrence of a specific <see cref="T:System.Web.Services.Protocols.SoapHeader" /> from the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> . </para>
</summary>
<param name="header">The <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to remove from the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />.</param>
</member>
<member name="M:System.Web.Services.Protocols.SoapHeaderCollection.CopyTo(System.Web.Services.Protocols.SoapHeader[],System.Int32)">
<summary>
<para>Copies the elements of the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> to an <see cref="T:System.Array" />, starting at a particular index of
the <see cref="T:System.Array" /> .</para>
</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" />. The array must have zero-based indexing.</param>
<param name=" index">The zero-based index in the <paramref name="array" /> parameter at which copying begins. </param>
</member>
<member name="P:System.Web.Services.Protocols.SoapHeaderCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> at the specified index of the <see cref="T:System.Web.Services.Protocols.SoapHeaderCollection" /> .</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> to get or set.</param>
</member>
<member name="T:System.Web.Services.Protocols.SoapMessageStage">
<summary>
<para>Specifies the processing stage of a SOAP message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize">
<summary>
<para>The stage just prior to a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> being serialized.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />
stage occurs after a client
invokes an XML Web service method, but prior to the invocation being serialized.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />
stage
occurs after the invocation to the XML Web service method returns, but prior to the
return values being serialized and sent over the wire back to the client.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize">
<summary>
<para> The stage just after a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> is serialized, but before the
SOAP message is sent over the wire.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize" />
stage occurs
after a client invokes an XML Web service method and the
parameters are serialized into XML, but prior to the SOAP message containing that XML is sent
over the network.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterSerialize" />
stage occurs
after an XML Web service method returns and any
return values are serialized into XML, but prior to the SOAP message containing that
XML is sent over the network.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize">
<summary>
<para>The stage just before a <see cref="T:System.Web.Services.Protocols.SoapMessage" />
is deserialized from the SOAP message sent across the network into an object.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage occurs
after the network response from an XML Web service method invocation has been received, but just before the response containing the
SOAP message is deserialized into an object.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage occurs
after a network request containing the SOAP message for an XML Web service
method invocation is received by the Web server, but prior to the SOAP message being deserialized
into an object.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize">
<summary>
<para>The stage just after a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> is deserialized from a SOAP
message into an object.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage occurs
after the SOAP message containing the
response from an XML Web service method invocation has been deserialized into an object,
but prior to the client receiving the deserialized results.</para>
<para>During <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> processing, the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage occurs
after a network request containing a SOAP message representing a Web
Service method
invocation is deserialized into an object, but prior to the method on that object
representing the XML Web service method is called.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapParameterStyle">
<summary>
<para> Specifies how parameters are formatted
in a SOAP message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapParameterStyle.Default">
<summary>
<para>Specifies using the default <see cref="T:System.Web.Services.Protocols.SoapParameterStyle" /> for
the XML Web service. The default for an
XML Web service can be set by applying a <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" />
to the class implementing the XML Web service. If
a <see cref="T:System.Web.Services.Protocols.SoapDocumentServiceAttribute" /> is
not applied to the class implementing
the XML Web service, the default is <see cref="F:System.Web.Services.Protocols.SoapParameterStyle.Wrapped" />.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapParameterStyle.Bare">
<summary>
<para>Parameters sent to and from an XML Web service method are placed in XML elements
directly following the <see langword="Body" /> element of
a SOAP request or SOAP response.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapParameterStyle.Wrapped">
<summary>
<para> Parameters sent to and from an XML Web service method are encapsulated within
a single XML element followig the <see langword="Body" /> element of
the XML portion of a SOAP request or SOAP response.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapRpcMethodAttribute">
<summary>
<para>Applying the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> to a
method specifies that SOAP messages sent to and from the method use
<see langword="RPC" />
formatting.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapRpcMethodAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> class,
setting
all properties to their default values.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapRpcMethodAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> class,
setting the <see cref="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action" /> property
to the value of the
<paramref name="action" /> parameter.</para>
</summary>
<param name="action">The intent of the SOAP request. Sets the <see cref="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action" /> property.</param>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Action">
<summary>
<para>Gets or sets the <see langword="SOAPAction" /> HTTP header field of the SOAP request.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.OneWay">
<summary>
<para>Gets or sets whether an XML Web service client waits for the Web server to
finish processing an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.RequestNamespace">
<summary>
<para>Gets or sets the XML namespace associated with the SOAP
request for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.ResponseNamespace">
<summary>
<para>Gets or sets the XML namespace associated with the
SOAP response for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.RequestElementName">
<summary>
<para>Gets or sets the XML element associated with the SOAP request for an XML Web
service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.ResponseElementName">
<summary>
<para>Gets or sets the XML element associated with the SOAP
response for an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcMethodAttribute.Binding">
<summary>
<para>Gets or sets the binding an XML Web service method is
implementing an operation for.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapRpcServiceAttribute">
<summary>
<para>Applying the optional <see cref="T:System.Web.Services.Protocols.SoapRpcServiceAttribute" /> to an XML Web service sets the default
format of SOAP requests and responses sent to and from XML Web service methods
within the XML Web service.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapRpcServiceAttribute.#ctor">
<summary>
Initializes a new instance of the <see cref="T:System.Web.Services.Protocols.SoapRpcServiceAttribute" /> class.
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapRpcServiceAttribute.RoutingStyle">
<summary>
<para>Gets or sets how SOAP messages are routed to the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapServerMessage">
<summary>
<para>Represents the data in a SOAP request received or a
SOAP response sent by an XML Web service method at a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. This class cannot be
inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapServerMessage.EnsureOutStage">
<summary>
<para>Asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where out
parameters are available. If not, an exception is thrown.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.SoapServerMessage.EnsureInStage">
<summary>
<para>Asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in
parameters are available. If not, an exception is thrown.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapServerMessage.OneWay">
<summary>
<para>Gets a value indicating whether the client waits for the server to finish
processing an XML Web service method.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapServerMessage.Url">
<summary>
<para>Gets the base URL of the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapServerMessage.Action">
<summary>
<para>Gets the SOAPAction HTTP request header field for the SOAP request or SOAP
response.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapServerMessage.Server">
<summary>
<para>Gets the instance of the class handling the
method invocation on the Web server.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapServerMessage.MethodInfo">
<summary>
<para>Gets a representation of the method prototype for the XML Web service method for
which the SOAP request is intended.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapServiceRoutingStyle">
<summary>
<para> Specifies how a SOAP message is routed to the Web server hosting the
XML Web service.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapServiceRoutingStyle.SoapAction">
<summary>
<para>The SOAP message is routed based on the
<see langword="SOAPAction" /> HTTP header.</para>
</summary>
</member>
<member name="F:System.Web.Services.Protocols.SoapServiceRoutingStyle.RequestElement">
<summary>
<para>The SOAP Message is routed based on the first child element
following the <see langword="&lt;Body&gt;" /> XML element of the SOAP message.</para>
</summary>
</member>
<member name="T:System.Web.Services.Protocols.SoapUnknownHeader">
<summary>
<para> Represents the data received from a SOAP header
that was not understood by the recipient XML Web service or XML Web service client. This
class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Protocols.SoapUnknownHeader.Element">
<summary>
<para>Gets or sets the XML Header element for a SOAP request or response.</para>
</summary>
</member>
<member name="M:System.Web.Services.Protocols.NopHandler.ProcessRequest(System.Web.HttpContext)">
<summary>
IHttpHandler.ProcessRequest.
</summary>
</member>
<member name="P:System.Web.Services.Protocols.NopHandler.IsReusable">
<summary>
IHttpHandler.IsReusable.
</summary>
</member>
<member name="T:System.Web.Services.Discovery.ContractReference">
<summary>
<para>Represents a reference in a discovery document to a
service description.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryReference">
<summary>
<para> The base class for discoverable references using XML Web
services discovery.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReference.WriteDocument(System.Object,System.IO.Stream)">
<summary>
<para>When overridden in a derived class, writes the document
to a <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="document">The document to write into a <see cref="T:System.IO.Stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> into which the <paramref name="document" /> is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReference.ReadDocument(System.IO.Stream)">
<summary>
<para>Reads the passed <see cref="T:System.IO.Stream" /> and returns an instance of the
class representing the type of referenced document.</para>
</summary>
<param name="stream">
<see cref="T:System.IO.Stream" />containing the reference document.</param>
<returns>
<para>An <see cref="T:System.Object" /> with an underlying type matching the type of referenced
document.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReference.FilenameFromUrl(System.String)">
<summary>
<para> Returns a file name based on the passed URL.</para>
</summary>
<param name="url">The URL on which the name of the file is based. </param>
<returns>
<para>Name of the file based on the passed URL.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReference.Resolve">
<summary>
<para>Downloads the referenced document at <see cref="P:System.Web.Services.Discovery.DiscoveryReference.Url" /> to
resolve whether the referenced document is valid.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReference.Resolve(System.String,System.IO.Stream)">
<summary>
<para> Resolves whether the referenced document is valid.</para>
</summary>
<param name="contentType">The MIME type of <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryReference.ClientProtocol">
<summary>
<para>Gets or sets the instance of <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol" /> used in a discovery process.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryReference.DefaultFilename">
<summary>
<para> Gets the name of the
default file to use when saving the referenced discovery document, XSD schema, or Service Description.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryReference.Url">
<summary>
<para>Gets or sets the URL of the referenced document.</para>
</summary>
</member>
<member name="F:System.Web.Services.Discovery.ContractReference.Namespace">
<summary>
<para>XML namespace for service description references in
discovery documents.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class using default values.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class
using the supplied
reference to a Service
Description.</para>
</summary>
<param name="href">The URL for a Sevice Descritpion. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property value.</param>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.ContractReference" /> class
using the supplied references to a service description and
a
XML Web service implementing the service description.</para>
</summary>
<param name="href">The URL for a service description. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property value.</param>
<param name=" docRef">The URL for a XML Web service implementing the service description at <paramref name="href" />. Initializes the <see cref="P:System.Web.Services.Discovery.ContractReference.DocRef" /> property value.</param>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.WriteDocument(System.Object,System.IO.Stream)">
<summary>
<para> Writes the passed-in service description into
the passed-in <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="document">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to write into <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized <see cref="T:System.Web.Services.Description.ServiceDescription" /> is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.ReadDocument(System.IO.Stream)">
<summary>
<para>Reads the service description from the passed <see cref="T:System.IO.Stream" /> and returns the service description.</para>
</summary>
<param name="stream">
<see cref="T:System.IO.Stream" /> containing the service description.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.ServiceDescription" /> containing the
contents of the referenced service description.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.ContractReference.Resolve(System.String,System.IO.Stream)">
<summary>
<para> Resolves whether the the referenced document is valid.</para>
</summary>
<param name="contentType">The MIME content type of <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
</member>
<member name="P:System.Web.Services.Discovery.ContractReference.Ref">
<summary>
<para> Gets or sets the URL to the referenced service description.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.ContractReference.DocRef">
<summary>
<para> Gets and sets the URL for a XML Web service implementing the
service description referenced in the <see cref="P:System.Web.Services.Discovery.ContractReference.Ref" /> property.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.ContractReference.Url">
<summary>
<para>Gets or sets the URL for the referenced Service
Description.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.ContractReference.Contract">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.ServiceDescription" qualify="true" />
object representing
the service description.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.ContractReference.DefaultFilename">
<summary>
<para>Gets the name of the file to use by default when saving the
referenced service description.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoverySearchPattern.GetDiscoveryReference(System.String)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoverySearchPattern.Pattern">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection">
<summary>
<para>Represents a collection of documents discovered during XML Web services discovery that have been downloaded to the client. This
class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Add(System.String,System.Object)">
<summary>
<para> Adds an object with the specified URL to the
<see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</para>
</summary>
<param name="url">The URL for the document to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
<param name=" value">A discovered document to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Contains(System.String)">
<summary>
<para>Determines if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> contains an object with the specified URL.</para>
</summary>
<param name="url">The URL for the document to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> .</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" /> contains an object with
the specified URL; otherwise, <see langword="false" />. </para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Remove(System.String)">
<summary>
<para>Removes an object with the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
</summary>
<param name="url">The URL for the discovered document to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Item(System.String)">
<summary>
<para>Gets or sets a client discovery document object from the
<see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />
with the specified URL.</para>
</summary>
<param name="url">The URL of the discovery document to get or set from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />. </param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Keys">
<summary>
<para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientDocumentCollection.Values">
<summary>
<para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the values in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientDocumentCollection" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryClientProtocol">
<summary>
<para> Provides support for programmatically
invoking XML Web services discovery.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Discover(System.String)">
<summary>
<para>Discovers the supplied URL to determine if it is a discovery document.</para>
</summary>
<param name="url">The URL where XML Web services discovery begins.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the results of XML Web services discovery at the supplied URL.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny(System.String)">
<summary>
<para>Discovers the supplied URL to determine if it is a discovery document, service description
or an XML Schema Definition (XSD) schema.</para>
</summary>
<param name="url">The URL where XML Web services discovery begins.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />
containing the results of XML Web services discovery at the supplied URL. If the
<paramref name="url" />
parameter refers to a service description or an XSD Schema, a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />
is created in memory for it.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Download(System.String@)">
<summary>
<para>Downloads the discovery document at the supplied URL into a <see cref="T:System.IO.Stream" /> object.</para>
</summary>
<param name="url">The URL of the discovery document to download.</param>
<returns>
<para>A <see cref="T:System.IO.Stream" />
containing the document at the supplied URL.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.Download(System.String@,System.String@)">
<summary>
<para>Downloads the discovery document at the supplied URL
into a <see cref="T:System.IO.Stream" /> object, setting the <paramref name="contentType" /> parameter to
the MIME encoding of the discovery document.</para>
</summary>
<param name="url">The URL of the discovery document to download.</param>
<param name=" contentType">The MIME encoding of the downloaded discovery document.</param>
<returns>
<para>A <see cref="T:System.IO.Stream" /> containing the document at the supplied URL.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ReadAll(System.String)">
<summary>
<para>Reads in a file containing a map of saved discovery
documents populating the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> and <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />
properties, with discovery documents, XML Schema Definition (XSD) schemas,
and service descriptions referenced in the file.</para>
</summary>
<param name="topLevelFilename">Name of file to read in, containing the map of saved discovery documents. </param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />
containing the results found in the file with the map of saved discovery
documents. The file format is a <see cref="T:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile" /> class serialized into XML; however, one would typically create
the file using only the <see cref="M:System.Web.Services.Discovery.DiscoveryClientProtocol.WriteAll(System.String,System.String)" />
method or Disco.exe. </para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ResolveAll">
<summary>
<para>Resolves all references to discovery documents, XML Schema Definition (XSD)
schemas, and service descriptions in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />
property, as well as references found in referenced
discovery documents.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.ResolveOneLevel">
<summary>
<para>Resolves all references to discovery documents, XML Schema Definition (XSD)
schemas and service descriptions in <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References" />, as well as references found in those
discovery documents.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientProtocol.WriteAll(System.String,System.String)">
<summary>
<para>Writes all discovery documents, XML Schema Definition (XSD) schemas, and Service
Descriptions in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> property
to the supplied directory and creates a
file in that directory.</para>
</summary>
<param name="directory">The directory in which to save all documents currently in the <see cref="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents" /> property.</param>
<param name=" topLevelFilename">The name of the file to create or overwrite containing a map of all documents saved.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> containing the results of all
files saved.</para>
</returns>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.AdditionalInformation">
<summary>
<para>Gets information in addition to references found in the discovery document.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Documents">
<summary>
<para>Gets a collection of discovery documents.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.Errors">
<summary>
<para> Gets a collection of exceptions that occurred
during invocation of method from this class.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.References">
<summary>
<para> A collection of references founds in resolved
discovery documents.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.Results">
<summary>
<para>Gets a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> objects.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryClientResultCollection">
<summary>
<para>Contains a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" />
objects. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Add(System.Web.Services.Discovery.DiscoveryClientResult)">
<summary>
<para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
<returns>
<para>The position into which the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> was
inserted.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Contains(System.Web.Services.Discovery.DiscoveryClientResult)">
<summary>
<para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> contains a specific <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to locate in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> is found in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />; otherwise,
<see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientResultCollection.Remove(System.Web.Services.Discovery.DiscoveryClientResult)">
<summary>
<para>Removes the first occurrence of a specific <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" />.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientResultCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> at position <paramref name="i" /> of the
<see cref="T:System.Web.Services.Discovery.DiscoveryClientResultCollection" /> .</para>
</summary>
<param name="i">The zero-based index of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> to get or set.</param>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryClientResult">
<summary>
<para> Represents the details of a discovery reference without the contents
of the referenced document. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientResult.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientResult.#ctor(System.Type,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryClientResult" /> class
and sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName" /> property to
<paramref name="referenceType" />, the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Url" /> property to
<paramref name="url" /> and the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename" /> property to
<paramref name="filename" />.</para>
</summary>
<param name="referenceType">Name of the class representing the type of reference in the discovery document. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName" /> property.</param>
<param name=" url">URL for the reference. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Url" /> property.</param>
<param name=" filename">Name of the file in which the reference was saved. Sets the <see cref="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename" /> property.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName">
<summary>
<para>Name of the class representing the type of reference in the discovery document.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientResult.Url">
<summary>
<para>Gets or sets the URL for the reference.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientResult.Filename">
<summary>
<para>Gets or sets the name of the file in which the reference is saved.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection">
<summary>
<para>Represents a collection of <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> objects. This
class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Add(System.Web.Services.Discovery.DiscoveryReference)">
<summary>
<para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Add(System.String,System.Web.Services.Discovery.DiscoveryReference)">
<summary>
<para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL
and value to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</para>
</summary>
<param name="url">The URL for the reference to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
<param name=" value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Contains(System.String)">
<summary>
<para>Determines if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> contains a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL.</para>
</summary>
<param name="url">The URL for the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />
contains a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the
specified URL; otherwise,<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Remove(System.String)">
<summary>
<para>Removes a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> with the specified URL from the
<see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</para>
</summary>
<param name="url">A string that represents the URL for the object to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Item(System.String)">
<summary>
<para>Gets or sets a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> object from the
<see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> with the specified URL.</para>
</summary>
<param name="url">The URL for the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to get or set from the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" />. </param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Keys">
<summary>
<para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys
in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryClientReferenceCollection.Values">
<summary>
<para>Gets an <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the
values in the <see cref="T:System.Web.Services.Discovery.DiscoveryClientReferenceCollection" /> .</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryDocument">
<summary>
<para>Represents a discovery document. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Discovery.DiscoveryDocument.Namespace">
<summary>
<para>Namespace of the discovery XML element of a discovery document.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.IO.Stream)">
<summary>
<para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing
the contents of a discovery document from the passed <see cref="T:System.IO.Stream" /> .</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.IO.TextReader)">
<summary>
<para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.IO.TextReader" />.</para>
</summary>
<param name="reader">The <see cref="T:System.IO.TextReader" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the contents of
a discovery document from the passed <see cref="T:System.IO.TextReader" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Read(System.Xml.XmlReader)">
<summary>
<para>Reads and returns a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> from the passed <see cref="T:System.Xml.XmlReader" />.</para>
</summary>
<param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> from which to read the <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> .</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the contents of
a discovery document from the passed <see cref="T:System.Xml.XmlReader" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.CanRead(System.Xml.XmlReader)">
<summary>
<para> Returns a value indicating whether the passed <see cref="T:System.Xml.XmlReader" /> can be
deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />.</para>
</summary>
<param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> that is tested whether it can be deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />.</param>
<returns>
<para>
<see langword="true" /> if <see cref="T:System.Xml.XmlReader" /> can be deserialized into a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" />; otherwise,
<see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.IO.TextWriter)">
<summary>
<para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
passed <see cref="T:System.IO.TextWriter" />.</para>
</summary>
<param name="writer">The <see cref="T:System.IO.TextWriter" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.IO.Stream)">
<summary>
<para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
passed <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocument.Write(System.Xml.XmlWriter)">
<summary>
<para>Writes this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
passed <see cref="T:System.Xml.XmlWriter" />.</para>
</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> into which this <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> is written.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocument.References">
<summary>
<para>A list of references contained within the discovery document.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentLinksPattern.GetDiscoveryReference(System.String)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentLinksPattern.Pattern">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryDocumentReference">
<summary>
<para> Represents a reference to a discovery document. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocumentReference" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.DiscoveryDocumentReference" /> class, setting the <see cref="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref" />
property to the value of <paramref name="href" />.</para>
</summary>
<param name="href">Reference to a discovery document. The <see cref="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref" /> property is set to the value of <paramref name="href" />.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.WriteDocument(System.Object,System.IO.Stream)">
<summary>
<para> Writes the passed <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> into the
passed <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="document">The <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> to write into <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized discovery document is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.ReadDocument(System.IO.Stream)">
<summary>
<para>Reads and returns the discovery document from the passed <see cref="T:System.IO.Stream" />
.</para>
</summary>
<param name="stream">
<see cref="T:System.IO.Stream" /> containing the discovery document.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> containing the
contents of the referenced discovery document.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.Resolve(System.String,System.IO.Stream)">
<summary>
<para> Resolves whether the referenced
document is valid.</para>
</summary>
<param name="contentType">The MIME type of <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentReference.ResolveAll">
<summary>
<para>Verifies that all referenced documents within the discovery document are valid.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref">
<summary>
<para>Gets or sets the reference to a discovery document.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.DefaultFilename">
<summary>
<para> Gets the name of the default file to use when saving the referenced
discovery document.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Document">
<summary>
<para>Gets the contents of the referenced discovery document
as a <see cref="T:System.Web.Services.Discovery.DiscoveryDocument" /> object.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentReference.Url">
<summary>
<para>Gets or sets the URL of the referenced discovery document.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryDocumentSearchPattern.GetDiscoveryReference(System.String)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryDocumentSearchPattern.Pattern">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary">
<summary>
<para> Collects exceptions that occurred during XML Web services discovery. This class cannot
be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Add(System.String,System.Exception)">
<summary>
<para>Adds an <see cref="T:System.Exception" /> with a key of <paramref name="url" /> to the
<see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
</summary>
<param name="url">The URL that caused an exception during XML Web services discovery.</param>
<param name=" value">The <see cref="T:System.Exception" /> that occurred during XML Web services discovery.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Contains(System.String)">
<summary>
<para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />
contains an <see cref="T:System.Exception" /> with the specified URL.</para>
</summary>
<param name="url">The URL of the <see cref="T:System.Exception" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />
contains an <see cref="T:System.Exception" /> with
the specified URL; otherwise, <see langword="false" />. </para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Remove(System.String)">
<summary>
<para>Removes an <see cref="T:System.Exception" /> with the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
</summary>
<param name="url">The URL of the <see cref="T:System.Exception" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Item(System.String)">
<summary>
<para>Gets or sets the <see cref="T:System.Exception" /> that occurred while discovering the specified URL from the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
</summary>
<param name="url">The URL of the discovery document that caused an exception to be thrown during XML Web services discovery.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Keys">
<summary>
<para>Gets a <see cref="T:System.Collections.ICollection" qualify="true" /> object with all the keys in the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryExceptionDictionary.Values">
<summary>
<para>Gets a <see cref="T:System.Collections.ICollection" qualify="true" /> object containing all the values in the <see cref="T:System.Web.Services.Discovery.DiscoveryExceptionDictionary" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.DiscoveryReferenceCollection">
<summary>
<para>A collection of discovery references. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Add(System.Web.Services.Discovery.DiscoveryReference)">
<summary>
<para>Adds a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to add to the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />. </param>
<returns>
<para> The position where the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> was inserted in
the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />. </para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Contains(System.Web.Services.Discovery.DiscoveryReference)">
<summary>
<para>Determines whether the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" /> contains a specific <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to locate within the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" /> contains the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryReferenceCollection.Remove(System.Web.Services.Discovery.DiscoveryReference)">
<summary>
<para>Removes a <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> from the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to remove from the <see cref="T:System.Web.Services.Discovery.DiscoveryReferenceCollection" />.</param>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryReferenceCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" />
at the specified index.</para>
</summary>
<param name="i">The zero-based index of the <see cref="T:System.Web.Services.Discovery.DiscoveryReference" /> to get or set.</param>
</member>
<member name="M:System.Web.Services.Discovery.DiscoveryRequestHandler.ProcessRequest(System.Web.HttpContext)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DiscoveryRequestHandler.IsReusable">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DynamicDiscoSearcher.Search(System.String)">
<summary>
Main function. Searches dir recursively for primary (.vsdisco) and seconary (.asmx) files.
</summary>
</member>
<member name="F:System.Web.Services.Discovery.DynamicDiscoveryDocument.Namespace">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.Write(System.IO.Stream)">
<summary>
Write this instance to a stream.
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DynamicDiscoveryDocument.Load(System.IO.Stream)">
<summary>
Read an instance of WebMethodsFile from a stream.
</summary>
</member>
<member name="P:System.Web.Services.Discovery.DynamicDiscoveryDocument.ExcludePaths">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.DynamicVirtualDiscoSearcher.Search(System.String)">
<summary>
Main function. Searches dir recursively for primary (.vsdisco) and seconary (.asmx) files.
</summary>
</member>
<member name="M:System.Web.Services.Discovery.ExcludePathInfo.#ctor">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.ExcludePathInfo.#ctor(System.String)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.ExcludePathInfo.Path">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.SchemaReference">
<summary>
<para>Represents a reference in a discovery document to an XML Schema Definition (XSD) language schema. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Discovery.SchemaReference.Namespace">
<summary>
<para> XML namespace for XSD schema references in discovery documents.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.SchemaReference.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.SchemaReference" /> class using default values.</para>
</summary>
</member>
<member name="M:System.Web.Services.Discovery.SchemaReference.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.SchemaReference" />
class using the supplied URL as the XSD schema reference.</para>
</summary>
<param name="url">The URL for the XSD schema. Initializes the <see cref="P:System.Web.Services.Discovery.SchemaReference.Ref" /> property.</param>
</member>
<member name="M:System.Web.Services.Discovery.SchemaReference.WriteDocument(System.Object,System.IO.Stream)">
<summary>
<para> Writes the passed XSD schema into
the passed <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="document">The <see cref="T:System.Xml.Schema.XmlSchema" /> to write into <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> into which the serialized XSD schema is written.</param>
</member>
<member name="M:System.Web.Services.Discovery.SchemaReference.ReadDocument(System.IO.Stream)">
<summary>
<para> Reads and returns the XSD schema from the passed <see cref="T:System.IO.Stream" /> .</para>
</summary>
<param name="stream">
<see cref="T:System.IO.Stream" /> containing the XSD schema.</param>
<returns>
<para>An <see cref="T:System.Xml.Schema.XmlSchema" /> containing the
contents of the referenced XSD schema.</para>
</returns>
</member>
<member name="M:System.Web.Services.Discovery.SchemaReference.Resolve(System.String,System.IO.Stream)">
<summary>
<para> Resolves whether the referenced document is valid.</para>
</summary>
<param name="contentType">The MIME content type of <paramref name="stream" />.</param>
<param name=" stream">The <see cref="T:System.IO.Stream" /> containing the referenced document.</param>
</member>
<member name="P:System.Web.Services.Discovery.SchemaReference.Ref">
<summary>
<para> Gets or sets the URL to the referenced XSD schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SchemaReference.TargetNamespace">
<summary>
<para>Gets or sets the <see langword="targetNamespace" /> XML attribute of the XSD schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SchemaReference.Url">
<summary>
<para>Gets or sets the URL for the schema reference.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SchemaReference.DefaultFilename">
<summary>
<para> Gets the name of the default file to use when saving the referenced XSD
schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SchemaReference.Schema">
<summary>
<para>Gets an <see cref="T:System.Xml.Schema.XmlSchema" /> object representing the XSD schema.</para>
</summary>
</member>
<member name="T:System.Web.Services.Discovery.SoapBinding">
<summary>
<para>Represents a SOAP binding in a discovery
document. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Discovery.SoapBinding.Namespace">
<summary>
<para>The XML namespace of the element that specifies
a SOAP binding within a discovery document.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SoapBinding.Address">
<summary>
<para>Gets or sets the URL of the XML Web service implementing
the SOAP binding.</para>
</summary>
</member>
<member name="P:System.Web.Services.Discovery.SoapBinding.Binding">
<summary>
<para>Gets or sets the XML qualified name of the SOAP binding
implemented by the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.HttpAddressBinding">
<summary>
<para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Port" /> within an XML Web
service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtension">
<summary>
<para> Represents an extensibility element added to an XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent">
<summary>
<para> Gets the parent of the
<see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />
is necessary for the action
to which it refers.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> is
used by the import process when the
extensibility element is imported.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.HttpAddressBinding.Location">
<summary>
<para> Gets or sets a value representing
the URL of the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.HttpBinding">
<summary>
<para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Binding" />
within an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.HttpBinding.Namespace">
<summary>
<para> Specifies the URI for the XML namespace representing the
HTTP transport for use with SOAP. This field is
constant.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.HttpBinding.Verb">
<summary>
<para>Gets or sets a value indicating whether the HTTP
request will be made using the "GET" or "POST" method.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.HttpOperationBinding">
<summary>
<para> Represents an extensibility
element added to an
<see cref="T:System.Web.Services.Description.OperationBinding" />
within an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.HttpOperationBinding.Location">
<summary>
<para>Gets or sets the URL relative to the location specified by the
<see cref="T:System.Web.Services.Description.HttpAddressBinding" />, within the Web Services Description Language (WSDL) document, of the operation supported by the
<see cref="T:System.Web.Services.Description.HttpOperationBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.HttpUrlEncodedBinding">
<summary>
<para>Represents an extensibility element added to an
<see cref="T:System.Web.Services.Description.InputBinding" />
within an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.HttpUrlReplacementBinding">
<summary>
<para>Represents an extensibility element added to an
<see cref="T:System.Web.Services.Description.InputBinding" />
within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimeContentBinding">
<summary>
<para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or
an <see cref="T:System.Web.Services.Description.OutputBinding" />
within a Web Service, specifying the MIME format for
the body of the HTTP transmission. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.MimeContentBinding.Namespace">
<summary>
<para>Specifies the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.MimeContentBinding" /> class. This field is constant.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeContentBinding.Part">
<summary>
<para>Gets or sets the name of the
<see cref="T:System.Web.Services.Description.MessagePart" /> to which the <see cref="T:System.Web.Services.Description.MimeContentBinding" /> applies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeContentBinding.Type">
<summary>
<para>Gets or sets a value indicating the format of the body of the HTTP transmission. </para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimePart">
<summary>
<para> Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" />, specifying the concrete MIME
type for the <see cref="T:System.Web.Services.Description.MessagePart" /> to which the
<see langword="MimePart" /> applies. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimePart.Extensions">
<summary>
<para>Gets the collection of MIME extensibility elements for the part of the <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" /> of
which the <see cref="T:System.Web.Services.Description.MimePart" /> is a member.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimeMultipartRelatedBinding">
<summary>
<para>Represents an extensibility element added to an
<see cref="T:System.Web.Services.Description.InputBinding" /> or an
<see cref="T:System.Web.Services.Description.OutputBinding" />,
specifying the individual MIME formats for the parts
of the HTTP transmission. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts">
<summary>
<para> Gets the collection of extensibility elements added to
the <see cref="T:System.Web.Services.Description.MimeMultipartRelatedBinding" /> to specify the MIME format for
the parts of the MIME
message.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimeXmlBinding">
<summary>
<para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.MimePart" />, an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />. It
specifies the schema for XML messages that are not SOAP
compliant. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeXmlBinding.Part">
<summary>
<para>Gets or sets the name of the
<see cref="T:System.Web.Services.Description.MessagePart" /> to which the
<see cref="T:System.Web.Services.Description.MimeXmlBinding" /> applies.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimePartCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.MimePart" /> class.
This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.MimePart" /> to the end of the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
</summary>
<param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="mimePart" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.MimePart" /> to the
<see cref="T:System.Web.Services.Description.MimePartCollection" /> at the specified index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="mimePart" /> parameter.</param>
<param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)">
<summary>
<para>Searches for the specified
<see cref="T:System.Web.Services.Description.MimePart" /> and
returns the zero-based index of the first occurrence within the collection.</para>
</summary>
<param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> for which to search the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)">
<summary>
<para>Returns a value indicating whether the specified
<see cref="T:System.Web.Services.Description.MimePart" /> is
a member of the <see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
</summary>
<param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to check for collection membership.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="mimePart" /> parameter
is a member of the <see langword="MimePartCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)">
<summary>
<para>Removes the first occurrence of the specified
<see cref="T:System.Web.Services.Description.MimePart" /> from the
<see cref="T:System.Web.Services.Description.MimePartCollection" />.</para>
</summary>
<param name="mimePart">The <see cref="T:System.Web.Services.Description.MimePart" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.MimePartCollection" /> to a compatible
one-dimensional array of type
<see cref="T:System.Web.Services.Description.MimePart" />,
starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.MimePart" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a
<see cref="T:System.Web.Services.Description.MimePart" />
at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MimePart" /> whose value is modified or returned.</param>
</member>
<member name="T:System.Web.Services.Description.MimeTextBinding">
<summary>
<para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" />, an <see cref="T:System.Web.Services.Description.OutputBinding" />, or a <see cref="T:System.Web.Services.Description.MimePart" />,
specifying the text patterns for which to search the HTTP transmission.
This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.MimeTextBinding.Namespace">
<summary>
<para>Specifies the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.MimeTextBinding" /> class. This field is constant.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextBinding.Matches">
<summary>
<para>Gets the collection of MIME text patterns for which the
HTTP transmission is searched.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimeTextMatch">
<summary>
<para>Represents a text pattern for which the HTTP transmission
is searched. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.MimeTextMatch" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Type">
<summary>
<para>Gets or sets a value indicating the MIME format of the
text to be searched.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Group">
<summary>
<para>Gets or sets a value indicating the number of groups
in which to place the results of the text search.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Capture">
<summary>
<para>Gets or sets a value indicating the zero-based index of a <see cref="T:System.Web.Services.Description.MimeTextMatch" /> within a group.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Repeats">
<summary>
<para>Gets or sets a value indicating the number of times the
search is to be performed.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.RepeatsString">
<summary>
<para>Gets or sets a value indicating the number of times the
search is to be performed.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Pattern">
<summary>
<para>Gets or sets the text pattern for the search.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.IgnoreCase">
<summary>
<para>Gets or sets a value indicating whether the search
should disregard the case of the text to be searched.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatch.Matches">
<summary>
<para>Gets the collection of text pattern matches that have
been found by the search.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MimeTextMatchCollection">
<summary>
<para>Provides a collection of instances of the <see cref="T:System.Web.Services.Description.MimeTextMatch" /> class. This class cannot be
inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.MimeTextMatch" /> to the end of the
<see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
</summary>
<param name="match">The
<see cref="T:System.Web.Services.Description.MimeTextMatch" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the
<paramref name="match" /> parameter has been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> at the specified index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="match" /> parameter.</param>
<param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)">
<summary>
<para>Searches for the specified
<see cref="T:System.Web.Services.Description.MimeTextMatch" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)">
<summary>
<para>Returns a value indicating whether the specified
<see cref="T:System.Web.Services.Description.MimeTextMatch" /> is a member of the
<see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
</summary>
<param name="match">The<see cref="T:System.Web.Services.Description.MimeTextMatch" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the
<paramref name="match" /> parameter is a member of the
<see langword="MimeTextMatchCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)">
<summary>
<para>Removes the first occurrence of the specified
<see cref="T:System.Web.Services.Description.MimeTextMatch" /> from
the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" />.</para>
</summary>
<param name="match">The <see cref="T:System.Web.Services.Description.MimeTextMatch" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> to a compatible one-dimensional
array of type <see cref="T:System.Web.Services.Description.MimeTextMatch" />,
starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">The array of type <see cref="T:System.Web.Services.Description.MimeTextMatch" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)">
<summary>
<para> Gets or sets the value of the member of the <see cref="T:System.Web.Services.Description.MimeTextMatchCollection" /> at the
specified zero-based index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MimeTextMatch" /> whose value is returned or modified.</param>
</member>
<member name="T:System.Web.Services.Description.ServiceDescription">
<summary>
<para> Provides a means of creating and formatting a valid Web Services Description Language (WSDL) document file, complete with
appropriate namespaces, elements, and attributes, for describing an XML Web service. This
class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.DocumentableItem">
<summary>
<para>Represents the abstract base class from
which several classes in the
<see langword="System.Web.Services.Description" /> namespace
are derived.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.DocumentableItem.Documentation">
<summary>
<para>Gets or sets the text documentation for the instance of the
<see cref="T:System.Web.Services.Description.DocumentableItem" />.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescription.Namespace">
<summary>
<para>The XML namespace in which the <see langword="ServiceDescription" /> class is defined ("http://schemas.xmlsoap.org/wsdl/").
This field is constant.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)">
<summary>
<para>Initializes an instance of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from a <see cref="T:System.IO.TextReader" />.</para>
</summary>
<param name="textReader">A <see cref="T:System.IO.TextReader" /> instance, passed by reference, that contains the text to be read.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)">
<summary>
<para>Initializes an instance of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from a <see cref="T:System.IO.Stream" /> instance.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream" />, passed by reference, that contains the bytes to be read.</param>
<returns>
<para> A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader)">
<summary>
<para>Initializes an instance of the
<see cref="T:System.Web.Services.Description.ServiceDescription" /> class by directly loading the XML from an
<see cref="T:System.Xml.XmlReader" />.</para>
</summary>
<param name="reader">An <see cref="T:System.Xml.XmlReader" />, passed by reference, that contains the XML data to be read.</param>
<returns>
<para>Returns a <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Read(System.String)">
<summary>
<para>Initializes an instance of a <see cref="T:System.Web.Services.Description.ServiceDescription" />
object by directly loading the XML from the specified file.</para>
</summary>
<param name="fileName">The path to the file to be read.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.CanRead(System.Xml.XmlReader)">
<summary>
<para>Gets a value indicating whether an <see cref="T:System.Xml.XmlReader" /> represents a valid Web Services Description Language (WSDL) file that can be parsed.</para>
</summary>
<param name="reader">An <see cref="T:System.Xml.XmlReader" /></param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> can recognize the node
on which the <see cref="T:System.Xml.XmlReader" /> is positioned; otherwise
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Write(System.String)">
<summary>
<para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> as a Web Services Description
Language (WSDL) file to the specified path.</para>
</summary>
<param name="fileName"> The path to which the WSDL file is written.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)">
<summary>
<para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> as a Web Services Description Language (WSDL) file
to the <see cref="T:System.IO.TextWriter" />.</para>
</summary>
<param name="writer">A <see cref="T:System.IO.TextWriter" /> that contains the WSDL file produced.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)">
<summary>
<para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" />
to the specified <see cref="T:System.IO.Stream" />.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream" />, passed by reference, that contains the Web Services Description Language (WSDL) file produced.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescription.Write(System.Xml.XmlWriter)">
<summary>
<para>Writes out the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the <see cref="T:System.Xml.XmlWriter" /> as a Web Services Description Language (WSDL) file.</para>
</summary>
<param name="writer">An <see cref="T:System.Xml.XmlWriter" />, passed by reference, that contains the WSDL file produced.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.RetrievalUrl">
<summary>
<para>Gets or sets the URL of the XML Web service to which the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instance applies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> instance of which
the <see cref="T:System.Web.Services.Description.ServiceDescription" />
is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Imports">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Import" /> elements contained in the
<see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Types">
<summary>
<para> Gets or sets the <see cref="T:System.Web.Services.Description.Types" /> contained by the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Messages">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Message" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.PortTypes">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.PortType" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Bindings">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Binding" /> elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Services">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Service" /> instances contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Extensions">
<summary>
<para>Gets the collection of extensibility elements contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.TargetNamespace">
<summary>
<para>Gets or sets the XML <see langword="targetNamespace" />
attribute of the <see langword="&lt;descriptions&gt;" />
tag enclosing a Web Services Description Language (WSDL) file.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescription.Name">
<summary>
<para>Gets or sets the XML <see langword="name" /> attribute of
the <see langword="&lt;descriptions&gt;" /> tag enclosing the Web Services
Description Language (WSDL) file.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Import">
<summary>
<para> Associates an XML Namespace with a document
location. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Import.ServiceDescription">
<summary>
<para>Gets a reference to the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of which the <see cref="T:System.Web.Services.Description.Import" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Import.Namespace">
<summary>
<para>Gets or sets a reference to the XML Namespace of the
<see cref="T:System.Web.Services.Description.Import" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Import.Location">
<summary>
<para>Gets or sets a reference to the XML
<see langword="&lt;location&gt;" />
attribute of the <see cref="T:System.Web.Services.Description.Import" />
instance.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Port">
<summary>
<para>Defines an individual endpoint contained in the XML Web
service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Port.Service">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.Service" /> of which the <see cref="T:System.Web.Services.Description.Port" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Port.Extensions">
<summary>
<para>Gets the collection of extensibility
elements associated with the <see langword="Port" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Port.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Port" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Port.Binding">
<summary>
<para>Gets or sets the value of the
XML <see langword="&lt;binding&gt;" /> attribute of the <see cref="T:System.Web.Services.Description.Port" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Service">
<summary>
<para> Groups together a set of related instances of the
<see cref="T:System.Web.Services.Description.Port" /> class that are associated with a Web Service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Service.ServiceDescription">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
which the <see cref="T:System.Web.Services.Description.Service" />
is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Service.Extensions">
<summary>
<para>Gets the collection of extensibility elements associated with the
<see cref="T:System.Web.Services.Description.Service" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Service.Ports">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Port" /> instances contained in the
<see cref="T:System.Web.Services.Description.Service" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Service.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Service" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.FaultBinding">
<summary>
<para> Specifies the format for any error messages that might be output as a result of the operation.
This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MessageBinding">
<summary>
<para>Describes how abstract content is mapped into a concrete
format.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessageBinding.OperationBinding">
<summary>
<para>Gets the
<see cref="T:System.Web.Services.Description.OperationBinding" /> of which the current
<see cref="T:System.Web.Services.Description.MessageBinding" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessageBinding.Name">
<summary>
<para>Gets or sets the name of the
<see cref="T:System.Web.Services.Description.MessageBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessageBinding.Extensions">
<summary>
<para>Gets the collection of extensibility elements associated with the current
<see cref="T:System.Web.Services.Description.MessageBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.FaultBinding.Extensions">
<summary>
<para>Gets the collection of extensibility elements associated with the
current <see cref="T:System.Web.Services.Description.FaultBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.InputBinding">
<summary>
<para>Provides a set of specifications for data formats and protocols used by the XML Web service
for input messages. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.InputBinding.Extensions">
<summary>
<para>Gets the collection of extensibility elements associated with the current
<see cref="T:System.Web.Services.Description.InputBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OutputBinding">
<summary>
<para>Provides a set of specifications for data formats and protocols used by the XML Web
service for output messages. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OutputBinding.Extensions">
<summary>
<para>Gets the collection of extensibility elements associated with the current
<see langword="OutputBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationBinding">
<summary>
<para> Provides specifications for protocols and data formats for the messages used in the action
supported by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Binding">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.Binding" /> of which the current <see cref="T:System.Web.Services.Description.OperationBinding" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Extensions">
<summary>
<para>Gets the collection of extensibility elements
specific to the current <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Input">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Description.InputBinding" /> associated
with the <see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Output">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Description.OutputBinding" /> associated with the
<see cref="T:System.Web.Services.Description.OperationBinding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationBinding.Faults">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.FaultBindingCollection" /> associated
with the <see cref="T:System.Web.Services.Description.OperationBinding" /> instance.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Binding">
<summary>
<para> Specifies the concrete data
format and protocols used in the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Binding.ServiceDescription">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
which the <see cref="T:System.Web.Services.Description.Binding" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Binding.Extensions">
<summary>
<para>Gets the collection of extensibility elements used in the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Binding.Operations">
<summary>
<para> Gets the collection of specifications for data formats
and message protocols used in the action supported by the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Binding.Name">
<summary>
<para>Gets or sets a string value containing the name of the
<see cref="T:System.Web.Services.Description.Binding" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Binding.Type">
<summary>
<para>Gets or sets a value representing the
namespace-qualified name of the <see cref="T:System.Web.Services.Description.PortType" /> with which the
<see langword="Binding" /> is associated.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationMessage">
<summary>
<para> Represents a message
type passed by the action of an XML Web service. </para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationMessage.Operation">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.Operation" /> of which the <see cref="T:System.Web.Services.Description.OperationMessage" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationMessage.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.OperationMessage" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationMessage.Message">
<summary>
<para>Gets or sets an abstract, typed definition of the data
being communicated.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationFault">
<summary>
<para> Defines
the specifications for error messages returned by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationInput">
<summary>
<para> Defines the specifications for input messages received by the XML Web
service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationOutput">
<summary>
<para> Defines the specifications for output messages returned by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Operation">
<summary>
<para> Provides an abstract definition of an action supported by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)">
<summary>
<para>Returns a value indicating whether the specified
<see cref="T:System.Web.Services.Description.OperationBinding" /> is
used in the <see cref="T:System.Web.Services.Description.Operation" />.</para>
</summary>
<param name="operationBinding">An <see cref="T:System.Web.Services.Description.OperationBinding" /> to be checked to determine whether it is used by the <see langword="Operation" />.</param>
<returns>
<para>
<see langword="true" /> if the <see langword="Operation" /> instance uses the
<paramref name="operationBinding" /> parameter; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="P:System.Web.Services.Description.Operation.PortType">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.PortType" /> of which the <see cref="T:System.Web.Services.Description.Operation" />
is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Operation.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.Operation" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Operation.ParameterOrderString">
<summary>
<para>Gets or sets an optional Remote Procedure Call signature
ordering specification for request-response or solicit-response operations.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Operation.ParameterOrder">
<summary>
<para>Gets or sets an array of the elements contained in the
<see cref="P:System.Web.Services.Description.Operation.ParameterOrderString" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Operation.Messages">
<summary>
<para>Gets the collection of instances of the <see cref="T:System.Web.Services.Description.Message" />
class defined by the current <see cref="T:System.Web.Services.Description.Operation" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Operation.Faults">
<summary>
<para> Gets the collection of faults, or error messages, defined
by the current <see cref="T:System.Web.Services.Description.Operation" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.PortType">
<summary>
<para> Represents a
named set of abstract operations and the corresponding abstract messages. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.PortType.ServiceDescription">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of which the
<see cref="T:System.Web.Services.Description.PortType" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.PortType.Operations">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.Operation" /> instances defined by the <see cref="T:System.Web.Services.Description.PortType" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.PortType.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.PortType" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Message">
<summary>
<para> Provides an abstract definition of data passed
by an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.Message.FindPartsByName(System.String[])">
<summary>
<para>Searches the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> returned by the
<see cref="P:System.Web.Services.Description.Message.Parts" /> property and returns an array of type
<see cref="T:System.Web.Services.Description.MessagePart" />
containing the named instances.</para>
</summary>
<param name="partNames">An array of names of the <see cref="T:System.Web.Services.Description.MessagePart" /> instances to be returned.</param>
<returns>
<para>An array of type <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.Message.FindPartByName(System.String)">
<summary>
<para>Searches the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> returned by the <see cref="P:System.Web.Services.Description.Message.Parts" /> property, and returns the named <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</summary>
<param name="partName">A string naming the <see cref="T:System.Web.Services.Description.MessagePart" /> to be returned.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</returns>
</member>
<member name="P:System.Web.Services.Description.Message.ServiceDescription">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
which the current <see cref="T:System.Web.Services.Description.Message" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Message.Parts">
<summary>
<para> Gets the collection of the <see cref="T:System.Web.Services.Description.MessagePart" /> objects contained in the
<see cref="T:System.Web.Services.Description.Message" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Message.Name">
<summary>
<para>Gets or sets the name of the current
<see cref="T:System.Web.Services.Description.Message" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.MessagePart">
<summary>
<para> Allows
messages to be broken up into their logical units, with specific abstract
information for
each part. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessagePart.Message">
<summary>
<para>Gets the <see cref="T:System.Web.Services.Description.Message" /> of which the
<see langword="MessagePart" /> is a member.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessagePart.Name">
<summary>
<para>Gets or sets the name of the <see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessagePart.Element">
<summary>
<para> Gets or sets the name of the XML element corresponding to the current
<see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.MessagePart.Type">
<summary>
<para>Gets or sets the XML data type of the
<see cref="T:System.Web.Services.Description.MessagePart" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.Types">
<summary>
<para> Describes
data type definitions relevant to exchanged messages. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Types.Schemas">
<summary>
<para> Gets the collection of XML schemas included as data type definitions for the XML Web
service. This property is read-only.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.Types.Extensions">
<summary>
<para>Gets the collection of <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />
elements included in the XML
Web service. This property is read-only.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection">
<summary>
<para>Represents the collection of extensibility elements used by the XML Web
service. This class cannot be inherited.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionBaseCollection">
<summary>
<para> Forms the basis for the strongly typed collections that
are members of the <see cref="N:System.Web.Services.Description" /> namespace.
</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the key associated with the value
passed by reference.</para>
</summary>
<param name="value">An object for which to return the name of the key.</param>
<returns>
<para>A null reference.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)">
<summary>
<para> Sets the parent object of the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />
instance.</para>
</summary>
<param name="value">The object for which to set the parent object.</param>
<param name="parent">The object to set as the parent.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
<para> Performs additional custom processes after inserting a new element into the
<see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" /> .</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="value" /> parameter.</param>
<param name="value">The element to insert into the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)">
<summary>
<para> Removes an element from the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />.</para>
</summary>
<param name="index"> The zero-based index of the <paramref name="value" /> parameter to be removed.</param>
<param name=" value">The element to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear">
<summary>
<para>Clears the contents of the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" /> instance.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)">
<summary>
<para>Replaces one value with another within the <see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />
.</para>
</summary>
<param name="index"> The zero-based index where the <paramref name="oldValue" /> parameter can be found.</param>
<param name="oldValue"> The object to replace with the <paramref name="newValue" /> parameter.</param>
<param name="newValue"> The object that replaces the <paramref name="oldValue" /> parameter.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table">
<summary>
<para>Gets an interface that implements the association of the keys and values in the
<see cref="T:System.Web.Services.Description.ServiceDescriptionBaseCollection" />.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> class.</para>
</summary>
<param name="parent">The object of which this collection is a member.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to the end of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
</summary>
<param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> , passed by reference, to add to the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</param>
<returns>
The zero-based index where the <paramref name="extension" />
parameter has been added.
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to
the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> at the
specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="extension" /> parameter.</param>
<param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> and returns the zero-based
index of the first instance with the collection.</para>
</summary>
<param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)">
<summary>
<para>Returns a value indicating whether the specified
<see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> is a
member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
</summary>
<param name="extension"> The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="extension" /> parameter is a member of the collection; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> from the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
</summary>
<param name="extension">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to remove from the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)">
<summary>
<para> Copies the entire <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />
into a one-dimensional array of type <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />,
starting at the specified zero-based index of the
target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> serving as the destination of the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)">
<summary>
<para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and
returns the first element of the specified derived <see cref="T:System.Type" />.</para>
</summary>
<param name="type">A <see cref="T:System.Type" /> for which to search the collection.</param>
<returns>
<para>If the search is successful, an object of the specified <see cref="T:System.Type" />; otherwise
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)">
<summary>
<para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and
returns an array of all elements of the specified <see cref="T:System.Type" />.</para>
</summary>
<param name="type">A <see cref="T:System.Type" /> for which to search the collection.</param>
<returns>
<para> An array of <see cref="T:System.Object" /> instances representing all collection members of the
specified
type.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)">
<summary>
<para>This method searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> for
a member with the specified name and namespace URI.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Xml.XmlElement" /> to be found.</param>
<param name=" ns">The XML namespace URI of the <see cref="T:System.Xml.XmlElement" /> to be found.</param>
<returns>
<para>If the search is successful, an <see cref="T:System.Xml.XmlElement" />; otherwise
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)">
<summary>
<para> Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> and returns an
array of all members with the specified name and
namespace URI.</para>
</summary>
<param name="name">The XML name attribute of the <see cref="T:System.Xml.XmlElement" /> objects to be found.</param>
<param name=" ns">The XML namespace URI attribute of the <see cref="T:System.Xml.XmlElement" /> objects to be found.</param>
<returns>
<para> An array of <see cref="T:System.Xml.XmlElement" /> instances.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)">
<summary>
<para>Returns a value indicating whether the specified object
is used by the import process when the extensibility element is
imported into the XML Web service.</para>
</summary>
<param name="item">An object, either of type <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> to check for use by the import process.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="item" /> parameter is used;
otherwise <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)">
<summary>
<para>Returns a value indicating whether the specified object is
necessary for the operation of the XML Web service.</para>
</summary>
<param name="item">An object, either of type <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" />, to check whether it is necessary.</param>
<returns>
<para>
<see langword="true" /> if
the
<paramref name="item" /> parameter is required; otherwise <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent object of a member of
the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for which to set the parent.</param>
<param name="parent">The object to be set as parent.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)">
<summary>
<para>Performs a check on the <see cref="T:System.Type" /> of the object when
validating it.</para>
</summary>
<param name="value">The object to be validated.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" />.</para>
</summary>
<param name="index">The zero-based index of the member whose value is modified or returned.</param>
</member>
<member name="T:System.Web.Services.Description.OperationFlow">
<summary>
<para> Specifies the type of transmission an endpoint of the XML Web service
can support.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.OperationFlow.None">
<summary>
<para>Indicates that the endpoint of the XML Web service receives no transmissions.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.OperationFlow.OneWay">
<summary>
<para>Indicates that the endpoint of the XML Web service receives a message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.OperationFlow.Notification">
<summary>
<para>Indicates that the endpoint of the XML Web service sends a message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.OperationFlow.RequestResponse">
<summary>
<para> Indicates that the endpoint of the XML Web service receives a
message, then sends a correlated message.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.OperationFlow.SolicitResponse">
<summary>
<para> Indicates that the endpoint of the XML Web service sends a message,
then receives a correlated message.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.OperationMessageCollection">
<summary>
<para>Represents a collection of
<see cref="T:System.Web.Services.Description.OperationInput" /> and
<see cref="T:System.Web.Services.Description.OperationOutput" /> messages related to an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.OperationMessage" /> to the end of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
</summary>
<param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="operationMessage" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.OperationMessage" /> to the
<see cref="T:System.Web.Services.Description.OperationMessageCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="operationMessage" /> parameter.</param>
<param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)">
<summary>
<para>Searches for the specified
<see cref="T:System.Web.Services.Description.OperationMessage" /> and returns the zero-based index of the first occurrence within the collection.</para>
</summary>
<param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationMessage" /> is
a member of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
</summary>
<param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="operationMessage" /> parameter is a member of the <see langword="OperationMessageCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)">
<summary>
<para>Removes the first occurrence of the specified
<see cref="T:System.Web.Services.Description.OperationMessage" /> from the
<see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para>
</summary>
<param name="operationMessage">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)">
<summary>
<para>Copies the entire
<see cref="T:System.Web.Services.Description.OperationMessageCollection" /> to a compatible one-dimensional array of type
<see cref="T:System.Web.Services.Description.OperationMessage" />, starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationMessage" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.Operation" /> of the
<see langword="OperationMessageCollection" />.</para>
</summary>
<param name="value">An object, of type <see cref="T:System.Web.Services.Description.OperationMessage" /> or a derived type, within the collection.</param>
<param name="parent">The <see cref="T:System.Web.Services.Description.Operation" /> to set as the parent.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)">
<summary>
<para>Performs validation upon insertion of an <see cref="T:System.Web.Services.Description.OperationMessage" /> at
the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the specified <see cref="T:System.Web.Services.Description.OperationMessage" />.</param>
<param name="value">The <see cref="T:System.Web.Services.Description.OperationMessage" /> to be added to the <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)">
<summary>
<para>Performs validation upon replacement of the specified member of the
<see cref="T:System.Web.Services.Description.OperationMessageCollection" /> with a new
<see cref="T:System.Web.Services.Description.OperationMessage" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to change the <paramref name="oldValue" /> parameter to the <paramref name="newValue" /> parameter.</param>
<param name="oldValue">The member of the <see cref="T:System.Web.Services.Description.OperationMessageCollection" /> to be replaced by the <paramref name="newValue" /> parameter.</param>
<param name="newValue">The <see cref="T:System.Web.Services.Description.OperationMessage" /> with which to replace the <paramref name="oldValue" /> parameter.</param>
</member>
<member name="M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)">
<summary>
<para>When validating the specified object, performs a check on the type
of the object.</para>
</summary>
<param name="value">The object to be validated.</param>
</member>
<member name="P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationMessage" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationMessage" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.OperationMessageCollection.Input">
<summary>
<para>Gets the first occurrence of an <see cref="T:System.Web.Services.Description.OperationInput" />
within the collection.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationMessageCollection.Output">
<summary>
<para>Gets the first occurrence of an <see cref="T:System.Web.Services.Description.OperationOutput" /> within the collection.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.OperationMessageCollection.Flow">
<summary>
<para>Gets the type of transmission
supported by the <see langword="OperationMessageCollection" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ImportCollection">
<summary>
<para> Provides a collection of instances
of the <see cref="T:System.Web.Services.Description.Import" /> class representing documents to
be imported into the Web Service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Import" /> to the end of the
<see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
</summary>
<param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="import" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Import" /> instance to the <see cref="T:System.Web.Services.Description.ImportCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="import" /> parameter.</param>
<param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.Import" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="import">The <see cref="T:System.Web.Services.Description.Import" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Import" /> is
a member of the <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
</summary>
<param name="import">The <see cref="T:System.Web.Services.Description.Import" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the <paramref name="import" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ImportCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Import" /> from the <see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
</summary>
<param name="import">The <see cref="T:System.Web.Services.Description.Import" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.ImportCollection" /> to a compatible one-dimensional
array of type <see cref="T:System.Web.Services.Description.Import" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Import" /> serving as the destination of the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
<see cref="T:System.Web.Services.Description.ImportCollection" />.</para>
</summary>
<param name="value"> An <see cref="T:System.Web.Services.Description.Import" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.ImportCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.Import" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Import" /> whose value is modified or returned.</param>
</member>
<member name="T:System.Web.Services.Description.MessageCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.Message" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Message" /> to the end of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
</summary>
<param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="message" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Message" /> to the <see cref="T:System.Web.Services.Description.MessageCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="message" /> parameter.</param>
<param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.Message" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="message">The <see cref="T:System.Web.Services.Description.Message" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Message" /> is
a member of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
</summary>
<param name="message">The <see cref="T:System.Web.Services.Description.Message" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="message" /> parameter is a member of the
<see cref="T:System.Web.Services.Description.MessageCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)">
<summary>
<para>Removes the first occurrence of the specified
<see cref="T:System.Web.Services.Description.Message" />
from the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
</summary>
<param name="message">The <see cref="T:System.Web.Services.Description.Message" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.MessageCollection" /> to a compatible one-dimensional
array of type <see cref="T:System.Web.Services.Description.Message" />,
starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Message" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.Message" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.Message" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
a member of the <see cref="T:System.Web.Services.Description.MessageCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.Message" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.MessageCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Message" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Message" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.MessageCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.Message" /> specified
by its <see cref="P:System.Web.Services.Description.Message.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.Message" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.PortCollection">
<summary>
<para> Represents a collection of instances of the
<see cref="T:System.Web.Services.Description.Port" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Port" /> to the end of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
</summary>
<param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="port" />
parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Port" /> instance to the
<see langword="PortCollection" /> at the specified index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="port" /> parameter.</param>
<param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.Port" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="port">The <see cref="T:System.Web.Services.Description.Port" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Port" /> is a member of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
</summary>
<param name="port">The <see cref="T:System.Web.Services.Description.Port" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the
specified <see cref="T:System.Web.Services.Description.Port" /> is
a member of the <see cref="T:System.Web.Services.Description.PortCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Port" /> from the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
</summary>
<param name="port">The <see cref="T:System.Web.Services.Description.Port" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.PortCollection" /> to a one-dimensional array of
type <see cref="T:System.Web.Services.Description.Port" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Port" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.Port" /> instance associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.Port" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.Service" /> of a member of the <see cref="T:System.Web.Services.Description.PortCollection" />.</para>
</summary>
<param name="value">An <see cref="T:System.Web.Services.Description.Port" /> within the collection.</param>
<param name="parent">The <see cref="T:System.Web.Services.Description.Service" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.PortCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Port" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Port" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.PortCollection.Item(System.String)">
<summary>
<para> Gets a <see cref="T:System.Web.Services.Description.Port" /> specified by its <see cref="P:System.Web.Services.Description.Port.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.Port" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.PortTypeCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.PortType" /> class; that is, a collection of sets of
operations supported by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.PortType" /> to the end of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
</summary>
<param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the
<paramref name="portType" />
parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.PortType" /> to the <see cref="T:System.Web.Services.Description.PortTypeCollection" /> at the
specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="portType" /> parameter.</param>
<param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)">
<summary>
Searches for the specified <see cref="T:System.Web.Services.Description.PortType" /> and returns the zero-based
index of the first occurrence within the collection.
</summary>
<param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.PortType" /> is a member of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
</summary>
<param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> for which to check for collection membership.</param>
<returns>
<para>
<see langword="true" /> if the
<paramref name="portType" /> parameter is a member of the <see cref="T:System.Web.Services.Description.PortTypeCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.PortType" />
from the <see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
</summary>
<param name="portType">The <see cref="T:System.Web.Services.Description.PortType" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.PortTypeCollection" /> to
a one-dimensional array of type <see cref="T:System.Web.Services.Description.PortType" />
, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.PortType" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.PortType" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.PortType" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of
a member of the
<see cref="T:System.Web.Services.Description.PortTypeCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.PortType" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.PortType" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.PortType" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.String)">
<summary>
<para> Gets the <see cref="T:System.Web.Services.Description.PortType" /> specified by its <see cref="P:System.Web.Services.Description.PortType.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.PortType" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.BindingCollection">
<summary>
<para> Represents a collection of instances of the <see cref="T:System.Web.Services.Description.Binding" /> class supported by the XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Binding" /> to the end of the
<see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
</summary>
<param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="binding" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Binding" /> to the
<see cref="T:System.Web.Services.Description.BindingCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="binding" /> parameter.</param>
<param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> to be added to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.Binding" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="binding">The <see cref="T:System.Web.Services.Description.Binding" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Binding" /> is
a member of the <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
</summary>
<param name="binding">A <see cref="T:System.Web.Services.Description.Binding" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the <paramref name="binding" /> parameter is a member of the
<see cref="T:System.Web.Services.Description.BindingCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Binding" />
from the <see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
</summary>
<param name="binding">
<para> The <see cref="T:System.Web.Services.Description.Binding" /> to remove from the collection.</para>
</param>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.BindingCollection" /> to
a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.Binding" />,
starting at the specified zero-based index
of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Binding" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.Binding" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.Binding" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
<see cref="T:System.Web.Services.Description.BindingCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.Binding" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.BindingCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Binding" />
at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Binding" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.BindingCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.Binding" /> specified by its <see cref="P:System.Web.Services.Description.Binding.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.Binding" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.ServiceCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.Service" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Service" /> to the end of the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
</summary>
<param name="service">The <see cref="T:System.Web.Services.Description.Service" /> instance to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="service" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Service" /> instance to the <see cref="T:System.Web.Services.Description.ServiceCollection" /> at the
specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="service" /> parameter.</param>
<param name="service">The <see cref="T:System.Web.Services.Description.Service" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.Service" /> and
returns the zero-based index of the first occurrence within the
<see langword="ServiceCollection" />.</para>
</summary>
<param name="service">The <see cref="T:System.Web.Services.Description.Service" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Service" />
instance is a member of the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
</summary>
<param name="service">The <see cref="T:System.Web.Services.Description.Service" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the
<paramref name="service" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ServiceCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Service" /> from the <see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
</summary>
<param name="service">The <see cref="T:System.Web.Services.Description.Service" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.ServiceCollection" /> to a one-dimensional array
of type <see cref="T:System.Web.Services.Description.Service" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Service" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.Service" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.Service" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.ServiceDescription" /> of a member of the
<see cref="T:System.Web.Services.Description.ServiceCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.Service" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.Service" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Service" /> to be modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.Service" /> specified by its <see cref="P:System.Web.Services.Description.Service.Name" />
property.</para>
</summary>
<param name="name"> The name of the <see cref="T:System.Web.Services.Description.Service" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.MessagePartCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.MessagePart" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.MessagePart" /> to the end of the
<see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
</summary>
<param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="messagePart" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.MessagePart" /> to the <see cref="T:System.Web.Services.Description.MessagePartCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="messagePart" /> parameter.</param>
<param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.MessagePart" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.MessagePart" /> is
a member of the <see langword="MessagePartCollection" />.</para>
</summary>
<param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the <paramref name="messagePart" /> parameter is a member of the <see cref="T:System.Web.Services.Description.MessagePartCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.MessagePart" /> from
the <see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
</summary>
<param name="messagePart">The <see cref="T:System.Web.Services.Description.MessagePart" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.MessagePartCollection" />
to a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.MessagePart" />,
starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.MessagePart" /> serving as the destination of the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.MessagePart" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.MessagePart" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.Message" /> of a member of the
<see cref="T:System.Web.Services.Description.MessagePartCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.MessagePart" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.Message" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a
<see cref="T:System.Web.Services.Description.MessagePart" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.MessagePart" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.MessagePart" /> specified by
its <see cref="P:System.Web.Services.Description.MessagePart.Name" />
property.</para>
</summary>
<param name="name"> The name of the <see cref="T:System.Web.Services.Description.MessagePart" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.OperationBindingCollection">
<summary>
<para> Represents a collection of instances of the
<see cref="T:System.Web.Services.Description.OperationBinding" /> class.
This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.OperationBinding" /> to the end of the
<see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
</summary>
<param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to add to the collection.</param>
<returns>
<para> The zero-based index where the <paramref name="bindingOperation" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> instance to the <see cref="T:System.Web.Services.Description.OperationBindingCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="bindingOperation" /> parameter.</param>
<param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationBinding" /> is
a member of the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
</summary>
<param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if
the <paramref name="bindingOperation" /> parameter is a member of
the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.OperationBinding" />
from the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
</summary>
<param name="bindingOperation">The <see cref="T:System.Web.Services.Description.OperationBinding" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)">
<summary>
<para>Copies the entire <see langword="OperationBindingCollection" /> to
a compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.OperationBinding" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationBinding" /> serving as the destination for the copy action.</param>
<param name="index"> The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.Binding" /> of a member of the <see cref="T:System.Web.Services.Description.OperationBindingCollection" />.</para>
</summary>
<param name="value"> An <see cref="T:System.Web.Services.Description.OperationBinding" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.Binding" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationBinding" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationBinding" /> whose value is modified or returned.</param>
</member>
<member name="T:System.Web.Services.Description.FaultBindingCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.FaultBinding" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> to the end of the
<see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
</summary>
<param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="bindingOperationFault" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> to the
<see langword="FaultBindingCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="bindingOperationFault" />parameter.</param>
<param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.FaultBinding" /> is a
member of the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
</summary>
<param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the <paramref name="bindingOperationFault" /> parameter is a member of the
<see langword="FaultBindingCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)">
<summary>
<para>Removes the first occurrence the specified <see cref="T:System.Web.Services.Description.FaultBinding" />
from the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
</summary>
<param name="bindingOperationFault">The <see cref="T:System.Web.Services.Description.FaultBinding" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.FaultBindingCollection" /> to a
compatible one-dimensional array of type <see cref="T:System.Web.Services.Description.FaultBinding" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.FaultBinding" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.FaultBinding" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.FaultBinding" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.OperationBinding" /> of a member of the <see cref="T:System.Web.Services.Description.FaultBindingCollection" />.</para>
</summary>
<param name="value"> A <see cref="T:System.Web.Services.Description.FaultBinding" /> within the collection.</param>
<param name="parent"> The <see cref="T:System.Web.Services.Description.OperationBinding" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.FaultBinding" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.FaultBinding" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.FaultBinding" /> specified by its <see cref="P:System.Web.Services.Description.MessageBinding.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.FaultBinding" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.OperationCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.Operation" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Operation" /> to the end of the
<see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
</summary>
<param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="operation" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.Operation" /> to the <see cref="T:System.Web.Services.Description.OperationCollection" /> at the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="operation" /> parameter.</param>
<param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)">
<summary>
<para>Searches for the specified
<see cref="T:System.Web.Services.Description.Operation" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.Operation" /> is a
member of the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
</summary>
<param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if <paramref name="operation" /> is a member of the
<see cref="T:System.Web.Services.Description.OperationCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.Operation" /> from
the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
</summary>
<param name="operation">The <see cref="T:System.Web.Services.Description.Operation" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.OperationCollection" /> to a compatible one-dimensional array of type
<see cref="T:System.Web.Services.Description.Operation" />,
starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.Operation" /> serving as the destination for the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.PortType" /> of a member of the <see cref="T:System.Web.Services.Description.OperationCollection" />.</para>
</summary>
<param name="value">An <see cref="T:System.Web.Services.Description.Operation" /> within the <see langword="OperationCollection" />.</param>
<param name="parent">The <see cref="T:System.Web.Services.Description.PortType" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.OperationCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.Operation" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.Operation" /> whose value is modified or returned.</param>
</member>
<member name="T:System.Web.Services.Description.OperationFaultCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.OperationFault" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)">
<summary>
<para>Adds the specified
<see cref="T:System.Web.Services.Description.OperationFault" /> to the end of the
<see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
</summary>
<param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to add to the collection.</param>
<returns>
<para>The zero-based index where the <paramref name="operationFaultMessage" /> parameter has
been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.OperationFault" /> to the <see cref="T:System.Web.Services.Description.OperationFaultCollection" /> at
the specified zero-based index.</para>
</summary>
<param name="index">The zero-based index at which to insert the <paramref name="operationFaultMessage" /> parameter.</param>
<param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)">
<summary>
<para>Searches for the specified <see cref="T:System.Web.Services.Description.OperationFault" /> and returns the zero-based
index of the first occurrence within the collection.</para>
</summary>
<param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.OperationFault" /> is a
member of the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
</summary>
<param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the <paramref name="operationFaultMessage" /> parameter is a member of the
<see cref="T:System.Web.Services.Description.OperationFaultCollection" />; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.OperationFault" /> from
the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
</summary>
<param name="operationFaultMessage">The <see cref="T:System.Web.Services.Description.OperationFault" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)">
<summary>
<para>Copies the entire
<see cref="T:System.Web.Services.Description.OperationFaultCollection" /> to a compatible one-dimensional array of type
<see cref="T:System.Web.Services.Description.OperationFault" />, starting at the specified zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.OperationFault" /> serving as the destination of the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)">
<summary>
<para>Returns the name of the <see cref="T:System.Web.Services.Description.OperationFault" /> associated with the value
passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.OperationFault" /> for which to return the name.</param>
<returns>
<para>The name of the <paramref name="value" /> parameter.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)">
<summary>
<para>Sets the parent <see cref="T:System.Web.Services.Description.Operation" /> of a member of the <see cref="T:System.Web.Services.Description.OperationFaultCollection" />.</para>
</summary>
<param name="value">An <see cref="T:System.Web.Services.Description.OperationFault" /> within the collection.</param>
<param name="parent">The <see cref="T:System.Web.Services.Description.Operation" /> to set as the parent.</param>
</member>
<member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of an <see cref="T:System.Web.Services.Description.OperationFault" /> at the
specified zero-based index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.OperationFault" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)">
<summary>
<para>Gets an <see cref="T:System.Web.Services.Description.OperationFault" /> by its <see cref="P:System.Web.Services.Description.OperationMessage.Name" />
property.</para>
</summary>
<param name="name">The name of the <see cref="T:System.Web.Services.Description.OperationFault" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionImportWarnings">
<summary>
<para>Specifies the type of warnings produced by <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" />.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.NoCodeGenerated">
<summary>
<para>Specifies that no proxy class was generated by the <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" /> method.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.OptionalExtensionsIgnored">
<summary>
<para>Specifies that at least one optional <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported has been ignored.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.RequiredExtensionsIgnored">
<summary>
<para>Specifies that at least one necessary <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtension" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported has been ignored.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedOperationsIgnored">
<summary>
<para>Specifies that at least one <see cref="T:System.Web.Services.Description.Operation" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported is
of an unsupported type and has been ignored.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedBindingsIgnored">
<summary>
<para>Specifies that at least one <see cref="T:System.Web.Services.Description.Binding" /> for the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported is of an unsupported type and has been ignored.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.NoMethodsGenerated">
<summary>
<para>Specifies that the proxy class generated by the <see cref="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)" /> method
includes no methods.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionImportStyle">
<summary>
<para>Specifies whether the Import is made to the server or to the client computer.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Client">
<summary>
<para>Specifies that the Import should be made to the client computer.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Server">
<summary>
<para>Specifies that the Import should be made to the server.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionImporter">
<summary>
<para> Exposes a means of generating
client proxy classes for XML Web services.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionImporter.#ctor">
<summary>
<para>Initializes a new instance of the
<see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> class.
</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionImporter.AddServiceDescription(System.Web.Services.Description.ServiceDescription,System.String,System.String)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the
<see cref="P:System.Web.Services.Description.ServiceDescriptionImporter.ServiceDescriptions" />
collection. It also sets the
<see cref="P:System.Web.Services.Description.ServiceDescription.AppSettingUrlKey" /> and <see cref="P:System.Web.Services.Description.ServiceDescription.AppSettingBaseUrl" />
properties of the
<see cref="T:System.Web.Services.Description.ServiceDescription" /> to be added.</para>
</summary>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> instance to add to the collection</param>
<param name="appSettingUrlKey">Sets the initial value of the <see langword="Url" /> property of the proxy class to be generated from the instance represented by the <paramref name="serviceDescription" /> parameter. Specifies that it should be generated from the web.config file's <see langword="&lt;appsetting&gt;" /> section.</param>
<param name="appSettingBaseUrl">Sets the initial value of the <see langword="Url" /> property of the proxy class to be generated from the instance represented by the <paramref name="serviceDescription" /> parameter. Specifies that it should be constructed from a combination of the value of this parameter and the URL specified by the <see langword="location" /> attribute in the WSDL document.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)">
<summary>
<para> Imports a <see cref="T:System.Web.Services.Description.ServiceDescription" />
from the specified namespace,
and generates code for client proxy classes.</para>
</summary>
<param name=" codeNamespace">A <see cref="T:System.CodeDom.CodeNamespace" /> that determines the namespace of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> to be imported.</param>
<param name=" codeCompileUnit">A <see cref="T:System.CodeDom.CodeCompileUnit" /> that will add references to the appropriate assemblies.</param>
<returns>
<para>One of the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> values.</para>
</returns>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionImporter.ServiceDescriptions">
<summary>
<para>Gets the
<see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> being imported by the
<see langword="ServiceDescriptionImporter" />.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionImporter.Schemas">
<summary>
<para>Gets the <see cref="T:System.Xml.Serialization.XmlSchemas" /> collection contained in the XML Web
service to be imported. This property is read-only.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionImporter.Style">
<summary>
<para>Gets or sets the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportStyle" />
associated with the <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" />
instance.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionImporter.ProtocolName">
<summary>
<para>Gets or sets the name of the protocol to be imported.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionReflector">
<summary>
<para>Provides a managed way of dynamically viewing,
creating or invoking types supported by an XML Web service.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionReflector.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionReflector" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionReflector.Reflect(System.Type,System.String)">
<summary>
<para>Creates a <see cref="T:System.Web.Services.Description.ServiceDescription" /> including the
specified <see cref="T:System.Type" /> for the XML Web service at the specified URL.</para>
</summary>
<param name="type">The <see cref="T:System.Type" /> of the class or interface to reflect.</param>
<param name="url">The address (URL) of the Web Service.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionReflector.ServiceDescriptions">
<summary>
<para>Gets a reference to the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" />
associated with the XML Web service.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionReflector.Schemas">
<summary>
<para>Gets a reference to the <see cref="T:System.Xml.Serialization.XmlSchemas" /> associated with the XML Web service.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.ServiceDescriptionCollection">
<summary>
<para> Represents a collection of instances
of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> class. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> to the end of the
<see langword="ServiceDescriptionCollection" />.</para>
</summary>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to add to the collection.</param>
<returns>
<para> The zero-based index where the
<paramref name="serviceDescription" /> parameter has been added.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)">
<summary>
<para>Adds the specified <see cref="T:System.Web.Services.Description.ServiceDescription" />
instance to the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> at
the specified zero-based index.</para>
</summary>
<param name=" index">The zero-based index at which to insert the <paramref name="serviceDescription" /> parameter.</param>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to add to the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)">
<summary>
Searches for the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> and
returns the zero-based index of the first occurrence within the collection.
</summary>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to search in the collection.</param>
<returns>
<para> A 32-bit signed integer.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)">
<summary>
<para>Returns a value indicating whether the specified <see cref="T:System.Web.Services.Description.ServiceDescription" /> is a member of
the collection.</para>
</summary>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to check collection membership.</param>
<returns>
<para>
<see langword="true" /> if the
<paramref name="serviceDescription" /> parameter is a member of the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" />; otherwise
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)">
<summary>
<para>Removes the first occurrence of the specified <see cref="T:System.Web.Services.Description.ServiceDescription" />
from the collection.</para>
</summary>
<param name="serviceDescription">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> to remove from the collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)">
<summary>
<para>Copies the entire <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> to a one-dimensional
array of type <see cref="T:System.Web.Services.Description.ServiceDescription" />, starting at the specified
zero-based index of the target array.</para>
</summary>
<param name="array">An array of type <see cref="T:System.Web.Services.Description.ServiceDescription" /> serving as the destination of the copy action.</param>
<param name="index">The zero-based index at which to start placing the copied collection.</param>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)">
<summary>
<para>Returns the <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" /> property of the
<see cref="T:System.Web.Services.Description.ServiceDescription" /> associated with the value passed by reference.</para>
</summary>
<param name="value">The <see cref="T:System.Web.Services.Description.ServiceDescription" /> for which to return the <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" />.</param>
<returns>
<para>The <see langword="TargetNamespace" /> of the
<see langword="ServiceDescription" />
passed by reference.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(System.Xml.XmlQualifiedName)">
<summary>
<para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
returns the <see cref="T:System.Web.Services.Description.Message" />
with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
collection.</para>
</summary>
<param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Message" /> returned.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.Message" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(System.Xml.XmlQualifiedName)">
<summary>
<para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
returns the <see cref="T:System.Web.Services.Description.PortType" />
with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
collection.</para>
</summary>
<param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.PortType" /> returned.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.PortType" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(System.Xml.XmlQualifiedName)">
<summary>
<para>Searches the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> and
returns the <see cref="T:System.Web.Services.Description.Service" />
with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
collection.</para>
</summary>
<param name="name">The <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Service" /> returned.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.Service" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(System.Xml.XmlQualifiedName)">
<summary>
<para>Searches the <see langword="ServiceDescriptionCollection" /> and
returns the <see cref="T:System.Web.Services.Description.Binding" />
with the specified name that is a member of one of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> instances contained in the
collection.</para>
</summary>
<param name="name">An <see cref="T:System.Xml.XmlQualifiedName" />, passed by reference, whose <see cref="P:System.Xml.XmlQualifiedName.Name" /> property is shared by the <see cref="T:System.Web.Services.Description.Binding" /> returned.</param>
<returns>
<para>A <see cref="T:System.Web.Services.Description.Binding" />.</para>
</returns>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the value of a <see cref="T:System.Web.Services.Description.ServiceDescription" /> at the specified zero-based
index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> whose value is modified or returned.</param>
</member>
<member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)">
<summary>
<para>Gets a <see cref="T:System.Web.Services.Description.ServiceDescription" /> specified by its <see cref="P:System.Web.Services.Description.ServiceDescription.TargetNamespace" /> property.</para>
</summary>
<param name="ns">The namespace of the <see cref="T:System.Web.Services.Description.ServiceDescription" /> returned.</param>
</member>
<member name="T:System.Web.Services.Description.SoapBinding">
<summary>
<para>Represents an extension added to a <see cref="T:System.Web.Services.Description.Binding" /> within an
XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBinding.Namespace">
<summary>
<para> Gets the URI for the XML namespace of the <see cref="T:System.Web.Services.Description.SoapBinding" />
class. This field is constant.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBinding.HttpTransport">
<summary>
<para> Gets the URI for
the standard protocol specifying HTTP
transmission of SOAP data. This field is constant.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBinding.Transport">
<summary>
<para> Gets or sets the URI with the specification for HTTP
transmission of SOAP data.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBinding.Style">
<summary>
<para>Specifies the type of SOAP binding used by the
current <see cref="T:System.Web.Services.Description.SoapBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapBindingStyle">
<summary>
<para>Specifies the type of action that occurs in the XML Web service at the level of the
class hierarchy to which this enumeration is applied.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingStyle.Default">
<summary>
<para> The default type of action for the current hierarchical level of the Web Services Description Language (WSDL) file.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingStyle.Document">
<summary>
<para> The message being transmitted is document-oriented.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingStyle.Rpc">
<summary>
<para>The message being transmitted contains the parameters to call a procedure or the return
values from that procedure. RPC is an acronym for "remote procedure call."</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapOperationBinding">
<summary>
<para>Represents an extension added to an <see cref="T:System.Web.Services.Description.OperationBinding" /> within an XML Web service. This class
cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapOperationBinding.SoapAction">
<summary>
<para> Gets or sets the URI for the SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapOperationBinding.Style">
<summary>
<para>Gets or sets the type of SOAP binding used by the
<see cref="T:System.Web.Services.Description.SoapOperationBinding" />.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapBodyBinding">
<summary>
<para>Represents an extensibility element added to an
<see cref="T:System.Web.Services.Description.InputBinding" /> or an
<see cref="T:System.Web.Services.Description.OutputBinding" />. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBodyBinding.Use">
<summary>
<para> Indicates whether the message parts are encoded using
specified encoding rules, or define the concrete schema of the message.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBodyBinding.Namespace">
<summary>
<para>Get or sets the URI representing the location of the specifications for encoding of content not
specifically defined by the <see cref="P:System.Web.Services.Description.SoapBodyBinding.Encoding" />
property.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBodyBinding.Encoding">
<summary>
<para>Gets or sets a string containing a list of space-delimited URIs. The
URIs represent the encoding style (or styles) to be used to encode messages within the SOAP body.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBodyBinding.PartsString">
<summary>
<para>Gets or sets a value indicating which parts of the transmitted message appear within the SOAP
body portion of the transmission.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapBodyBinding.Parts">
<summary>
<para>Gets or sets a value indicating which parts of the transmitted message appear within the SOAP
body portion of the transmission.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapBindingUse">
<summary>
<para> Specifies whether the
message parts are encoded as abstract type definitions or concrete schema definitions.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingUse.Default">
<summary>
<para>Specifies an empty string ("") value for the
corresponding XML <see langword="use " />
attribute.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingUse.Encoded">
<summary>
<para> The message parts are encoded using given encoding rules.</para>
</summary>
</member>
<member name="F:System.Web.Services.Description.SoapBindingUse.Literal">
<summary>
<para> The message parts represent a concrete schema.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapFaultBinding">
<summary>
<para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.FaultBinding" />
within an XML Web
service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapFaultBinding.Use">
<summary>
<para> Specifies whether the fault message is encoded
using rules specified by the <see cref="P:System.Web.Services.Description.SoapFaultBinding.Encoding" />
property, or is encapsulated
within a concrete XML schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapFaultBinding.Namespace">
<summary>
<para> Get or sets the URI representing
the location of the specification for encoding of content not
specifically defined by the <see cref="P:System.Web.Services.Description.SoapFaultBinding.Encoding" />
property.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapFaultBinding.Encoding">
<summary>
<para> Gets or sets a URI representing the encoding style used to encode the SOAP fault message.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapHeaderBinding">
<summary>
<para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />
within an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> instance is mapped to a specific
property in generated proxy classes.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.Message">
<summary>
<para>Gets or sets a value specifying the name of
the <see cref="T:System.Web.Services.Description.Message" />
within the XML Web service to which the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> applies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.Part">
<summary>
<para>Gets or sets a value indicating to which
<see cref="T:System.Web.Services.Description.MessagePart" />
within the XML Web service the <see cref="T:System.Web.Services.Description.SoapHeaderBinding" /> applies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.Use">
<summary>
<para> Specifies whether the header is
encoded using rules specified by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" /> property,
or is encapsulated within
a concrete XML schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.Encoding">
<summary>
<para> Gets or sets a URI representing the encoding style used to encode the SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderBinding.Namespace">
<summary>
<para>Get or sets the URI representing the location of the specification for encoding of content not
specifically defined by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" />
property.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapHeaderFaultBinding">
<summary>
<para>Represents an extensibility element added to an <see cref="T:System.Web.Services.Description.InputBinding" /> or an <see cref="T:System.Web.Services.Description.OutputBinding" />
within an XML Web service. It specifies
the SOAP header types used to transmit error information within the SOAP
header. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Message">
<summary>
<para>Gets or sets a value specifying the name of
the <see cref="T:System.Web.Services.Description.Message" />
within
the XML Web service to which the <see cref="T:System.Web.Services.Description.SoapHeaderFaultBinding" /> applies.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Part">
<summary>
<para>Gets or sets a value indicating which
<see cref="T:System.Web.Services.Description.MessagePart" /> within the XML Web service the
<see cref="T:System.Web.Services.Description.SoapHeaderFaultBinding" /> applies to.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Use">
<summary>
<para> Specifies whether the header is encoded
using rules specified by the <see cref="P:System.Web.Services.Description.SoapHeaderBinding.Encoding" />
property, or is encapsulated
within a concrete schema.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding">
<summary>
<para> Gets or sets a URI representing the encoding style used to encode the error
message for the SOAP header.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace">
<summary>
<para>Get or sets a URI representing the location of the specifications for encoding content not
specifically defined by the <see cref="P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding" />
property.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapAddressBinding">
<summary>
<para>Represents an extensibility element added to a <see cref="T:System.Web.Services.Description.Port" /> within an XML Web service. This class cannot be inherited.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapAddressBinding.Location">
<summary>
<para>Gets or sets a value representing the URI for the
<see cref="T:System.Web.Services.Description.Port" /> to
which the <see cref="T:System.Web.Services.Description.SoapAddressBinding" /> applies.</para>
</summary>
</member>
<member name="T:System.Web.Services.Description.SoapTransportImporter">
<summary>
<para>Serves as a base class for derived classes that import SOAP transmission protocols into XML Web services.</para>
</summary>
</member>
<member name="M:System.Web.Services.Description.SoapTransportImporter.IsSupportedTransport(System.String)">
<summary>
<para>When overridden in a derived class, this method
determines whether the specified transport protocol is supported
by the XML Web service.</para>
</summary>
<param name="transport">A URI representing the transport protocol to be checked.</param>
<returns>
<para>
<see langword="true" /> if the transport protocol is supported; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Web.Services.Description.SoapTransportImporter.ImportClass">
<summary>
<para>When overridden in a derived class, this method uses
information contained in the <see cref="T:System.Web.Services.Description.ServiceDescription" /> object model (available through the <see cref="P:System.Web.Services.Description.SoapTransportImporter.ImportContext" /> property)
to add transport-specific code to the class being generated.</para>
</summary>
</member>
<member name="P:System.Web.Services.Description.SoapTransportImporter.ImportContext">
<summary>
<para>Gets or sets a reference to the <see cref="T:System.Web.Services.Description.SoapProtocolImporter" />
performing the import action.</para>
</summary>
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ServerProtocolFactories">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ReturnWriterTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ParameterReaderTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ProtocolReflectorTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.MimeReflectorTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.ProtocolImporterTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.MimeImporterTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionImporterTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.SoapExtensionReflectorTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.DiscoveryReferenceTypes">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.DiscoveryDocumentSerializer">
</member>
<member name="P:System.Web.Services.Configuration.WebServicesConfiguration.Current">
</member>
<member name="M:System.Web.Services.Configuration.WebServicesConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
</member>
<member name="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute">
<summary>
<para>Specifes that a service description format extension runs at one or more
extension points. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
class specifying the XML element and namespace to add when running at the
specified extension point.</para>
</summary>
<param name="elementName">
<para>The XML element added to the service description by the service description format extension.</para>
</param>
<param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
<param name=" extensionPoint1">The extension point at which to run the service description format extension.</param>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
class specifying the XML element and namespace to add when running at the
specified extension points.</para>
</summary>
<param name="elementName">
<para>The XML element added to the service description by the service description format extension.</para>
</param>
<param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
<param name=" extensionPoint1">
<para>An extension point at which to run the service description format extension.</para>
</param>
<param name=" extensionPoint2">
<para>An extension point at which to run the service description format extension.</para>
</param>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
class specifying the XML element and namespace to add when running at the
specified extension points.</para>
</summary>
<param name="elementName">
<para>The XML element added to the service description by the service description format extension.</para>
</param>
<param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
<param name=" extensionPoint1">An extension point at which to run the service description format extension.</param>
<param name=" extensionPoint2">An extension point at which to run the service description format extension.</param>
<param name=" extensionPoint3">An extension point at which to run the service description format extension.</param>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
class specifying the XML element and namespace to add when running at the
specified extension point.</para>
</summary>
<param name="elementName">
<para>The XML element added to the service description by the service description format extension.</para>
</param>
<param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
<param name=" extensionPoint1">An extension point at which to run the service description format extension.</param>
<param name=" extensionPoint2">An extension point at which to run the service description format extension.</param>
<param name=" extensionPoint3">An extension point at which to run the service description format extension.</param>
<param name=" extensionPoint4">An extension point at which to run the service description format extension.</param>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute" />
class specifying the XML element and namespace to add when running at the
specified extension point.</para>
</summary>
<param name="elementName">
<para>The XML element added to the service description by the service description format extension.</para>
</param>
<param name=" ns">The XML namespace for the XML element added to the service description by the service description format extension.</param>
<param name=" extensionPoints">An array of extension points at which to run the service description format extension.</param>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints">
<summary>
<para>The stages at which the service description format
extension is to run.</para>
</summary>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace">
<summary>
<para>Gets or sets the XML namespace for the XML element added to the service description by the
service description format extension.</para>
</summary>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName">
<summary>
<para> Gets or sets the XML element added to the service description by the
service description format extension.</para>
</summary>
</member>
<member name="T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute">
<summary>
<para>Specifies the XML namespace and XML namespace prefix to use for a service description
format extension within a service description. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute" /> class.</para>
</summary>
<param name="memberName">The member of the class implementing the service description format extension that can have a service description format extension associated with it.</param>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName">
<summary>
<para> Specifies that the member of the class implementing the service description format extension can have
a service description format extension
associated with it.</para>
</summary>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements">
<summary>
<para>Gets or sets a value indicating whether the member of the class implementing the service description
format extension specified in the <see cref="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName" /> property can accept raw XML
elements. </para>
</summary>
</member>
<member name="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute">
<summary>
<para>Specifies the XML namespace and XML namespace prefix to use for a service description
format extension within a service description. This class cannot be inherited. </para>
</summary>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute" /> class.</para>
</summary>
</member>
<member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute" />
class, setting the XML namespace and XML namespace prefix for a
service description format extension.</para>
</summary>
<param name="prefix">The XML namespace prefix associated with a service description format extension.</param>
<param name=" ns">The XML namespace associated with a service description format extension.</param>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix">
<summary>
<para>Gets or sets the XML namespace prefix associated with a
service description format extension.</para>
</summary>
</member>
<member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace">
<summary>
<para> Gets or sets the XML namespace associated with a
service description format extension.</para>
</summary>
</member>
</members>
</doc>