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