Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -4,7 +4,7 @@
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
@@ -21,32 +21,32 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
{
public MonoDocumentationNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
{
public MonoExtensionAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
{
public MonoInternalNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
{
public MonoLimitationAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
{
public MonoNotSupportedAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoTODOAttribute : System.Attribute
{
public MonoTODOAttribute() { }
@@ -73,28 +73,28 @@ namespace System.ServiceModel.Dispatcher
}
namespace System.ServiceModel.Routing
{
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=(System.ServiceModel.SessionMode)(1))]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public partial interface IDuplexSessionRouter
{
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, IsOneWay=true, Action="*")]
System.IAsyncResult BeginProcessMessage(System.ServiceModel.Channels.Message message, System.AsyncCallback callback, object state);
void EndProcessMessage(System.IAsyncResult result);
}
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=(System.ServiceModel.SessionMode)(0))]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Allowed)]
public partial interface IRequestReplyRouter
{
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, IsOneWay=false, Action="*", ReplyAction="*")]
System.IAsyncResult BeginProcessRequest(System.ServiceModel.Channels.Message message, System.AsyncCallback callback, object state);
System.ServiceModel.Channels.Message EndProcessRequest(System.IAsyncResult result);
}
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=(System.ServiceModel.SessionMode)(0))]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Allowed)]
public partial interface ISimplexDatagramRouter
{
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, IsOneWay=true, Action="*")]
System.IAsyncResult BeginProcessMessage(System.ServiceModel.Channels.Message message, System.AsyncCallback callback, object state);
void EndProcessMessage(System.IAsyncResult result);
}
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=(System.ServiceModel.SessionMode)(1))]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public partial interface ISimplexSessionRouter
{
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, IsOneWay=true, Action="*")]
@@ -125,7 +125,7 @@ namespace System.ServiceModel.Routing
void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Attach(System.ServiceModel.ServiceHostBase owner) { }
void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Detach(System.ServiceModel.ServiceHostBase owner) { }
}
[System.ServiceModel.ServiceBehaviorAttribute(AddressFilterMode=(System.ServiceModel.AddressFilterMode)(2), InstanceContextMode=(System.ServiceModel.InstanceContextMode)(0), UseSynchronizationContext=false, ValidateMustUnderstand=false)]
[System.ServiceModel.ServiceBehaviorAttribute(AddressFilterMode=System.ServiceModel.AddressFilterMode.Any, InstanceContextMode=System.ServiceModel.InstanceContextMode.PerSession, UseSynchronizationContext=false, ValidateMustUnderstand=false)]
public sealed partial class RoutingService : System.ServiceModel.Routing.IDuplexSessionRouter, System.ServiceModel.Routing.IRequestReplyRouter, System.ServiceModel.Routing.ISimplexDatagramRouter, System.ServiceModel.Routing.ISimplexSessionRouter
{
internal RoutingService() { }
@@ -154,7 +154,7 @@ namespace System.ServiceModel.Routing.Configuration
public partial class BackupEndpointCollection : System.Configuration.ConfigurationElementCollection
{
public BackupEndpointCollection() { }
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Name { get { throw null; } set { } }
public void Add(System.ServiceModel.Routing.Configuration.BackupEndpointElement element) { }
public void Clear() { }
@@ -165,7 +165,7 @@ namespace System.ServiceModel.Routing.Configuration
public partial class BackupEndpointElement : System.Configuration.ConfigurationElement
{
public BackupEndpointElement() { }
[System.Configuration.ConfigurationPropertyAttribute("endpointName", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
[System.Configuration.ConfigurationPropertyAttribute("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string EndpointName { get { throw null; } set { } }
}
[System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Routing.Configuration.BackupEndpointCollection), AddItemName="backupList")]
@@ -182,17 +182,17 @@ namespace System.ServiceModel.Routing.Configuration
public partial class FilterElement : System.Configuration.ConfigurationElement
{
public FilterElement() { }
[System.Configuration.ConfigurationPropertyAttribute("customType", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("customType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string CustomType { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("filter1", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("filter1", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string Filter1 { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("filter2", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("filter2", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string Filter2 { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("filterData", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("filterData", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string FilterData { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("filterType", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
[System.Configuration.ConfigurationPropertyAttribute("filterType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public System.ServiceModel.Routing.Configuration.FilterType FilterType { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Name { get { throw null; } set { } }
}
[System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Routing.Configuration.FilterElement), AddItemName="filter")]
@@ -223,7 +223,7 @@ namespace System.ServiceModel.Routing.Configuration
public partial class FilterTableEntryCollection : System.Configuration.ConfigurationElementCollection
{
public FilterTableEntryCollection() { }
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Name { get { throw null; } set { } }
public void Add(System.ServiceModel.Routing.Configuration.FilterTableEntryElement element) { }
public void Clear() { }
@@ -234,13 +234,13 @@ namespace System.ServiceModel.Routing.Configuration
public partial class FilterTableEntryElement : System.Configuration.ConfigurationElement
{
public FilterTableEntryElement() { }
[System.Configuration.ConfigurationPropertyAttribute("backupList", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("backupList", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string BackupList { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("endpointName", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
[System.Configuration.ConfigurationPropertyAttribute("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string EndpointName { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("filterName", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
[System.Configuration.ConfigurationPropertyAttribute("filterName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string FilterName { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("priority", Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("priority", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public int Priority { get { throw null; } set { } }
}
public enum FilterType
@@ -257,9 +257,9 @@ namespace System.ServiceModel.Routing.Configuration
public partial class NamespaceElement : System.Configuration.ConfigurationElement
{
public NamespaceElement() { }
[System.Configuration.ConfigurationPropertyAttribute("namespace", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
[System.Configuration.ConfigurationPropertyAttribute("namespace", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Namespace { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("prefix", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
[System.Configuration.ConfigurationPropertyAttribute("prefix", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Prefix { get { throw null; } set { } }
}
[System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Routing.Configuration.NamespaceElement))]
@@ -281,7 +281,7 @@ namespace System.ServiceModel.Routing.Configuration
public override System.Type BehaviorType { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("filterTableName", DefaultValue=null)]
public string FilterTableName { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("routeOnHeadersOnly", DefaultValue=true, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("routeOnHeadersOnly", DefaultValue=true, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public bool RouteOnHeadersOnly { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("soapProcessingEnabled", DefaultValue=true)]
public bool SoapProcessingEnabled { get { throw null; } set { } }
@@ -290,13 +290,13 @@ namespace System.ServiceModel.Routing.Configuration
public partial class RoutingSection : System.Configuration.ConfigurationSection
{
public RoutingSection() { }
[System.Configuration.ConfigurationPropertyAttribute("backupLists", Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("backupLists", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.BackupListCollection BackupLists { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("filters", Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("filters", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.FilterElementCollection Filters { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("filterTables", Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("filterTables", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.FilterTableCollection FilterTables { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("namespaceTable", Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("namespaceTable", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get { throw null; } }
[System.MonoTODOAttribute]
public static System.ServiceModel.Dispatcher.MessageFilterTable<System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint>> CreateFilterTable(string name) { throw null; }
@@ -305,7 +305,7 @@ namespace System.ServiceModel.Routing.Configuration
{
public SoapProcessingExtensionElement() { }
public override System.Type BehaviorType { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("processMessages", DefaultValue=true, Options=(System.Configuration.ConfigurationPropertyOptions)(0))]
[System.Configuration.ConfigurationPropertyAttribute("processMessages", DefaultValue=true, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public bool ProcessMessages { get { throw null; } set { } }
protected internal override object CreateBehavior() { throw null; }
}