home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_System_Runtime_Remoting_xml_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  124KB  |  1,243 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System.Runtime.Remoting</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSink">
  8.             <summary>Provides the implementation for a client formatter sink that uses the <see cref="T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter"></see>.</summary>
  9.         </member>
  10.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.#ctor(System.Runtime.Remoting.Channels.IClientChannelSink)">
  11.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSink"></see> class.</summary>
  12.             <param name="nextSink">The next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSink"></see> in the sink chain. </param>
  13.         </member>
  14.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)">
  15.             <summary>Asynchronously processes the provided message.</summary>
  16.             <returns>A <see cref="T:System.Runtime.Remoting.Messaging.IMessageCtrl"></see> that provides a way to control the asynchronous message after it has been dispatched.</returns>
  17.             <param name="msg">The message to process. </param>
  18.             <param name="replySink">The sink that will receive the reply to the provided message. </param>
  19.         </member>
  20.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  21.             <summary>Requests asynchronous processing of a method call on the current sink.</summary>
  22.             <param name="sinkStack">A stack of channel sinks that called the current sink. </param>
  23.             <param name="stream">The stream that is headed toward the transport sink. </param>
  24.             <param name="msg">The message to process. </param>
  25.             <param name="headers">The headers to add to the outgoing message that is heading to the server. </param>
  26.         </member>
  27.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  28.             <summary>Requests asynchronous processing of a response to a method call on the current sink.</summary>
  29.             <param name="sinkStack">A stack of sinks that called the current sink. </param>
  30.             <param name="state">Information that is associated with the current sink, generated on the request side and needed on the response side. </param>
  31.             <param name="stream">The stream that is coming back from the transport sink. </param>
  32.             <param name="headers">The headers that are retrieved from the server response stream. </param>
  33.         </member>
  34.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.GetRequestStream(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders)">
  35.             <summary>Returns the <see cref="T:System.IO.Stream"></see> onto which the provided message is to be serialized.</summary>
  36.             <returns>The <see cref="T:System.IO.Stream"></see> onto which the provided message is to be serialized.</returns>
  37.             <param name="headers">The headers to add to the outgoing message that is heading to the server. </param>
  38.             <param name="msg">The <see cref="T:System.Runtime.Remoting.Messaging.IMethodCallMessage"></see> that contains details about the method call. </param>
  39.         </member>
  40.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.ProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Channels.ITransportHeaders@,System.IO.Stream@)">
  41.             <summary>Requests message processing from the current sink.</summary>
  42.             <param name="requestStream">The stream that is headed toward the transport sink. </param>
  43.             <param name="responseHeaders">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Channels.ITransportHeaders"></see> interface that holds the headers that the server returned. This parameter is passed uninitialized. </param>
  44.             <param name="requestHeaders">The headers to add to the outgoing message that is heading to the server. </param>
  45.             <param name="msg">The message to process. </param>
  46.             <param name="responseStream">When this method returns, contains a <see cref="T:System.IO.Stream"></see> that is coming back from the transport sink. This parameter is passed uninitialized. </param>
  47.         </member>
  48.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)">
  49.             <summary>Synchronously processes the provided message.</summary>
  50.             <returns>The response to the processed message.</returns>
  51.             <param name="msg">The message to process. </param>
  52.         </member>
  53.         <member name="P:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.NextChannelSink">
  54.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSink"></see> in the sink chain.</summary>
  55.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSink"></see> in the sink chain.</returns>
  56.         </member>
  57.         <member name="P:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.NextSink">
  58.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Messaging.IMessageSink"></see> in the sink chain.</summary>
  59.             <returns>The next <see cref="T:System.Runtime.Remoting.Messaging.IMessageSink"></see> in the sink chain.</returns>
  60.         </member>
  61.         <member name="P:System.Runtime.Remoting.Channels.BinaryClientFormatterSink.Properties">
  62.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</summary>
  63.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</returns>
  64.         </member>
  65.         <member name="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider">
  66.             <summary>Provides the implementation for the binary client formatter sink provider.</summary>
  67.         </member>
  68.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider.#ctor">
  69.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider"></see> class with default values.</summary>
  70.         </member>
  71.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider.#ctor(System.Collections.IDictionary,System.Collections.ICollection)">
  72.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider"></see> class with the given properties and provider data.</summary>
  73.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of configuration properties to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider"></see>. </param>
  74.             <param name="providerData">A <see cref="T:System.Collections.ICollection"></see> of <see cref="T:System.Runtime.Remoting.Channels.SinkProviderData"></see> objects that contain provider data to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider"></see>. </param>
  75.         </member>
  76.         <member name="M:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider.CreateSink(System.Runtime.Remoting.Channels.IChannelSender,System.String,System.Object)">
  77.             <summary>Creates a sink chain.</summary>
  78.             <returns>The first sink of the newly formed channel sink chain, or null, which indicates that this provider will not or cannot provide a connection for this endpoint.</returns>
  79.             <param name="url">URL of object to connect to or the channel URI for the target object. </param>
  80.             <param name="channel">Channel for which this sink chain is being constructed. </param>
  81.             <param name="remoteChannelData">A channel data object that describes a channel on the remote server. </param>
  82.         </member>
  83.         <member name="P:System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider.Next">
  84.             <summary>Gets or sets the next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> in the sink provider chain.</summary>
  85.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> in the sink provider chain.</returns>
  86.         </member>
  87.         <member name="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink">
  88.             <summary>Provides the implementation for a server formatter sink that uses the <see cref="T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter"></see>.</summary>
  89.         </member>
  90.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.#ctor(System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol,System.Runtime.Remoting.Channels.IServerChannelSink,System.Runtime.Remoting.Channels.IChannelReceiver)">
  91.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink"></see> class.</summary>
  92.             <param name="protocol">The <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol"></see> that will be used with the current instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink"></see>. </param>
  93.             <param name="nextSink">The next sink in the channel sink chain. </param>
  94.             <param name="receiver">Indicates the channel that will receive the messages that are serialized by the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink"></see>. </param>
  95.         </member>
  96.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  97.             <summary>Requests processing of the response from a method call that is sent asynchronously.</summary>
  98.             <param name="sinkStack">A stack of sinks that is leading back to the server transport sink. </param>
  99.             <param name="state">Information that is associated with the current sink, generated on the request side, and needed on the response side. </param>
  100.             <param name="stream">The stream that is heading back to the transport sink. </param>
  101.             <param name="msg">The response message. </param>
  102.             <param name="headers">The headers to add to the return message that is heading to the client. </param>
  103.         </member>
  104.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders)">
  105.             <summary>Returns the <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</summary>
  106.             <returns>The <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</returns>
  107.             <param name="sinkStack">A stack of sinks that is leading back to the server transport sink. </param>
  108.             <param name="state">Information that is associated with the current sink, generated on the request side, and needed on the response side. </param>
  109.             <param name="msg">The response message to serialize. </param>
  110.             <param name="headers">The headers to put in the response stream to the client. </param>
  111.         </member>
  112.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage@,System.Runtime.Remoting.Channels.ITransportHeaders@,System.IO.Stream@)">
  113.             <summary>Requests message processing from the current sink.</summary>
  114.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ServerProcessing"></see> status value that provides information about how the message was processed.</returns>
  115.             <param name="responseHeaders">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Channels.ITransportHeaders"></see> that holds the headers to add to the return message that is heading to the client. This parameter is passed uninitialized. </param>
  116.             <param name="responseMsg">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Messaging.IMessage"></see> that holds the response message. This parameter is passed uninitialized. </param>
  117.             <param name="sinkStack">A stack of channel sinks that called the current sink. </param>
  118.             <param name="requestMsg">The message that contains the request. </param>
  119.             <param name="responseStream">When this method returns, contains a <see cref="T:System.IO.Stream"></see> that is heading to the transport sink. This parameter is passed uninitialized. </param>
  120.             <param name="requestHeaders">Headers that are retrieved from the incoming message from the client. </param>
  121.             <param name="requestStream">The stream that needs to be processed and passed on to the deserialization sink. </param>
  122.         </member>
  123.         <member name="P:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.NextChannelSink">
  124.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</summary>
  125.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</returns>
  126.         </member>
  127.         <member name="P:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Properties">
  128.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</summary>
  129.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</returns>
  130.         </member>
  131.         <member name="P:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.TypeFilterLevel">
  132.             <summary>Gets or sets the TypeFilterLevel value of automatic deserialization that the BinaryServerFormatterSink performs.</summary>
  133.             <returns>The TypeFilterLevel that represents the current automatic deserialization level.</returns>
  134.         </member>
  135.         <member name="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol">
  136.             <summary>Specifies the protocol to use with the <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSink"></see> class.</summary>
  137.         </member>
  138.         <member name="F:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol.Http">
  139.             <summary>Indicates that the current formatter sink is using the HTTP protocol, and therefore requires special processing.</summary>
  140.         </member>
  141.         <member name="F:System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol.Other">
  142.             <summary>Indicates that a protocol other than HTTP is used with the current formatter sink.</summary>
  143.         </member>
  144.         <member name="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider">
  145.             <summary>Provides the implementation for the server formatter channel sink provider that uses the <see cref="T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter"></see>.</summary>
  146.         </member>
  147.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.#ctor">
  148.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider"></see> class with default values.</summary>
  149.         </member>
  150.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.#ctor(System.Collections.IDictionary,System.Collections.ICollection)">
  151.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider"></see> class with the provided properties and provider data.</summary>
  152.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of configuration properties to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider"></see>. </param>
  153.             <param name="providerData">A <see cref="T:System.Collections.ICollection"></see> of <see cref="T:System.Runtime.Remoting.Channels.SinkProviderData"></see> to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider"></see>. </param>
  154.         </member>
  155.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver)">
  156.             <summary>Creates a sink chain.</summary>
  157.             <returns>The first sink of the newly formed channel sink chain.</returns>
  158.             <param name="channel">The channel for which to create the channel sink chain. </param>
  159.         </member>
  160.         <member name="M:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore)">
  161.             <summary>Returns the channel data for the channel that the current sink is associated with.</summary>
  162.             <param name="channelData">A <see cref="T:System.Runtime.Remoting.Channels.IChannelDataStore"></see> object in which the channel data is to be returned. </param>
  163.         </member>
  164.         <member name="P:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.Next">
  165.             <summary>Gets or sets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</summary>
  166.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</returns>
  167.         </member>
  168.         <member name="P:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider.TypeFilterLevel">
  169.             <summary>Gets or sets the TypeFilterLevel value of automatic deserialization the BinaryServerFormatterSink performs.</summary>
  170.             <returns>The TypeFilterLevel that represents the current automatic deserialization level.</returns>
  171.         </member>
  172.         <member name="T:System.Runtime.Remoting.Channels.CommonTransportKeys">
  173.             <summary>The transport keys associated with common values used by the channels.</summary>
  174.         </member>
  175.         <member name="F:System.Runtime.Remoting.Channels.CommonTransportKeys.ConnectionId">
  176.             <summary>The transport key associated with a unique ID given to each incoming socket connection.</summary>
  177.         </member>
  178.         <member name="F:System.Runtime.Remoting.Channels.CommonTransportKeys.IPAddress">
  179.             <summary>The transport key associated with the IP address from which an incoming request arrived.</summary>
  180.         </member>
  181.         <member name="F:System.Runtime.Remoting.Channels.CommonTransportKeys.RequestUri">
  182.             <summary>The transport key associated with the URI that made the request.</summary>
  183.         </member>
  184.         <member name="T:System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection">
  185.             <summary>The <see cref="T:System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection"></see> interface provides methods that indicate whether a client is authorized to connect on the current channel, based on the client's network address and user identity.</summary>
  186.         </member>
  187.         <member name="M:System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection.IsConnectingEndPointAuthorized(System.Net.EndPoint)">
  188.             <summary>Gets a Boolean value that indicates whether the network address of the client is authorized to connect on the current channel.</summary>
  189.             <returns>true if the network address of the client is authorized; otherwise, false.</returns>
  190.             <param name="endPoint">The <see cref="T:System.Net.EndPoint"></see> that identifies the network address of the client.</param>
  191.         </member>
  192.         <member name="M:System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection.IsConnectingIdentityAuthorized(System.Security.Principal.IIdentity)">
  193.             <summary>Gets a Boolean value that indicates whether the user identity of the client is authorized to connect on the current channel.</summary>
  194.             <returns>true if the user identity of the client is authorized; otherwise, false.</returns>
  195.             <param name="identity">The <see cref="T:System.Security.Principal.IIdentity"></see> that represents the user identity of the client.</param>
  196.         </member>
  197.         <member name="T:System.Runtime.Remoting.Channels.SoapClientFormatterSink">
  198.             <summary>Provides the implementation for a client formatter sink that uses the <see cref="T:System.Runtime.Serialization.Formatters.Soap.SoapFormatter"></see>.</summary>
  199.         </member>
  200.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.#ctor(System.Runtime.Remoting.Channels.IClientChannelSink)">
  201.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSink"></see> class.</summary>
  202.             <param name="nextSink">The next sink in the channel sink chain. </param>
  203.         </member>
  204.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)">
  205.             <summary>Asynchronously processes the provided message.</summary>
  206.             <returns>A <see cref="T:System.Runtime.Remoting.Messaging.IMessageCtrl"></see> that provides a way to control the asynchronous message after it has been dispatched.</returns>
  207.             <param name="msg">The message to process. </param>
  208.             <param name="replySink">The sink that will receive the reply to the provided message. </param>
  209.         </member>
  210.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  211.             <summary>Requests asynchronous processing of a method call on the current sink.</summary>
  212.             <param name="sinkStack">A stack of channel sinks that called the current sink. </param>
  213.             <param name="stream">The stream headed to the transport sink. </param>
  214.             <param name="msg">The message to process. </param>
  215.             <param name="headers">The headers to add to the outgoing message heading to the server. </param>
  216.         </member>
  217.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  218.             <summary>Requests asynchronous processing of a response to a method call on the current sink.</summary>
  219.             <param name="sinkStack">A stack of sinks that called the current sink. </param>
  220.             <param name="state">The state associated with the current sink. </param>
  221.             <param name="stream">The stream coming back from the transport sink. </param>
  222.             <param name="headers">The headers retrieved from the server response stream. </param>
  223.         </member>
  224.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.GetRequestStream(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders)">
  225.             <summary>Returns the <see cref="T:System.IO.Stream"></see> onto which the provided message is to be serialized.</summary>
  226.             <returns>The <see cref="T:System.IO.Stream"></see> onto which the provided message is to be serialized.</returns>
  227.             <param name="headers">The headers to add to the outgoing message heading to the server. </param>
  228.             <param name="msg">The <see cref="T:System.Runtime.Remoting.Messaging.IMethodCallMessage"></see> containing details about the method call. </param>
  229.         </member>
  230.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.ProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Channels.ITransportHeaders@,System.IO.Stream@)">
  231.             <summary>Requests message processing from the current sink.</summary>
  232.             <param name="requestStream">The stream headed toward the transport sink. </param>
  233.             <param name="responseHeaders">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Channels.ITransportHeaders"></see> interface that holds the headers that the server returned. This parameter is passed uninitialized. </param>
  234.             <param name="requestHeaders">The headers to add to the outgoing message heading to the server. </param>
  235.             <param name="msg">The message to process. </param>
  236.             <param name="responseStream">When this method returns, contains a <see cref="T:System.IO.Stream"></see> coming back from the transport sink. This parameter is passed uninitialized. </param>
  237.         </member>
  238.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)">
  239.             <summary>Synchronously processes the provided message.</summary>
  240.             <returns>The response to the processed message.</returns>
  241.             <param name="msg">The message to process. </param>
  242.         </member>
  243.         <member name="P:System.Runtime.Remoting.Channels.SoapClientFormatterSink.NextChannelSink">
  244.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSink"></see> in the sink chain.</summary>
  245.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSink"></see> in the sink chain.</returns>
  246.         </member>
  247.         <member name="P:System.Runtime.Remoting.Channels.SoapClientFormatterSink.NextSink">
  248.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Messaging.IMessageSink"></see> in the sink chain.</summary>
  249.             <returns>The next <see cref="T:System.Runtime.Remoting.Messaging.IMessageSink"></see> in the sink chain.</returns>
  250.         </member>
  251.         <member name="P:System.Runtime.Remoting.Channels.SoapClientFormatterSink.Properties">
  252.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</summary>
  253.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</returns>
  254.         </member>
  255.         <member name="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider">
  256.             <summary>Provides the implementation for a client formatter sink provider.</summary>
  257.         </member>
  258.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider.#ctor">
  259.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see> class with default values.</summary>
  260.         </member>
  261.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider.#ctor(System.Collections.IDictionary,System.Collections.ICollection)">
  262.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see> class with the given properties and provider data.</summary>
  263.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of configuration properties to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see>. </param>
  264.             <param name="providerData">A <see cref="T:System.Collections.ICollection"></see> of provider data to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see>. </param>
  265.         </member>
  266.         <member name="M:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider.CreateSink(System.Runtime.Remoting.Channels.IChannelSender,System.String,System.Object)">
  267.             <summary>Creates a sink chain.</summary>
  268.             <returns>The first sink of the newly formed channel sink chain, or null, which indicates that this provider will not or cannot provide a connection for this endpoint.</returns>
  269.             <param name="url">URL of object to connect to or the channel URI for the target object. </param>
  270.             <param name="channel">Channel for which this sink chain is being constructed. </param>
  271.             <param name="remoteChannelData">A channel data object describing a channel on the remote server. </param>
  272.         </member>
  273.         <member name="P:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider.Next">
  274.             <summary>Gets or sets the next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> in the sink provider chain.</summary>
  275.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> in the sink provider chain.</returns>
  276.         </member>
  277.         <member name="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink">
  278.             <summary>Provides the implementation for a server formatter sink that uses the <see cref="T:System.Runtime.Serialization.Formatters.Soap.SoapFormatter"></see>.</summary>
  279.         </member>
  280.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSink.#ctor(System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol,System.Runtime.Remoting.Channels.IServerChannelSink,System.Runtime.Remoting.Channels.IChannelReceiver)">
  281.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink"></see> class.</summary>
  282.             <param name="protocol">The <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol"></see> that will be used with the current instance of <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink"></see>. </param>
  283.             <param name="nextSink">The next sink in the channel sink chain. </param>
  284.             <param name="receiver">Indicates the channel that will receive the messages serialized by the new instance of <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink"></see>. </param>
  285.         </member>
  286.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSink.AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  287.             <summary>Requests processing from the current sink of the response from a method call sent asynchronously.</summary>
  288.             <param name="sinkStack">A stack of sinks leading back to the server transport sink. </param>
  289.             <param name="state">Information associated with the current sink, generated on the request side, and needed on the response side. </param>
  290.             <param name="stream">The stream heading back to the transport sink. </param>
  291.             <param name="msg">The response message. </param>
  292.             <param name="headers">The headers to add to the return message heading to the client. </param>
  293.         </member>
  294.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSink.GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders)">
  295.             <summary>Returns the <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</summary>
  296.             <returns>The <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</returns>
  297.             <param name="sinkStack">A stack of sinks leading back to the server transport sink. </param>
  298.             <param name="state">Information associated with the current sink, generated on the request side, and needed on the response side. </param>
  299.             <param name="msg">The response message that is to be serialized. </param>
  300.             <param name="headers">The headers to put in the response stream to the client. </param>
  301.         </member>
  302.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage@,System.Runtime.Remoting.Channels.ITransportHeaders@,System.IO.Stream@)">
  303.             <summary>Requests message processing from the current sink.</summary>
  304.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ServerProcessing"></see> status value that provides information about how the message was processed.</returns>
  305.             <param name="responseHeaders">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Channels.ITransportHeaders"></see> that holds the headers to add to the return message heading to the client. This parameter is passed uninitialized. </param>
  306.             <param name="responseMsg">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Messaging.IMessage"></see> that holds the response message. This parameter is passed uninitialized. </param>
  307.             <param name="sinkStack">The stack of sinks that transports the message. </param>
  308.             <param name="requestMsg">The message that contains the request. </param>
  309.             <param name="responseStream">When this method returns, contains a <see cref="T:System.IO.Stream"></see> that is heading back to the transport sink. This parameter is passed uninitialized. </param>
  310.             <param name="requestHeaders">Headers retrieved from the incoming message from the client. </param>
  311.             <param name="requestStream">The stream that needs to be processed and passed on to the deserialization sink. </param>
  312.         </member>
  313.         <member name="P:System.Runtime.Remoting.Channels.SoapServerFormatterSink.NextChannelSink">
  314.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</summary>
  315.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</returns>
  316.         </member>
  317.         <member name="P:System.Runtime.Remoting.Channels.SoapServerFormatterSink.Properties">
  318.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</summary>
  319.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink. For more information, see Channel and Formatter Configuration Properties.</returns>
  320.         </member>
  321.         <member name="P:System.Runtime.Remoting.Channels.SoapServerFormatterSink.TypeFilterLevel">
  322.             <summary>Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.</summary>
  323.             <returns>The TypeFilterLevel that represents the current automatic deserialization level.</returns>
  324.         </member>
  325.         <member name="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol">
  326.             <summary>Specifies the protocol to use with the <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSink"></see> class.</summary>
  327.         </member>
  328.         <member name="F:System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol.Http">
  329.             <summary>Indicates that the current formatter sink is using the HTTP protocol, and therefore requires special processing.</summary>
  330.         </member>
  331.         <member name="F:System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol.Other">
  332.             <summary>Indicates that a protocol other than HTTP is used with the current formatter sink.</summary>
  333.         </member>
  334.         <member name="T:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider">
  335.             <summary>Provides the implementation for a server formatter channel sink provider that uses the <see cref="T:System.Runtime.Serialization.Formatters.Soap.SoapFormatter"></see>.</summary>
  336.         </member>
  337.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.#ctor">
  338.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider"></see> class with default values.</summary>
  339.         </member>
  340.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.#ctor(System.Collections.IDictionary,System.Collections.ICollection)">
  341.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider"></see> class with the provided properties and provider data.</summary>
  342.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of configuration properties to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see>. </param>
  343.             <param name="providerData">A <see cref="T:System.Collections.ICollection"></see> of provider data to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider"></see>. </param>
  344.         </member>
  345.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver)">
  346.             <summary>Creates a sink chain.</summary>
  347.             <returns>The first sink of the newly formed channel sink chain.</returns>
  348.             <param name="channel">The channel for which to create the channel sink chain. </param>
  349.         </member>
  350.         <member name="M:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore)">
  351.             <summary>Returns the channel data for the channel that the current sink is associated with.</summary>
  352.             <param name="channelData">A <see cref="T:System.Runtime.Remoting.Channels.IChannelDataStore"></see> object in which the channel data is to be returned. </param>
  353.         </member>
  354.         <member name="P:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.Next">
  355.             <summary>Gets or sets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</summary>
  356.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</returns>
  357.         </member>
  358.         <member name="P:System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider.TypeFilterLevel">
  359.             <summary>Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.</summary>
  360.             <returns>The TypeFilterLevel that represents the current automatic deserialization level.</returns>
  361.         </member>
  362.         <member name="T:System.Runtime.Remoting.Channels.SocketCachePolicy">
  363.             <summary>Specifies the policy for removing clients from the cache maintained by remoting clients.</summary>
  364.         </member>
  365.         <member name="F:System.Runtime.Remoting.Channels.SocketCachePolicy.AbsoluteTimeout">
  366.             <summary>Remove a socket from the cache a fixed time after its creation.</summary>
  367.         </member>
  368.         <member name="F:System.Runtime.Remoting.Channels.SocketCachePolicy.Default">
  369.             <summary>Remove a socket from the cache a fixed time after its last use.</summary>
  370.         </member>
  371.         <member name="T:System.Runtime.Remoting.Channels.Http.HttpChannel">
  372.             <summary>Implements a client channel for remote calls that uses the HTTP protocol to transmit messages.</summary>
  373.         </member>
  374.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.#ctor">
  375.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see> class.</summary>
  376.         </member>
  377.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.#ctor(System.Int32)">
  378.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see> class with a server channel that listens on the specified port.</summary>
  379.             <param name="port">The port on which the server channel listens.</param>
  380.         </member>
  381.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  382.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see> class with the specified configuration properties and sinks.</summary>
  383.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the client and server channels. </param>
  384.             <param name="clientSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the client channel. </param>
  385.             <param name="serverSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the server channel.</param>
  386.             <exception cref="T:System.ArgumentException">A configuration property was incorrectly formatted. </exception>
  387.         </member>
  388.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.AddHookChannelUri(System.String)">
  389.             <summary>Adds a URI on which the channel hook should listen.</summary>
  390.             <param name="channelUri">Should always be a null reference (Nothing in Visual Basic) for <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see></param>
  391.         </member>
  392.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  393.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  394.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  395.             <param name="url">The URL to which the new sink will deliver messages. Can be null. </param>
  396.             <param name="objectURI">When this method returns, contains a URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized. </param>
  397.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink will deliver messages. Can be null. </param>
  398.         </member>
  399.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.GetUrlsForUri(System.String)">
  400.             <summary>Returns an array of all the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>.</summary>
  401.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>.</returns>
  402.             <param name="objectURI">The URI of the object for which URL's are required. </param>
  403.         </member>
  404.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.Parse(System.String,System.String@)">
  405.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  406.             <returns>The URI of the current channel, or null if the specified URL is not an HTTP URL.</returns>
  407.             <param name="url">The URL from which to extract the URI of the remote well-known object. </param>
  408.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  409.         </member>
  410.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.StartListening(System.Object)">
  411.             <summary>Instructs the current channel to start listening for requests.</summary>
  412.             <param name="data">Should always be a null reference (Nothing in Visual Basic) for <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>. </param>
  413.         </member>
  414.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpChannel.StopListening(System.Object)">
  415.             <summary>Instructs the current channel to stop listening for requests.</summary>
  416.             <param name="data">The channel URI on which the channel hook is listening.</param>
  417.         </member>
  418.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.ChannelData">
  419.             <summary>Gets the channel-specific data.</summary>
  420.             <returns>The channel data.</returns>
  421.         </member>
  422.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.ChannelName">
  423.             <summary>Gets the name of the current channel.</summary>
  424.             <returns>A <see cref="T:System.String"></see> that contains the name of the channel.</returns>
  425.         </member>
  426.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.ChannelPriority">
  427.             <summary>Gets the priority of the current channel.</summary>
  428.             <returns>An integer that represents the priority assigned to the channel.</returns>
  429.         </member>
  430.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.ChannelScheme">
  431.             <summary>Gets the type of listener to hook into (for example, "http").</summary>
  432.             <returns>The type of listener to hook into.</returns>
  433.         </member>
  434.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.ChannelSinkChain">
  435.             <summary>Gets the channel sink chain that the current channel is using.</summary>
  436.             <returns>The channel sink chain that the current channel is using.</returns>
  437.         </member>
  438.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.IsSecured">
  439.             <summary>Gets a Boolean value that indicates whether the current instance is secure.</summary>
  440.             <returns>A Boolean value that indicates whether the current instance is secure.</returns>
  441.         </member>
  442.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.Item(System.Object)">
  443.             <summary>Returns the specified channel property.</summary>
  444.             <returns>A <see cref="T:System.Object"></see> that represents the channel property specified by key.</returns>
  445.             <param name="key">The key of the channel property to retrieve.</param>
  446.         </member>
  447.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.Keys">
  448.             <summary>Gets a <see cref="T:System.Collections.ICollection"></see> of keys that the channel properties are associated with.</summary>
  449.             <returns>A <see cref="T:System.Collections.ICollection"></see> of keys that the channel properties are associated with.</returns>
  450.         </member>
  451.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.Properties">
  452.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of the channel properties associated with the current channel.</summary>
  453.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of the channel properties associated with the current channel.</returns>
  454.         </member>
  455.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpChannel.WantsToListen">
  456.             <summary>Gets a Boolean value that indicates whether the current instance wants to be hooked into the outside listener service.</summary>
  457.             <returns>A Boolean value that indicates whether <see cref="T:System.Runtime.Remoting.Channels.IChannelReceiverHook"></see> wants to be hooked into the outside listener service.</returns>
  458.         </member>
  459.         <member name="T:System.Runtime.Remoting.Channels.Http.HttpClientChannel">
  460.             <summary>Implements a client channel for remote calls that uses the HTTP protocol to transmit messages.</summary>
  461.         </member>
  462.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpClientChannel.#ctor">
  463.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpClientChannel"></see> class.</summary>
  464.         </member>
  465.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpClientChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  466.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpClientChannel"></see> class with the specified configuration properties and sink.</summary>
  467.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel. </param>
  468.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the channel. </param>
  469.             <exception cref="T:System.ArgumentException">A configuration property was incorrectly formatted. </exception>
  470.         </member>
  471.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpClientChannel.#ctor(System.String,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  472.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpClientChannel"></see> class with the specified name and sink.</summary>
  473.             <param name="name">The name of the new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpClientChannel"></see>. </param>
  474.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> to be used by the channel. </param>
  475.         </member>
  476.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpClientChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  477.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  478.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  479.             <param name="url">The URL to which the new sink will deliver messages. Can be null. </param>
  480.             <param name="objectURI">When this method returns, contains a URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized. </param>
  481.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink will deliver messages. Can be null. </param>
  482.         </member>
  483.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpClientChannel.Parse(System.String,System.String@)">
  484.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  485.             <returns>The URI of the current channel, or null if the specified URL is not an HTTP URL.</returns>
  486.             <param name="url">The URL from which to extract the URI of the remote well-known object. </param>
  487.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  488.         </member>
  489.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpClientChannel.ChannelName">
  490.             <summary>Gets the name of the current channel.</summary>
  491.             <returns>A <see cref="T:System.String"></see> that contains the name of the channel.</returns>
  492.         </member>
  493.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpClientChannel.ChannelPriority">
  494.             <summary>Gets the priority of the current channel.</summary>
  495.             <returns>An integer that represents the priority assigned to the channel.</returns>
  496.         </member>
  497.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpClientChannel.Item(System.Object)">
  498.             <summary>Returns the specified channel property.</summary>
  499.             <returns>A <see cref="T:System.Object"></see> that represents the channel property specified by key.</returns>
  500.             <param name="key">The key of the channel property to retrieve.</param>
  501.         </member>
  502.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpClientChannel.Keys">
  503.             <summary>Gets a <see cref="T:System.Collections.ICollection"></see> of keys that the channel properties are associated with.</summary>
  504.             <returns>A <see cref="T:System.Collections.ICollection"></see> of keys that the channel properties are associated with.</returns>
  505.         </member>
  506.         <member name="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler">
  507.             <summary>Implements an ASP.NET handler that forwards requests to the remoting HTTP channel.</summary>
  508.         </member>
  509.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler.#ctor">
  510.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see> class with default values.</summary>
  511.         </member>
  512.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler.#ctor(System.Type,System.Object)">
  513.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see> class with default values. </summary>
  514.             <param name="type">The constructor ignores the type parameter.</param>
  515.             <param name="srvID">The constructor ignores the srvID parameter.</param>
  516.         </member>
  517.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler.ProcessRequest(System.Web.HttpContext)">
  518.             <summary>Enables processing of HTTP Web requests by the current instance.</summary>
  519.             <param name="context">A <see cref="T:System.Web.HttpContext"></see> that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param>
  520.         </member>
  521.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler.IsReusable">
  522.             <summary>Gets a Boolean value that indicates whether another request can use the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see>.</summary>
  523.             <returns>true for all instances of <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see>.</returns>
  524.         </member>
  525.         <member name="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory">
  526.             <summary>Initializes new instances of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see> class.</summary>
  527.         </member>
  528.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
  529.             <summary>Returns an instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see> class.</summary>
  530.             <returns>A new <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see> that processes the request.</returns>
  531.             <param name="url">The <see cref="P:System.Web.HttpRequest.RawUrl"></see> of the requested resource. </param>
  532.             <param name="verb">The HTTP data transfer method (GET or POST) that the client uses. </param>
  533.             <param name="context">An instance of the <see cref="T:System.Web.HttpContext"></see> class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param>
  534.             <param name="filePath">The <see cref="P:System.Web.HttpRequest.PhysicalApplicationPath"></see> to the requested resource. </param>
  535.         </member>
  536.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
  537.             <summary>Enables a factory to reuse the specified <see cref="T:System.Runtime.Remoting.Channels.Http.HttpRemotingHandler"></see>.</summary>
  538.             <param name="handler">The <see cref="T:System.Web.IHttpHandler"></see> to release. </param>
  539.         </member>
  540.         <member name="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel">
  541.             <summary>Implements a server channel for remote calls that uses the HTTP protocol to transmit messages.</summary>
  542.         </member>
  543.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.#ctor">
  544.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see> class.</summary>
  545.         </member>
  546.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.#ctor(System.Int32)">
  547.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see> class that listens on the specified port.</summary>
  548.             <param name="port">The port on which the channel listens. </param>
  549.         </member>
  550.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  551.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see> class with the specified channel properties and sink.</summary>
  552.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of the channel properties that hold the configuration information for the current channel. </param>
  553.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> to use with the new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see>. </param>
  554.             <exception cref="T:System.ArgumentException">A configuration property was incorrectly formatted. </exception>
  555.         </member>
  556.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.#ctor(System.String,System.Int32)">
  557.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see> class with the given name and that listens on the specified port.</summary>
  558.             <param name="port">The port on which the channel listens. </param>
  559.             <param name="name">The name of the channel. </param>
  560.         </member>
  561.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.#ctor(System.String,System.Int32,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  562.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Http.HttpServerChannel"></see> class at the specified port with the given name, which listens on the specified port, and uses the specified sink.</summary>
  563.             <param name="port">The port on which the channel listens. </param>
  564.             <param name="name">The name of the channel. </param>
  565.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> to be used by the channel. </param>
  566.         </member>
  567.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.AddHookChannelUri(System.String)">
  568.             <summary>Adds a URI on which the channel hook must listen.</summary>
  569.             <param name="channelUri">A URI on which the channel hook must listen. </param>
  570.         </member>
  571.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.GetChannelUri">
  572.             <summary>Returns the URI of the current channel.</summary>
  573.             <returns>The URI of the current channel.</returns>
  574.         </member>
  575.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.GetUrlsForUri(System.String)">
  576.             <summary>Returns an array of all the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>.</summary>
  577.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>.</returns>
  578.             <param name="objectUri">The URI of the object for which URLs are required. </param>
  579.         </member>
  580.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.Parse(System.String,System.String@)">
  581.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  582.             <returns>The channel URI.</returns>
  583.             <param name="url">The URL from which to extract the URIs. </param>
  584.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  585.         </member>
  586.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.StartListening(System.Object)">
  587.             <summary>Instructs the current channel to start listening for requests.</summary>
  588.             <param name="data">Should always be null for <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>. </param>
  589.         </member>
  590.         <member name="M:System.Runtime.Remoting.Channels.Http.HttpServerChannel.StopListening(System.Object)">
  591.             <summary>Instructs the current channel to stop listening for requests.</summary>
  592.             <param name="data">Should always be null for <see cref="T:System.Runtime.Remoting.Channels.Http.HttpChannel"></see>. </param>
  593.         </member>
  594.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.ChannelData">
  595.             <summary>Gets channel-specific data.</summary>
  596.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ChannelDataStore"></see> instance that contains channel-specific data.</returns>
  597.         </member>
  598.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.ChannelName">
  599.             <summary>Gets the name of the current channel.</summary>
  600.             <returns>A <see cref="T:System.String"></see> object that contains the name of the channel.</returns>
  601.         </member>
  602.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.ChannelPriority">
  603.             <summary>Gets the priority of the current channel.</summary>
  604.             <returns>An integer that represents the priority assigned to the channel.</returns>
  605.         </member>
  606.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.ChannelScheme">
  607.             <summary>Gets the type of listener to hook into (for example, "http").</summary>
  608.             <returns>The type of listener to hook into.</returns>
  609.         </member>
  610.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.ChannelSinkChain">
  611.             <summary>Gets the channel sink chain that the current channel is using.</summary>
  612.             <returns>The channel sink chain that the current channel is using.</returns>
  613.         </member>
  614.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.Item(System.Object)">
  615.             <summary>Returns the specified channel property.</summary>
  616.             <returns>A <see cref="T:System.Object"></see> that represents the channel property specified by key.</returns>
  617.             <param name="key">The key of the channel property to retrieve.</param>
  618.         </member>
  619.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.Keys">
  620.             <summary>Gets a <see cref="T:System.Collections.ICollection"></see> of keys the channel properties are associated with.</summary>
  621.             <returns>A <see cref="T:System.Collections.ICollection"></see> of keys the channel properties are associated with.</returns>
  622.         </member>
  623.         <member name="P:System.Runtime.Remoting.Channels.Http.HttpServerChannel.WantsToListen">
  624.             <summary>Gets a Boolean value that indicates whether <see cref="T:System.Runtime.Remoting.Channels.IChannelReceiverHook"></see> wants to be hooked into the outside listener service.</summary>
  625.             <returns>A Boolean value that indicates whether <see cref="T:System.Runtime.Remoting.Channels.IChannelReceiverHook"></see> wants to be hooked into the outside listener service.</returns>
  626.         </member>
  627.         <member name="N:System.Runtime.Remoting.Channels.Ipc">
  628.             <summary>The <see cref="N:System.Runtime.Remoting.Channels.Ipc"></see> namespace defines a communication channel for remoting that uses the interprocess cmmunication (IPC) system of the Windows operating system. Because it does not use network communication, the IPC channel is much faster than the HTTP and TCP channels, but it can only be used for communication between application domains on the same physical computer.</summary>
  629.         </member>
  630.         <member name="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel">
  631.             <summary>Provides a channel implementation that uses the IPC protocol to transmit messages.</summary>
  632.         </member>
  633.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.#ctor">
  634.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see> class, activating only a client channel, and not a server channel.</summary>
  635.         </member>
  636.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.#ctor(System.String)">
  637.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see> class with a server channel that listens on the specified IPC port.</summary>
  638.             <param name="portName">The name of the IPC port.</param>
  639.         </member>
  640.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  641.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see> class with the specified configuration properties and sinks.</summary>
  642.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection specifying values for configuration properties to be used by the client and server channels. </param>
  643.             <param name="clientSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the client channel. </param>
  644.             <param name="serverSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the server channel. </param>
  645.         </member>
  646.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  647.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  648.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  649.             <param name="url">The URL to which the new sink should deliver messages. Can be null. </param>
  650.             <param name="objectURI">When this method returns, contains a URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized. </param>
  651.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink should deliver messages. Can be null. </param>
  652.         </member>
  653.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.GetUrlsForUri(System.String)">
  654.             <summary>Returns an array of all the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see>.</summary>
  655.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see>.</returns>
  656.             <param name="objectURI">The URI of the object for which URLs are required. </param>
  657.         </member>
  658.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.Parse(System.String,System.String@)">
  659.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  660.             <returns>The URI of the current channel.</returns>
  661.             <param name="url">The URL from which to extract the URI of the remote well-known object. </param>
  662.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  663.         </member>
  664.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.StartListening(System.Object)">
  665.             <summary>Instructs the current channel to start listening for requests.</summary>
  666.             <param name="data">Optional initialization information. </param>
  667.         </member>
  668.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcChannel.StopListening(System.Object)">
  669.             <summary>Instructs the current channel to stop listening for requests.</summary>
  670.             <param name="data">Optional state information for the channel. </param>
  671.         </member>
  672.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcChannel.ChannelData">
  673.             <summary>Gets the channel-specific data.</summary>
  674.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ChannelDataStore"></see> instance that contains channel-specific data.</returns>
  675.         </member>
  676.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcChannel.ChannelName">
  677.             <summary>Gets the name of the current channel.</summary>
  678.             <returns>A <see cref="T:System.String"></see> that contains the name of the channel.</returns>
  679.         </member>
  680.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcChannel.ChannelPriority">
  681.             <summary>Gets the priority of the current channel.</summary>
  682.             <returns>An integer that represents the priority assigned to the channel.</returns>
  683.         </member>
  684.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcChannel.IsSecured">
  685.             <summary>Gets a Boolean value that indicates whether the current instance is secure.</summary>
  686.             <returns>A Boolean value that indicates whether the current instance is secure.</returns>
  687.         </member>
  688.         <member name="T:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel">
  689.             <summary>Implements a client channel for remote calls that uses the IPC protocol to transmit messages.</summary>
  690.         </member>
  691.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.#ctor">
  692.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class.</summary>
  693.         </member>
  694.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  695.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel"></see> class with the specified configuration properties and sink.</summary>
  696.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel.</param>
  697.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel.</param>
  698.         </member>
  699.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.#ctor(System.String,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  700.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel"></see> class with the specified name and sink.</summary>
  701.             <param name="name">The name of the channel.</param>
  702.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the channel.</param>
  703.         </member>
  704.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  705.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  706.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  707.             <param name="url">The URL to which the new sink delivers messages. This parameter can be null.</param>
  708.             <param name="objectURI">When this method returns, contains the URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized.</param>
  709.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink will deliver messages. This parameter can be null. </param>
  710.             <exception cref="T:System.Runtime.Remoting.RemotingException">The provided sink does not implement <see cref="T:System.Runtime.Remoting.Messaging.IMessageSink"></see>.</exception>
  711.         </member>
  712.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.Parse(System.String,System.String@)">
  713.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  714.             <returns>A <see cref="T:System.String"></see> that contains the channel URI.</returns>
  715.             <param name="url">The URL from which to extract the object URI.</param>
  716.             <param name="objectURI">When this method returns, a <see cref="T:System.String"></see> instance that holds the URI of the remote well-known object. This parameter is passed uninitialized.</param>
  717.         </member>
  718.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.ChannelName">
  719.             <summary>Gets the name of the current channel.</summary>
  720.             <returns>A <see cref="T:System.String"></see> instance that contains the name of the channel.</returns>
  721.         </member>
  722.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcClientChannel.ChannelPriority">
  723.             <summary>Gets the priority of the current channel.</summary>
  724.             <returns>An integer that indicates the priority assigned to the channel.</returns>
  725.         </member>
  726.         <member name="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel">
  727.             <summary>Implements a server channel for remote calls that uses the IPC system to transmit messages.</summary>
  728.         </member>
  729.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.#ctor(System.String)">
  730.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class with the specified IPC port name.</summary>
  731.             <param name="portName">The name of the IPC port to be used by the channel.</param>
  732.         </member>
  733.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  734.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class with the specified channel properties and sink.</summary>
  735.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel.</param>
  736.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel.</param>
  737.         </member>
  738.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.#ctor(System.String,System.String)">
  739.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class with the specified channel name and IPC port name.</summary>
  740.             <param name="portName">The name of the IPC port to be used by the channel.</param>
  741.             <param name="name">The name of the channel.</param>
  742.         </member>
  743.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IServerChannelSinkProvider,System.Security.AccessControl.CommonSecurityDescriptor)">
  744.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class with the specified channel properties, sink, and security descriptor.</summary>
  745.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel.</param>
  746.             <param name="securityDescriptor">A <see cref="T:System.Security.AccessControl.CommonSecurityDescriptor"></see> to be used by the channel.</param>
  747.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel.</param>
  748.         </member>
  749.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.#ctor(System.String,System.String,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  750.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel"></see> class with the specified channel name, IPC port name, and sink.</summary>
  751.             <param name="portName">The name of the IPC port to be used by the channel.</param>
  752.             <param name="name">The name of the channel.</param>
  753.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel.</param>
  754.         </member>
  755.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.GetChannelUri">
  756.             <summary>Returns the URI of the current channel.</summary>
  757.             <returns>A <see cref="T:System.String"></see> that contains the URI of the channel.</returns>
  758.         </member>
  759.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.GetUrlsForUri(System.String)">
  760.             <summary>Returns an array of all the URLs for the object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Ipc.IpcChannel"></see> instance.</summary>
  761.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> instance.</returns>
  762.             <param name="objectUri">The URI of the object for which URLs are required.</param>
  763.         </member>
  764.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.Parse(System.String,System.String@)">
  765.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  766.             <returns>The URI of the current channel.</returns>
  767.             <param name="url">The URL from which to extract the URI of the remote well-known object.</param>
  768.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> instance that holds the URI of the remote well-known object. </param>
  769.         </member>
  770.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.StartListening(System.Object)">
  771.             <summary>Instructs the current channel to start listening for requests.</summary>
  772.             <param name="data">An object that specifies an initialization state, or null, if you do not want to pass a specific state to the channel.</param>
  773.             <exception cref="T:System.Exception">The specified listening port is not available.</exception>
  774.         </member>
  775.         <member name="M:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.StopListening(System.Object)">
  776.             <summary>Instructs the current channel to stop listening for requests.</summary>
  777.             <param name="data">An object that specifies an initialization state, or null, if you do not want to pass a specific state to the channel.</param>
  778.         </member>
  779.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.ChannelData">
  780.             <summary>Gets channel-specific data.</summary>
  781.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ChannelDataStore"></see> instance that contains channel-specific data.</returns>
  782.         </member>
  783.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.ChannelName">
  784.             <summary>Gets the name of the current channel.</summary>
  785.             <returns>A <see cref="T:System.String"></see> instance that contains the name of the channel.</returns>
  786.         </member>
  787.         <member name="P:System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.ChannelPriority">
  788.             <summary>Gets the priority of the current channel.</summary>
  789.             <returns>An integer that indicates the priority assigned to the channel.</returns>
  790.         </member>
  791.         <member name="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel">
  792.             <summary>Provides a channel implementation that uses the TCP protocol to transmit messages.</summary>
  793.         </member>
  794.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.#ctor">
  795.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> class, activating only a client channel, and not a server channel.</summary>
  796.         </member>
  797.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.#ctor(System.Int32)">
  798.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> class with a server channel that listens on the specified port.</summary>
  799.             <param name="port">The port on which the server channel listens. </param>
  800.         </member>
  801.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  802.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> class with the specified configuration properties and sinks.</summary>
  803.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the client and server channels. </param>
  804.             <param name="clientSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the client channel. </param>
  805.             <param name="serverSinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the server channel. </param>
  806.             <exception cref="T:System.ArgumentException">A provided channel property was improperly formatted. </exception>
  807.         </member>
  808.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  809.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  810.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  811.             <param name="url">The URL to which the new sink should deliver messages. Can be null. </param>
  812.             <param name="objectURI">When this method returns, contains a URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized. </param>
  813.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink should deliver messages. Can be null. </param>
  814.         </member>
  815.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.GetUrlsForUri(System.String)">
  816.             <summary>Returns an array of all the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see>.</summary>
  817.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see>.</returns>
  818.             <param name="objectURI">The URI of the object for which URLs are required. </param>
  819.         </member>
  820.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.Parse(System.String,System.String@)">
  821.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  822.             <returns>The URI of the current channel.</returns>
  823.             <param name="url">The URL from which to extract the URI of the remote well-known object. </param>
  824.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  825.         </member>
  826.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.StartListening(System.Object)">
  827.             <summary>Instructs the current channel to start listening for requests.</summary>
  828.             <param name="data">Optional initialization information. </param>
  829.         </member>
  830.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpChannel.StopListening(System.Object)">
  831.             <summary>Instructs the current channel to stop listening for requests.</summary>
  832.             <param name="data">Optional state information for the channel. </param>
  833.         </member>
  834.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpChannel.ChannelData">
  835.             <summary>Gets the channel-specific data.</summary>
  836.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ChannelDataStore"></see> instance that contains channel-specific data.</returns>
  837.         </member>
  838.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpChannel.ChannelName">
  839.             <summary>Gets the name of the current channel.</summary>
  840.             <returns>A <see cref="T:System.String"></see> that contains the name of the channel.</returns>
  841.         </member>
  842.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpChannel.ChannelPriority">
  843.             <summary>Gets the priority of the current channel.</summary>
  844.             <returns>An integer that represents the priority assigned to the channel.</returns>
  845.         </member>
  846.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpChannel.IsSecured">
  847.             <summary>Gets a Boolean value that indicates whether the current instance is secure.</summary>
  848.             <returns>A Boolean value that indicates whether the current instance is secure.</returns>
  849.         </member>
  850.         <member name="T:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel">
  851.             <summary>For remote calls, implements a client channel that uses the TCP protocol to transmit messages.</summary>
  852.         </member>
  853.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.#ctor">
  854.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel"></see> class.</summary>
  855.         </member>
  856.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  857.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel"></see> class with the specified configuration properties and sink.</summary>
  858.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel. </param>
  859.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel. </param>
  860.             <exception cref="T:System.ArgumentException">A configuration property was incorrectly formatted. </exception>
  861.         </member>
  862.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.#ctor(System.String,System.Runtime.Remoting.Channels.IClientChannelSinkProvider)">
  863.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel"></see> class with the specified name and sink.</summary>
  864.             <param name="name">The name of the channel. </param>
  865.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IClientChannelSinkProvider"></see> implementation to be used by the channel. </param>
  866.         </member>
  867.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.CreateMessageSink(System.String,System.Object,System.String@)">
  868.             <summary>Returns a channel message sink that delivers messages to the specified URL or channel data object.</summary>
  869.             <returns>A channel message sink that delivers messages to the specified URL or channel data object.</returns>
  870.             <param name="url">The URL to which the new sink delivers messages. Can be null. </param>
  871.             <param name="objectURI">When this method returns, contains a URI of the new channel message sink that delivers messages to the specified URL or channel data object. This parameter is passed uninitialized. </param>
  872.             <param name="remoteChannelData">The channel data object of the remote host to which the new sink will deliver messages. Can be null. </param>
  873.         </member>
  874.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.Parse(System.String,System.String@)">
  875.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  876.             <returns>The channel URI.</returns>
  877.             <param name="url">The URL from which to extract the URIs. </param>
  878.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> instance that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  879.         </member>
  880.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.ChannelName">
  881.             <summary>Gets the name of the current channel.</summary>
  882.             <returns>A <see cref="T:System.String"></see> instance that contains the name of the channel.</returns>
  883.         </member>
  884.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpClientChannel.ChannelPriority">
  885.             <summary>Gets the priority of the current channel.</summary>
  886.             <returns>An integer that represents the priority assigned to the channel.</returns>
  887.         </member>
  888.         <member name="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel">
  889.             <summary>Implements a server channel for remote calls that uses the TCP protocol to transmit messages.</summary>
  890.         </member>
  891.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.#ctor(System.Int32)">
  892.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel"></see> class that listens on the specified port.</summary>
  893.             <param name="port">The port on which the channel listens. </param>
  894.         </member>
  895.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  896.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel"></see> class with the specified channel properties and sink.</summary>
  897.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection specifying values for configuration properties to be used by the channel. </param>
  898.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel. </param>
  899.             <exception cref="T:System.ArgumentException">A provided channel property was badly formatted. </exception>
  900.         </member>
  901.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.#ctor(System.String,System.Int32)">
  902.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel"></see> class with the given name and that listens on the specified port.</summary>
  903.             <param name="port">The port on which the channel listens. </param>
  904.             <param name="name">The name of the channel. </param>
  905.         </member>
  906.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.#ctor(System.Collections.IDictionary,System.Runtime.Remoting.Channels.IServerChannelSinkProvider,System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection)">
  907.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel"></see> class with the specified channel properties, sink, and authorization provider.</summary>
  908.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> collection that specifies values for configuration properties to be used by the channel. </param>
  909.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel. </param>
  910.             <param name="authorizeCallback">The <see cref="T:System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection"></see> implementation to be used by the channel.</param>
  911.             <exception cref="T:System.ArgumentException">A provided channel property was badly formatted. </exception>
  912.         </member>
  913.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.#ctor(System.String,System.Int32,System.Runtime.Remoting.Channels.IServerChannelSinkProvider)">
  914.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel"></see> class with the given name, which listens on the specified port, and uses the specified sink.</summary>
  915.             <param name="port">The port on which the channel listens. </param>
  916.             <param name="name">The name of the channel. </param>
  917.             <param name="sinkProvider">The <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> implementation to be used by the channel. </param>
  918.         </member>
  919.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.GetChannelUri">
  920.             <summary>Returns the URI of the current channel.</summary>
  921.             <returns>The URI of the current channel.</returns>
  922.         </member>
  923.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.GetUrlsForUri(System.String)">
  924.             <summary>Returns an array of all the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> instance.</summary>
  925.             <returns>An array of the URLs for an object with the specified URI, hosted on the current <see cref="T:System.Runtime.Remoting.Channels.Tcp.TcpChannel"></see> instance.</returns>
  926.             <param name="objectUri">The URI of the object for which URLs are required. </param>
  927.         </member>
  928.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.Parse(System.String,System.String@)">
  929.             <summary>Extracts the channel URI and the remote well-known object URI from the specified URL.</summary>
  930.             <returns>The URI of the current channel.</returns>
  931.             <param name="url">The URL from which to extract the URI of the remote well-known object. </param>
  932.             <param name="objectURI">When this method returns, contains a <see cref="T:System.String"></see> instance that holds the URI of the remote well-known object. This parameter is passed uninitialized. </param>
  933.         </member>
  934.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(System.Object)">
  935.             <summary>Instructs the current channel to start listening for requests.</summary>
  936.             <param name="data">Optional initialization information. </param>
  937.         </member>
  938.         <member name="M:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StopListening(System.Object)">
  939.             <summary>Instructs the current channel to stop listening for requests.</summary>
  940.             <param name="data">Optional state information for the channel. </param>
  941.         </member>
  942.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.ChannelData">
  943.             <summary>Gets channel-specific data.</summary>
  944.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ChannelDataStore"></see> instance containing channel-specific data.</returns>
  945.         </member>
  946.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.ChannelName">
  947.             <summary>Gets the name of the current channel.</summary>
  948.             <returns>A <see cref="T:System.String"></see> instance that contains the name of the channel.</returns>
  949.         </member>
  950.         <member name="P:System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.ChannelPriority">
  951.             <summary>Gets the priority of the current channel.</summary>
  952.             <returns>An integer that represents the priority assigned to the channel.</returns>
  953.         </member>
  954.         <member name="N:System.Runtime.Remoting.MetadataServices">
  955.             <summary>The <see cref="N:System.Runtime.Remoting.MetadataServices"></see> namespace contains the classes that are used by the Soapsuds.exe command-line tool and the user code to convert metadata to and from XML schema for the remoting infrastructure. Some of the most important classes of this namespace are the <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink"></see> class and the <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData"></see> class.</summary>
  956.         </member>
  957.         <member name="T:System.Runtime.Remoting.MetadataServices.MetaData">
  958.             <summary>Provides methods that allow you to work with XML schema.</summary>
  959.         </member>
  960.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertCodeSourceFileToAssemblyFile(System.String,System.String,System.String)">
  961.             <summary>Compiles a specified code source file into a runtime assembly file.</summary>
  962.             <param name="strongNameFilename">The strong name to compile into the new assembly. Can be <see cref="F:System.String.Empty"></see>. </param>
  963.             <param name="codePath">The path to the file that contains the source code. </param>
  964.             <param name="assemblyPath">The location where the new run-time assembly is generated. </param>
  965.         </member>
  966.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertCodeSourceStreamToAssemblyFile(System.Collections.ArrayList,System.String,System.String)">
  967.             <summary>Compiles specified code source streams into a run-time assembly file.</summary>
  968.             <param name="strongNameFilename">The strong name to compile into the new run-time assembly. Can be <see cref="F:System.String.Empty"></see>. </param>
  969.             <param name="outCodeStreamList">A <see cref="T:System.Collections.ArrayList"></see> of streams with the source code. </param>
  970.             <param name="assemblyPath">The location where the new run-time assembly is generated. </param>
  971.         </member>
  972.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList)">
  973.             <summary>Converts the specified schema definition into C# proxy source code.</summary>
  974.             <param name="outputDirectory">The directory where the new C# source code files with the proxy are created. </param>
  975.             <param name="outCodeStreamList">The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)"></see> method can create multiple source code streams. </param>
  976.             <param name="inputStream">The input stream that contains the schema definition in Web Services Description Language (WSDL) format. </param>
  977.             <param name="clientProxy">Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
  978.         </member>
  979.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String)">
  980.             <summary>Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL.</summary>
  981.             <param name="outputDirectory">The directory where the new C# source code files with the proxy are created. </param>
  982.             <param name="proxyUrl">The URL where the target remote object that is represented by the new proxy will be located. </param>
  983.             <param name="outCodeStreamList">The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)"></see> method can create multiple source code streams. </param>
  984.             <param name="inputStream">The input stream that contains the schema definition in Web Services Description Language (WSDL) format. </param>
  985.             <param name="clientProxy">Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
  986.         </member>
  987.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)">
  988.             <summary>Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL and in the provided class namespace.</summary>
  989.             <param name="outputDirectory">The directory where the new C# source code files with the proxy are created. </param>
  990.             <param name="proxyUrl">The URL where the target remote object that is represented by the new proxy will be located. </param>
  991.             <param name="outCodeStreamList">The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)"></see> method can create multiple source code streams. </param>
  992.             <param name="inputStream">The input stream containing the schema definition in Web Services Description Language (WSDL) format. </param>
  993.             <param name="clientProxy">Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
  994.             <param name="proxyNamespace">The namespace of the newly created proxy. </param>
  995.         </member>
  996.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertTypesToSchemaToFile(System.Runtime.Remoting.MetadataServices.ServiceType[],System.Runtime.Remoting.MetadataServices.SdlType,System.String)">
  997.             <summary>Converts the specified service types to XML schema, and writes it to a file that is specified by name.</summary>
  998.             <param name="types">The <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> instances to convert to XML schema. </param>
  999.             <param name="sdlType">The type of service description language to use for the XML schema. </param>
  1000.             <param name="path">The path of the XML file. </param>
  1001.         </member>
  1002.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertTypesToSchemaToFile(System.Type[],System.Runtime.Remoting.MetadataServices.SdlType,System.String)">
  1003.             <summary>Converts the specified object types to XML schema, and writes it to a file that is specified by name.</summary>
  1004.             <param name="types">The object types to convert to XML schema. </param>
  1005.             <param name="sdlType">The type of service description language to use for the XML schema. </param>
  1006.             <param name="path">The path of the XML file. </param>
  1007.         </member>
  1008.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertTypesToSchemaToStream(System.Runtime.Remoting.MetadataServices.ServiceType[],System.Runtime.Remoting.MetadataServices.SdlType,System.IO.Stream)">
  1009.             <summary>Converts the specified service types to XML schema, and writes it to a specified stream.</summary>
  1010.             <param name="outputStream">The <see cref="T:System.IO.Stream"></see> that the schema is written to. </param>
  1011.             <param name="serviceTypes">The <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> instances to convert to XML schema. </param>
  1012.             <param name="sdlType">The type of service description language to use for the XML schema. </param>
  1013.         </member>
  1014.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertTypesToSchemaToStream(System.Type[],System.Runtime.Remoting.MetadataServices.SdlType,System.IO.Stream)">
  1015.             <summary>Converts the specified object types to XML schema, and writes it to a specified stream.</summary>
  1016.             <param name="types">The object types to convert to XML schema. </param>
  1017.             <param name="outputStream">The <see cref="T:System.IO.Stream"></see> that the schema is written to. </param>
  1018.             <param name="sdlType">The type of service description language to use for the XML schema. </param>
  1019.         </member>
  1020.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.RetrieveSchemaFromUrlToFile(System.String,System.String)">
  1021.             <summary>Downloads the XML schema from a URL, and writes it to the specified file.</summary>
  1022.             <param name="url">The URL where the XML schema is located. </param>
  1023.             <param name="path">The path of the file that the schema is written to. </param>
  1024.         </member>
  1025.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.RetrieveSchemaFromUrlToStream(System.String,System.IO.Stream)">
  1026.             <summary>Downloads the XML schema from a URL, and writes it to the specified stream.</summary>
  1027.             <param name="outputStream">The <see cref="T:System.IO.Stream"></see> that the schema is written to. </param>
  1028.             <param name="url">The URL where the XML schema is located. </param>
  1029.         </member>
  1030.         <member name="M:System.Runtime.Remoting.MetadataServices.MetaData.SaveStreamToFile(System.IO.Stream,System.String)">
  1031.             <summary>Saves the input stream to a file with the specified name.</summary>
  1032.             <param name="inputStream">The stream to write to the specified file. </param>
  1033.             <param name="path">The file that the input stream is written to. </param>
  1034.         </member>
  1035.         <member name="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink">
  1036.             <summary>Provides the implementation for a server channel sink that generates Web Services Description Language (WSDL) dynamically on the server.</summary>
  1037.         </member>
  1038.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSink.#ctor(System.Runtime.Remoting.Channels.IChannelReceiver,System.Runtime.Remoting.Channels.IServerChannelSink)">
  1039.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink"></see> class.</summary>
  1040.             <param name="nextSink">The next sink in the sink chain. </param>
  1041.             <param name="receiver">Indicates the channel that will receive the messages serialized by the new instance of <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink"></see>. </param>
  1042.         </member>
  1043.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSink.AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream)">
  1044.             <summary>Requests processing from the current sink of the response from a method call that was sent asynchronously.</summary>
  1045.             <param name="sinkStack">A stack of sinks that lead back to the server transport sink. </param>
  1046.             <param name="state">Information associated with the current sink, generated on the request side, and needed on the response side. </param>
  1047.             <param name="stream">The stream heading back to the transport sink. </param>
  1048.             <param name="msg">The response message. </param>
  1049.             <param name="headers">The headers to add to the return message heading to the client. </param>
  1050.         </member>
  1051.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSink.GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,System.Object,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders)">
  1052.             <summary>Returns the <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</summary>
  1053.             <returns>The <see cref="T:System.IO.Stream"></see> onto which the provided response message is to be serialized.</returns>
  1054.             <param name="sinkStack">A stack of sinks that lead back to the server transport sink. </param>
  1055.             <param name="state">Information associated with the current sink, generated on the request side, and needed on the response side. </param>
  1056.             <param name="msg">The response message to serialize. </param>
  1057.             <param name="headers">The headers to put in the response stream to the client. </param>
  1058.         </member>
  1059.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSink.ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage@,System.Runtime.Remoting.Channels.ITransportHeaders@,System.IO.Stream@)">
  1060.             <summary>Requests message processing from the current sink.</summary>
  1061.             <returns>A <see cref="T:System.Runtime.Remoting.Channels.ServerProcessing"></see> status value that provides information about how the message was processed.</returns>
  1062.             <param name="responseHeaders">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Channels.ITransportHeaders"></see> that holds the headers to add to return message heading to the client. This parameter is passed uninitialized. </param>
  1063.             <param name="responseMsg">When this method returns, contains a <see cref="T:System.Runtime.Remoting.Messaging.IMessage"></see> that holds the response message. This parameter is passed uninitialized. </param>
  1064.             <param name="sinkStack">A stack of channel sinks that called the current sink. </param>
  1065.             <param name="requestMsg">The message that contains the request. </param>
  1066.             <param name="responseStream">When this method returns, contains a <see cref="T:System.IO.Stream"></see> that is heading to the transport sink. This parameter is passed uninitialized. </param>
  1067.             <param name="requestHeaders">The headers that are retrieved from the incoming message from the client. </param>
  1068.             <param name="requestStream">The stream that needs to be processed and passed on to the deserialization sink. </param>
  1069.         </member>
  1070.         <member name="P:System.Runtime.Remoting.MetadataServices.SdlChannelSink.NextChannelSink">
  1071.             <summary>Gets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</summary>
  1072.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSink"></see> in the sink chain.</returns>
  1073.         </member>
  1074.         <member name="P:System.Runtime.Remoting.MetadataServices.SdlChannelSink.Properties">
  1075.             <summary>Gets a <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</summary>
  1076.             <returns>A <see cref="T:System.Collections.IDictionary"></see> of properties for the current channel sink.</returns>
  1077.         </member>
  1078.         <member name="T:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider">
  1079.             <summary>Provides the implementation for the server channel sink provider that creates <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSink"></see> instances.</summary>
  1080.         </member>
  1081.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider.#ctor">
  1082.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider"></see> class with default values.</summary>
  1083.         </member>
  1084.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider.#ctor(System.Collections.IDictionary,System.Collections.ICollection)">
  1085.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider"></see> class with specified properties and provider data.</summary>
  1086.             <param name="properties">A <see cref="T:System.Collections.IDictionary"></see> of configuration properties to use with the new instance of <see cref="T:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider"></see>. </param>
  1087.             <param name="providerData">A <see cref="T:System.Collections.ICollection"></see> of <see cref="T:System.Runtime.Remoting.Channels.SinkProviderData"></see> instances to use with the new instance of <see cref="T:System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider"></see>. </param>
  1088.         </member>
  1089.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider.CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver)">
  1090.             <summary>Creates a sink chain.</summary>
  1091.             <returns>The first sink of the newly formed channel sink chain.</returns>
  1092.             <param name="channel">The channel for which to create the channel sink chain. </param>
  1093.         </member>
  1094.         <member name="M:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider.GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore)">
  1095.             <summary>Returns the channel data for the channel that the current sink is associated with.</summary>
  1096.             <param name="localChannelData">A <see cref="T:System.Runtime.Remoting.Channels.IChannelDataStore"></see> object in which the channel data is to be returned. </param>
  1097.         </member>
  1098.         <member name="P:System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider.Next">
  1099.             <summary>Gets or sets the next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</summary>
  1100.             <returns>The next <see cref="T:System.Runtime.Remoting.Channels.IServerChannelSinkProvider"></see> in the sink provider chain.</returns>
  1101.         </member>
  1102.         <member name="T:System.Runtime.Remoting.MetadataServices.SdlType">
  1103.             <summary>Specifies the schema type that is used to describe services that are provided by an application.</summary>
  1104.         </member>
  1105.         <member name="F:System.Runtime.Remoting.MetadataServices.SdlType.Sdl">
  1106.             <summary>Indicates that basic Services Description Language (SDL) is used to describe services that are provided by an application. This value is obsolete.</summary>
  1107.         </member>
  1108.         <member name="F:System.Runtime.Remoting.MetadataServices.SdlType.Wsdl">
  1109.             <summary>Indicates that the Web Services Description Language (WSDL) is used to describe services that are provided by an application.</summary>
  1110.         </member>
  1111.         <member name="T:System.Runtime.Remoting.MetadataServices.ServiceType">
  1112.             <summary>Associates a well-known object type that is passed to the Web Services Description Language (WSDL) generator with a remote endpoint that can process messages that are sent to a method on the type.</summary>
  1113.         </member>
  1114.         <member name="M:System.Runtime.Remoting.MetadataServices.ServiceType.#ctor(System.Type)">
  1115.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> class with the object <see cref="T:System.Type"></see> that is passed to the Web Services Description Language (WSDL) generator.</summary>
  1116.             <param name="type">The object <see cref="T:System.Type"></see> that is passed to the WSDL generator. </param>
  1117.         </member>
  1118.         <member name="M:System.Runtime.Remoting.MetadataServices.ServiceType.#ctor(System.Type,System.String)">
  1119.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> class with the URL and <see cref="T:System.Type"></see> of an object that is passed to the Web Services Description Language (WSDL) generator.</summary>
  1120.             <param name="type">The object <see cref="T:System.Type"></see> that is passed to the WSDL generator. </param>
  1121.             <param name="url">The well-known endpoint that can process messages that are sent to a method on the object type that is specified in the type parameter. </param>
  1122.         </member>
  1123.         <member name="P:System.Runtime.Remoting.MetadataServices.ServiceType.ObjectType">
  1124.             <summary>Gets the object <see cref="T:System.Type"></see> that is passed to the Web Services Description Language (WSDL) generator.</summary>
  1125.             <returns>The object <see cref="T:System.Type"></see> that the current <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> was created for.</returns>
  1126.         </member>
  1127.         <member name="P:System.Runtime.Remoting.MetadataServices.ServiceType.Url">
  1128.             <summary>Gets the URL of an object <see cref="T:System.Type"></see> that is passed to the Web Services Description Language (WSDL) generator.</summary>
  1129.             <returns>The URL of an object <see cref="T:System.Type"></see> that the current <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType"></see> was created for.</returns>
  1130.         </member>
  1131.         <member name="T:System.Runtime.Remoting.MetadataServices.SUDSGeneratorException">
  1132.             <summary>The exception that is thrown if an error occurs during the generation of Web Services Description Language (WSDL).</summary>
  1133.         </member>
  1134.         <member name="M:System.Runtime.Remoting.MetadataServices.SUDSGeneratorException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1135.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.SUDSGeneratorException"></see> class.</summary>
  1136.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
  1137.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
  1138.         </member>
  1139.         <member name="T:System.Runtime.Remoting.MetadataServices.SUDSParserException">
  1140.             <summary>The exception that is thrown if an error occurs during parsing of the Web Services Description Language (WSDL).</summary>
  1141.         </member>
  1142.         <member name="M:System.Runtime.Remoting.MetadataServices.SUDSParserException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1143.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.Remoting.MetadataServices.SUDSParserException"></see> class.</summary>
  1144.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
  1145.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
  1146.         </member>
  1147.         <member name="T:System.Runtime.Remoting.Services.RemotingClientProxy">
  1148.             <summary>The abstract base class for proxies to well-known objects that were generated by the Soapsuds tool.</summary>
  1149.         </member>
  1150.         <member name="F:System.Runtime.Remoting.Services.RemotingClientProxy._tp">
  1151.             <summary>The transparent proxy inside the remoting client proxy object.</summary>
  1152.         </member>
  1153.         <member name="F:System.Runtime.Remoting.Services.RemotingClientProxy._type">
  1154.             <summary>Indicates the type of the object that the current proxy represents.</summary>
  1155.         </member>
  1156.         <member name="F:System.Runtime.Remoting.Services.RemotingClientProxy._url">
  1157.             <summary>Indicates the URL of the object that the current proxy represents.</summary>
  1158.         </member>
  1159.         <member name="M:System.Runtime.Remoting.Services.RemotingClientProxy.ConfigureProxy(System.Type,System.String)">
  1160.             <summary>Internal. Automatically configures the proxy by loading the channels, if they are not already loaded and creating the proxy.</summary>
  1161.             <param name="type">The <see cref="T:System.Type"></see> class type of the object that the current proxy represents. </param>
  1162.             <param name="url">The URL of the object that the current proxy represents. </param>
  1163.         </member>
  1164.         <member name="M:System.Runtime.Remoting.Services.RemotingClientProxy.ConnectProxy">
  1165.             <summary>Internal. Connects the proxy to the remoting channel that is specified by the <see cref="P:System.Runtime.Remoting.Services.RemotingClientProxy.Url"></see> property.</summary>
  1166.         </member>
  1167.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.AllowAutoRedirect">
  1168.             <summary>Gets or sets a value that indicates whether the automatic handling of server redirects is enabled.</summary>
  1169.             <returns>A Boolean value that indicates whether the automatic handling of server redirects is enabled.</returns>
  1170.         </member>
  1171.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Cookies">
  1172.             <summary>This property is not currently implemented. The property returns null (Nothing in Visual Basic).</summary>
  1173.             <returns>The cookies for the current proxy.</returns>
  1174.         </member>
  1175.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Domain">
  1176.             <summary>Gets or sets the domain name to be used for basic authentication and digest authentication.</summary>
  1177.             <returns>The name of the domain to use for basic authentication and digest authentication.</returns>
  1178.         </member>
  1179.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.EnableCookies">
  1180.             <summary>This property is not currently implemented. The property throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  1181.             <returns>A Boolean value that indicates whether the handling of cookies received from the server is enabled.</returns>
  1182.         </member>
  1183.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Password">
  1184.             <summary>Gets or sets the password to use for basic authentication and digest authentication.</summary>
  1185.             <returns>The password to use for basic authentication and digest authentication.</returns>
  1186.         </member>
  1187.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Path">
  1188.             <summary>Gets or sets the base URL to the server to use for requests.</summary>
  1189.             <returns>The base URL to the server to use for requests.</returns>
  1190.         </member>
  1191.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.PreAuthenticate">
  1192.             <summary>Gets or sets a value that indicates whether preauthentication of requests is enabled.</summary>
  1193.             <returns>A Boolean value that indicates whether preauthentication of requests is enabled.</returns>
  1194.         </member>
  1195.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.ProxyName">
  1196.             <summary>Gets or sets the name of the proxy server to use for requests.</summary>
  1197.             <returns>The name of the proxy server to use for requests.</returns>
  1198.         </member>
  1199.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.ProxyPort">
  1200.             <summary>Gets or sets the port number of the proxy server to use for requests.</summary>
  1201.             <returns>The port number of the proxy server to use for requests.</returns>
  1202.         </member>
  1203.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Timeout">
  1204.             <summary>Gets or sets the time-out in milliseconds to use for synchronous calls.</summary>
  1205.             <returns>The time-out in milliseconds to use for synchronous calls.</returns>
  1206.         </member>
  1207.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Url">
  1208.             <summary>Gets or sets the base URL to the server to use for requests.</summary>
  1209.             <returns>The base URL to the server to use for requests.</returns>
  1210.         </member>
  1211.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.UserAgent">
  1212.             <summary>Gets or sets the user agent HTTP header for the request.</summary>
  1213.             <returns>The user agent HTTP header for the request.</returns>
  1214.         </member>
  1215.         <member name="P:System.Runtime.Remoting.Services.RemotingClientProxy.Username">
  1216.             <summary>Gets or sets the user name to send for basic authentication and digest authentication.</summary>
  1217.             <returns>The user name to send for basic authentication and digest authentication.</returns>
  1218.         </member>
  1219.         <member name="T:System.Runtime.Remoting.Services.RemotingService">
  1220.             <summary>Provides the base implementation for the remoting XML Web services.</summary>
  1221.         </member>
  1222.         <member name="P:System.Runtime.Remoting.Services.RemotingService.Application">
  1223.             <summary>Gets a reference to the application object for the current HTTP request.</summary>
  1224.             <returns>A reference to the application object for the current HTTP request.</returns>
  1225.         </member>
  1226.         <member name="P:System.Runtime.Remoting.Services.RemotingService.Context">
  1227.             <summary>Gets the current HTTP-specific context that is used by the HTTP server to process Web requests.</summary>
  1228.             <returns>The current HTTP-specific context that is used by the HTTP server to process Web requests.</returns>
  1229.         </member>
  1230.         <member name="P:System.Runtime.Remoting.Services.RemotingService.Server">
  1231.             <summary>Gets the <see cref="T:System.Web.HttpServerUtility"></see> for the current request.</summary>
  1232.             <returns>The <see cref="T:System.Web.HttpServerUtility"></see> for the current request.</returns>
  1233.         </member>
  1234.         <member name="P:System.Runtime.Remoting.Services.RemotingService.Session">
  1235.             <summary>Gets the <see cref="T:System.Web.SessionState.HttpSessionState"></see> for the current request.</summary>
  1236.             <returns>The <see cref="T:System.Web.SessionState.HttpSessionState"></see> for the current request.</returns>
  1237.         </member>
  1238.         <member name="P:System.Runtime.Remoting.Services.RemotingService.User">
  1239.             <summary>Gets the security context of the user on whose behalf the code is running, including that user's identity and any roles that the user belongs to.</summary>
  1240.             <returns>The security context of the user.</returns>
  1241.         </member>
  1242.     </members>
  1243. </doc>