1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(false)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Runtime.Remoting.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Runtime.Remoting.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Runtime.Remoting.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
22 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
23 [assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(2, 0)]
24 namespace System
25 {
26     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
27     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
28     {
MonoDocumentationNoteAttribute(string comment)29         public MonoDocumentationNoteAttribute(string comment) { }
30     }
31     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
32     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
33     {
MonoExtensionAttribute(string comment)34         public MonoExtensionAttribute(string comment) { }
35     }
36     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
37     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
38     {
MonoInternalNoteAttribute(string comment)39         public MonoInternalNoteAttribute(string comment) { }
40     }
41     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
42     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
43     {
MonoLimitationAttribute(string comment)44         public MonoLimitationAttribute(string comment) { }
45     }
46     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
47     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
48     {
MonoNotSupportedAttribute(string comment)49         public MonoNotSupportedAttribute(string comment) { }
50     }
51     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
52     internal partial class MonoTODOAttribute : System.Attribute
53     {
MonoTODOAttribute()54         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)55         public MonoTODOAttribute(string comment) { }
56         public string Comment { get { throw null; } }
57     }
58 }
59 namespace System.Runtime.Remoting.Channels
60 {
61     public partial class BinaryClientFormatterSink : System.Runtime.Remoting.Channels.IChannelSinkBase, System.Runtime.Remoting.Channels.IClientChannelSink, System.Runtime.Remoting.Channels.IClientFormatterSink, System.Runtime.Remoting.Messaging.IMessageSink
62     {
BinaryClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink nextSink)63         public BinaryClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink nextSink) { }
64         public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { get { throw null; } }
65         public System.Runtime.Remoting.Messaging.IMessageSink NextSink { get { throw null; } }
66         public System.Collections.IDictionary Properties { get { throw null; } }
AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink)67         public System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink) { throw null; }
AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)68         public void AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)69         public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)70         public System.IO.Stream GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers) { throw null; }
ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream)71         public void ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream) { responseHeaders = default(System.Runtime.Remoting.Channels.ITransportHeaders); responseStream = default(System.IO.Stream); }
SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg)72         public System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg) { throw null; }
73     }
74     public partial class BinaryClientFormatterSinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider, System.Runtime.Remoting.Channels.IClientFormatterSinkProvider
75     {
BinaryClientFormatterSinkProvider()76         public BinaryClientFormatterSinkProvider() { }
BinaryClientFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData)77         public BinaryClientFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData) { }
78         public System.Runtime.Remoting.Channels.IClientChannelSinkProvider Next { get { throw null; } set { } }
CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData)79         public System.Runtime.Remoting.Channels.IClientChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData) { throw null; }
80     }
81     public partial class BinaryServerFormatterSink : System.Runtime.Remoting.Channels.IChannelSinkBase, System.Runtime.Remoting.Channels.IServerChannelSink
82     {
BinaryServerFormatterSink(System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver)83         public BinaryServerFormatterSink(System.Runtime.Remoting.Channels.BinaryServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver) { }
84         public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get { throw null; } }
85         public System.Collections.IDictionary Properties { get { throw null; } }
86         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
87         public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get { throw null; } set { } }
AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)88         public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)89         public System.IO.Stream GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers) { throw null; }
ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream)90         public System.Runtime.Remoting.Channels.ServerProcessing ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream) { responseMsg = default(System.Runtime.Remoting.Messaging.IMessage); responseHeaders = default(System.Runtime.Remoting.Channels.ITransportHeaders); responseStream = default(System.IO.Stream); throw null; }
91         [System.SerializableAttribute]
92         public enum Protocol
93         {
94             Http = 0,
95             Other = 1,
96         }
97     }
98     public partial class BinaryServerFormatterSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider, System.Runtime.Remoting.Channels.IServerFormatterSinkProvider
99     {
BinaryServerFormatterSinkProvider()100         public BinaryServerFormatterSinkProvider() { }
BinaryServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData)101         public BinaryServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData) { }
102         public System.Runtime.Remoting.Channels.IServerChannelSinkProvider Next { get { throw null; } set { } }
103         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
104         public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get { throw null; } set { } }
CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel)105         public System.Runtime.Remoting.Channels.IServerChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel) { throw null; }
GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)106         public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData) { }
107     }
108     public partial class CommonTransportKeys
109     {
110         public const string ConnectionId = "__ConnectionId";
111         public const string IPAddress = "__IPAddress";
112         public const string RequestUri = "__RequestUri";
CommonTransportKeys()113         public CommonTransportKeys() { }
114     }
115     public partial interface IAuthorizeRemotingConnection
116     {
IsConnectingEndPointAuthorized(System.Net.EndPoint endPoint)117         bool IsConnectingEndPointAuthorized(System.Net.EndPoint endPoint);
IsConnectingIdentityAuthorized(System.Security.Principal.IIdentity identity)118         bool IsConnectingIdentityAuthorized(System.Security.Principal.IIdentity identity);
119     }
120     public partial class SoapClientFormatterSink : System.Runtime.Remoting.Channels.IChannelSinkBase, System.Runtime.Remoting.Channels.IClientChannelSink, System.Runtime.Remoting.Channels.IClientFormatterSink, System.Runtime.Remoting.Messaging.IMessageSink
121     {
SoapClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink nextSink)122         public SoapClientFormatterSink(System.Runtime.Remoting.Channels.IClientChannelSink nextSink) { }
123         public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { get { throw null; } }
124         public System.Runtime.Remoting.Messaging.IMessageSink NextSink { get { throw null; } }
125         public System.Collections.IDictionary Properties { get { throw null; } }
AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink)126         public System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink) { throw null; }
AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)127         public void AsyncProcessRequest(System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)128         public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)129         public System.IO.Stream GetRequestStream(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers) { throw null; }
ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream)130         public void ProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream) { responseHeaders = default(System.Runtime.Remoting.Channels.ITransportHeaders); responseStream = default(System.IO.Stream); }
SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg)131         public System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage msg) { throw null; }
132     }
133     public partial class SoapClientFormatterSinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider, System.Runtime.Remoting.Channels.IClientFormatterSinkProvider
134     {
SoapClientFormatterSinkProvider()135         public SoapClientFormatterSinkProvider() { }
SoapClientFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData)136         public SoapClientFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData) { }
137         public System.Runtime.Remoting.Channels.IClientChannelSinkProvider Next { get { throw null; } set { } }
CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData)138         public System.Runtime.Remoting.Channels.IClientChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelSender channel, string url, object remoteChannelData) { throw null; }
139     }
140     public partial class SoapServerFormatterSink : System.Runtime.Remoting.Channels.IChannelSinkBase, System.Runtime.Remoting.Channels.IServerChannelSink
141     {
SoapServerFormatterSink(System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver)142         public SoapServerFormatterSink(System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver) { }
143         public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get { throw null; } }
144         public System.Collections.IDictionary Properties { get { throw null; } }
145         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
146         public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get { throw null; } set { } }
AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)147         public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)148         public System.IO.Stream GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers) { throw null; }
ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream)149         public System.Runtime.Remoting.Channels.ServerProcessing ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream) { responseMsg = default(System.Runtime.Remoting.Messaging.IMessage); responseHeaders = default(System.Runtime.Remoting.Channels.ITransportHeaders); responseStream = default(System.IO.Stream); throw null; }
150         [System.SerializableAttribute]
151         public enum Protocol
152         {
153             Http = 0,
154             Other = 1,
155         }
156     }
157     public partial class SoapServerFormatterSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider, System.Runtime.Remoting.Channels.IServerFormatterSinkProvider
158     {
SoapServerFormatterSinkProvider()159         public SoapServerFormatterSinkProvider() { }
SoapServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData)160         public SoapServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData) { }
161         public System.Runtime.Remoting.Channels.IServerChannelSinkProvider Next { get { throw null; } set { } }
162         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
163         public System.Runtime.Serialization.Formatters.TypeFilterLevel TypeFilterLevel { get { throw null; } set { } }
CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel)164         public System.Runtime.Remoting.Channels.IServerChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel) { throw null; }
GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData)165         public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore channelData) { }
166     }
167     public enum SocketCachePolicy
168     {
169         AbsoluteTimeout = 1,
170         Default = 0,
171     }
172 }
173 namespace System.Runtime.Remoting.Channels.Http
174 {
175     public partial class HttpChannel : System.Runtime.Remoting.Channels.BaseChannelWithProperties, System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelReceiverHook, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
176     {
HttpChannel()177         public HttpChannel() { }
HttpChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider)178         public HttpChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
HttpChannel(int port)179         public HttpChannel(int port) { }
180         public object ChannelData { get { throw null; } }
181         public string ChannelName { get { throw null; } }
182         public int ChannelPriority { get { throw null; } }
183         public string ChannelScheme { get { throw null; } }
184         public System.Runtime.Remoting.Channels.IServerChannelSink ChannelSinkChain { get { throw null; } }
185         public bool IsSecured { get { throw null; } set { } }
186         public override object this[object key] { get { throw null; } set { } }
187         public override System.Collections.ICollection Keys { get { throw null; } }
188         public override System.Collections.IDictionary Properties { get { throw null; } }
189         public bool WantsToListen { get { throw null; } set { } }
AddHookChannelUri(string channelUri)190         public void AddHookChannelUri(string channelUri) { }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)191         public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
GetUrlsForUri(string objectURI)192         public string[] GetUrlsForUri(string objectURI) { throw null; }
Parse(string url, out string objectURI)193         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)194         public void StartListening(object data) { }
StopListening(object data)195         public void StopListening(object data) { }
196     }
197     public partial class HttpClientChannel : System.Runtime.Remoting.Channels.BaseChannelWithProperties, System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
198     {
HttpClientChannel()199         public HttpClientChannel() { }
200         [System.MonoTODOAttribute("Handle the machineName, proxyName, proxyPort, servicePrincipalName, useAuthenticatedConnectionSharing properties")]
HttpClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)201         public HttpClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
HttpClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)202         public HttpClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
203         public string ChannelName { get { throw null; } }
204         public int ChannelPriority { get { throw null; } }
205         public bool IsSecured { get { throw null; } set { } }
206         public override object this[object key] { get { throw null; } set { } }
207         public override System.Collections.ICollection Keys { get { throw null; } }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)208         public virtual System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
Parse(string url, out string objectURI)209         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
210     }
211     public partial class HttpRemotingHandler : System.Web.IHttpHandler
212     {
HttpRemotingHandler()213         public HttpRemotingHandler() { }
214         [System.MonoTODOAttribute]
HttpRemotingHandler(System.Type type, object srvID)215         public HttpRemotingHandler(System.Type type, object srvID) { }
216         public bool IsReusable { get { throw null; } }
ProcessRequest(System.Web.HttpContext context)217         public void ProcessRequest(System.Web.HttpContext context) { }
218     }
219     public partial class HttpRemotingHandlerFactory : System.Web.IHttpHandlerFactory
220     {
HttpRemotingHandlerFactory()221         public HttpRemotingHandlerFactory() { }
GetHandler(System.Web.HttpContext context, string verb, string url, string filePath)222         public System.Web.IHttpHandler GetHandler(System.Web.HttpContext context, string verb, string url, string filePath) { throw null; }
ReleaseHandler(System.Web.IHttpHandler handler)223         public void ReleaseHandler(System.Web.IHttpHandler handler) { }
224     }
225     public partial class HttpServerChannel : System.Runtime.Remoting.Channels.BaseChannelWithProperties, System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelReceiverHook
226     {
HttpServerChannel()227         public HttpServerChannel() { }
228         [System.MonoTODOAttribute("Handle the listen property")]
HttpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)229         public HttpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
HttpServerChannel(int port)230         public HttpServerChannel(int port) { }
HttpServerChannel(string name, int port)231         public HttpServerChannel(string name, int port) { }
HttpServerChannel(string name, int port, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)232         public HttpServerChannel(string name, int port, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
233         public object ChannelData { get { throw null; } }
234         public string ChannelName { get { throw null; } }
235         public int ChannelPriority { get { throw null; } }
236         public string ChannelScheme { get { throw null; } }
237         public System.Runtime.Remoting.Channels.IServerChannelSink ChannelSinkChain { get { throw null; } }
238         public override object this[object key] { get { throw null; } set { } }
239         public override System.Collections.ICollection Keys { get { throw null; } }
240         public bool WantsToListen { get { throw null; } set { } }
AddHookChannelUri(string channelUri)241         public void AddHookChannelUri(string channelUri) { }
GetChannelUri()242         public string GetChannelUri() { throw null; }
GetUrlsForUri(string objectUri)243         public virtual string[] GetUrlsForUri(string objectUri) { throw null; }
Parse(string url, out string objectURI)244         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)245         public void StartListening(object data) { }
StopListening(object data)246         public void StopListening(object data) { }
247     }
248 }
249 namespace System.Runtime.Remoting.Channels.Ipc
250 {
251     public partial class IpcChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
252     {
IpcChannel()253         public IpcChannel() { }
IpcChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider)254         public IpcChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
IpcChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider, System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor)255         public IpcChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider, System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { }
IpcChannel(string portName)256         public IpcChannel(string portName) { }
257         public object ChannelData { get { throw null; } }
258         public string ChannelName { get { throw null; } }
259         public int ChannelPriority { get { throw null; } }
260         public bool IsSecured { get { throw null; } set { } }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)261         public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
GetUrlsForUri(string objectURI)262         public string[] GetUrlsForUri(string objectURI) { throw null; }
Parse(string url, out string objectURI)263         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)264         public void StartListening(object data) { }
StopListening(object data)265         public void StopListening(object data) { }
266     }
267     public partial class IpcClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
268     {
IpcClientChannel()269         public IpcClientChannel() { }
IpcClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)270         public IpcClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
IpcClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)271         public IpcClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
272         public string ChannelName { get { throw null; } }
273         public int ChannelPriority { get { throw null; } }
274         public bool IsSecured { get { throw null; } set { } }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)275         public virtual System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
Parse(string url, out string objectURI)276         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
277     }
278     public partial class IpcServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.ISecurableChannel
279     {
IpcServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)280         public IpcServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
IpcServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider, System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor)281         public IpcServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider, System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { }
IpcServerChannel(string portName)282         public IpcServerChannel(string portName) { }
IpcServerChannel(string name, string portName)283         public IpcServerChannel(string name, string portName) { }
IpcServerChannel(string name, string portName, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)284         public IpcServerChannel(string name, string portName, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
285         public object ChannelData { get { throw null; } }
286         public string ChannelName { get { throw null; } }
287         public int ChannelPriority { get { throw null; } }
288         public bool IsSecured { get { throw null; } set { } }
GetChannelUri()289         public string GetChannelUri() { throw null; }
GetUrlsForUri(string objectUri)290         public virtual string[] GetUrlsForUri(string objectUri) { throw null; }
Parse(string url, out string objectURI)291         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)292         public void StartListening(object data) { }
StopListening(object data)293         public void StopListening(object data) { }
294     }
295 }
296 namespace System.Runtime.Remoting.Channels.Tcp
297 {
298     public partial class TcpChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
299     {
TcpChannel()300         public TcpChannel() { }
TcpChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider)301         public TcpChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider) { }
TcpChannel(int port)302         public TcpChannel(int port) { }
303         public object ChannelData { get { throw null; } }
304         public string ChannelName { get { throw null; } }
305         public int ChannelPriority { get { throw null; } }
306         public bool IsSecured { get { throw null; } set { } }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)307         public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
GetUrlsForUri(string objectURI)308         public string[] GetUrlsForUri(string objectURI) { throw null; }
Parse(string url, out string objectURI)309         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)310         public void StartListening(object data) { }
StopListening(object data)311         public void StopListening(object data) { }
312     }
313     public partial class TcpClientChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelSender, System.Runtime.Remoting.Channels.ISecurableChannel
314     {
TcpClientChannel()315         public TcpClientChannel() { }
TcpClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)316         public TcpClientChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
TcpClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider)317         public TcpClientChannel(string name, System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider) { }
318         public string ChannelName { get { throw null; } }
319         public int ChannelPriority { get { throw null; } }
320         public bool IsSecured { get { throw null; } set { } }
CreateMessageSink(string url, object remoteChannelData, out string objectURI)321         public virtual System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink(string url, object remoteChannelData, out string objectURI) { objectURI = default(string); throw null; }
Parse(string url, out string objectURI)322         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
323     }
324     public partial class TcpServerChannel : System.Runtime.Remoting.Channels.IChannel, System.Runtime.Remoting.Channels.IChannelReceiver, System.Runtime.Remoting.Channels.ISecurableChannel
325     {
TcpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)326         public TcpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
TcpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider, System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection authorizeCallback)327         public TcpServerChannel(System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider, System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection authorizeCallback) { }
TcpServerChannel(int port)328         public TcpServerChannel(int port) { }
TcpServerChannel(string name, int port)329         public TcpServerChannel(string name, int port) { }
TcpServerChannel(string name, int port, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider)330         public TcpServerChannel(string name, int port, System.Runtime.Remoting.Channels.IServerChannelSinkProvider sinkProvider) { }
331         public object ChannelData { get { throw null; } }
332         public string ChannelName { get { throw null; } }
333         public int ChannelPriority { get { throw null; } }
334         public bool IsSecured { get { throw null; } set { } }
GetChannelUri()335         public string GetChannelUri() { throw null; }
GetUrlsForUri(string objectUri)336         public virtual string[] GetUrlsForUri(string objectUri) { throw null; }
Parse(string url, out string objectURI)337         public string Parse(string url, out string objectURI) { objectURI = default(string); throw null; }
StartListening(object data)338         public void StartListening(object data) { }
StopListening(object data)339         public void StopListening(object data) { }
340     }
341 }
342 namespace System.Runtime.Remoting.MetadataServices
343 {
344     public partial class MetaData
345     {
MetaData()346         public MetaData() { }
347         [System.MonoTODOAttribute("strong name")]
ConvertCodeSourceFileToAssemblyFile(string codePath, string assemblyPath, string strongNameFilename)348         public static void ConvertCodeSourceFileToAssemblyFile(string codePath, string assemblyPath, string strongNameFilename) { }
349         [System.MonoTODOAttribute("strong name")]
ConvertCodeSourceStreamToAssemblyFile(System.Collections.ArrayList outCodeStreamList, string assemblyPath, string strongNameFilename)350         public static void ConvertCodeSourceStreamToAssemblyFile(System.Collections.ArrayList outCodeStreamList, string assemblyPath, string strongNameFilename) { }
ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList)351         public static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList) { }
ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl)352         public static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl) { }
ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl, string proxyNamespace)353         public static void ConvertSchemaStreamToCodeSourceStream(bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl, string proxyNamespace) { }
ConvertTypesToSchemaToFile(System.Runtime.Remoting.MetadataServices.ServiceType[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, string path)354         public static void ConvertTypesToSchemaToFile(System.Runtime.Remoting.MetadataServices.ServiceType[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, string path) { }
ConvertTypesToSchemaToFile(System.Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, string path)355         public static void ConvertTypesToSchemaToFile(System.Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, string path) { }
ConvertTypesToSchemaToStream(System.Runtime.Remoting.MetadataServices.ServiceType[] serviceTypes, System.Runtime.Remoting.MetadataServices.SdlType sdlType, System.IO.Stream outputStream)356         public static void ConvertTypesToSchemaToStream(System.Runtime.Remoting.MetadataServices.ServiceType[] serviceTypes, System.Runtime.Remoting.MetadataServices.SdlType sdlType, System.IO.Stream outputStream) { }
ConvertTypesToSchemaToStream(System.Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, System.IO.Stream outputStream)357         public static void ConvertTypesToSchemaToStream(System.Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdlType, System.IO.Stream outputStream) { }
RetrieveSchemaFromUrlToFile(string url, string path)358         public static void RetrieveSchemaFromUrlToFile(string url, string path) { }
RetrieveSchemaFromUrlToStream(string url, System.IO.Stream outputStream)359         public static void RetrieveSchemaFromUrlToStream(string url, System.IO.Stream outputStream) { }
SaveStreamToFile(System.IO.Stream inputStream, string path)360         public static void SaveStreamToFile(System.IO.Stream inputStream, string path) { }
361     }
362     public partial class SdlChannelSink : System.Runtime.Remoting.Channels.IChannelSinkBase, System.Runtime.Remoting.Channels.IServerChannelSink
363     {
SdlChannelSink(System.Runtime.Remoting.Channels.IChannelReceiver receiver, System.Runtime.Remoting.Channels.IServerChannelSink nextSink)364         public SdlChannelSink(System.Runtime.Remoting.Channels.IChannelReceiver receiver, System.Runtime.Remoting.Channels.IServerChannelSink nextSink) { }
365         public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink { get { throw null; } }
366         public System.Collections.IDictionary Properties { get { throw null; } }
AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream)367         public void AsyncProcessResponse(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream) { }
GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers)368         public System.IO.Stream GetResponseStream(System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers) { throw null; }
ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream)369         public System.Runtime.Remoting.Channels.ServerProcessing ProcessMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage requestMsg, System.Runtime.Remoting.Channels.ITransportHeaders requestHeaders, System.IO.Stream requestStream, out System.Runtime.Remoting.Messaging.IMessage responseMsg, out System.Runtime.Remoting.Channels.ITransportHeaders responseHeaders, out System.IO.Stream responseStream) { responseMsg = default(System.Runtime.Remoting.Messaging.IMessage); responseHeaders = default(System.Runtime.Remoting.Channels.ITransportHeaders); responseStream = default(System.IO.Stream); throw null; }
370     }
371     public partial class SdlChannelSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider
372     {
SdlChannelSinkProvider()373         public SdlChannelSinkProvider() { }
SdlChannelSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData)374         public SdlChannelSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData) { }
375         public System.Runtime.Remoting.Channels.IServerChannelSinkProvider Next { get { throw null; } set { } }
CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel)376         public System.Runtime.Remoting.Channels.IServerChannelSink CreateSink(System.Runtime.Remoting.Channels.IChannelReceiver channel) { throw null; }
GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore localChannelData)377         public void GetChannelData(System.Runtime.Remoting.Channels.IChannelDataStore localChannelData) { }
378     }
379     [System.SerializableAttribute]
380     public enum SdlType
381     {
382         Sdl = 0,
383         Wsdl = 1,
384     }
385     public partial class ServiceType
386     {
ServiceType(System.Type type)387         public ServiceType(System.Type type) { }
ServiceType(System.Type type, string url)388         public ServiceType(System.Type type, string url) { }
389         public System.Type ObjectType { get { throw null; } }
390         public string Url { get { throw null; } }
391     }
392     [System.SerializableAttribute]
393     public partial class SUDSGeneratorException : System.Exception
394     {
SUDSGeneratorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)395         protected SUDSGeneratorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
396     }
397     [System.SerializableAttribute]
398     public partial class SUDSParserException : System.Exception
399     {
SUDSParserException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)400         protected SUDSParserException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
401     }
402 }
403 namespace System.Runtime.Remoting.Services
404 {
405     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
406     public abstract partial class RemotingClientProxy : System.ComponentModel.Component
407     {
408         protected object _tp;
409         protected System.Type _type;
410         protected string _url;
RemotingClientProxy()411         protected RemotingClientProxy() { }
412         [System.MonoTODOAttribute]
413         public bool AllowAutoRedirect { get { throw null; } set { } }
414         [System.MonoTODOAttribute]
415         public object Cookies { get { throw null; } }
416         [System.MonoTODOAttribute]
417         public string Domain { get { throw null; } set { } }
418         [System.MonoTODOAttribute]
419         public bool EnableCookies { get { throw null; } set { } }
420         [System.MonoTODOAttribute]
421         public string Password { get { throw null; } set { } }
422         [System.MonoTODOAttribute]
423         public string Path { get { throw null; } set { } }
424         [System.MonoTODOAttribute]
425         public bool PreAuthenticate { get { throw null; } set { } }
426         [System.MonoTODOAttribute]
427         public string ProxyName { get { throw null; } set { } }
428         [System.MonoTODOAttribute]
429         public int ProxyPort { get { throw null; } set { } }
430         [System.MonoTODOAttribute]
431         public int Timeout { get { throw null; } set { } }
432         [System.MonoTODOAttribute]
433         public string Url { get { throw null; } set { } }
434         [System.MonoTODOAttribute]
435         public string UserAgent { get { throw null; } set { } }
436         [System.MonoTODOAttribute]
437         public string Username { get { throw null; } set { } }
438         [System.MonoTODOAttribute]
ConfigureProxy(System.Type type, string url)439         protected void ConfigureProxy(System.Type type, string url) { }
440         [System.MonoTODOAttribute]
ConnectProxy()441         protected void ConnectProxy() { }
442     }
443     public partial class RemotingService : System.ComponentModel.Component
444     {
RemotingService()445         public RemotingService() { }
446         [System.MonoTODOAttribute]
447         public System.Web.HttpApplicationState Application { get { throw null; } }
448         [System.MonoTODOAttribute]
449         public System.Web.HttpContext Context { get { throw null; } }
450         [System.MonoTODOAttribute]
451         public System.Web.HttpServerUtility Server { get { throw null; } }
452         [System.MonoTODOAttribute]
453         public System.Web.SessionState.HttpSessionState Session { get { throw null; } }
454         [System.MonoTODOAttribute]
455         public System.Security.Principal.IPrincipal User { get { throw null; } }
456     }
457 }
458