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(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Web.Services.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Web.Services.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Web.Services.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.ComVisibleAttribute(false)]
22 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
23 namespace System.Web.Services
24 {
25     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
26     public sealed partial class WebMethodAttribute : System.Attribute
27     {
WebMethodAttribute()28         public WebMethodAttribute() { }
WebMethodAttribute(bool enableSession)29         public WebMethodAttribute(bool enableSession) { }
WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption)30         public WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption) { }
WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption, int cacheDuration)31         public WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption, int cacheDuration) { }
WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption, int cacheDuration, bool bufferResponse)32         public WebMethodAttribute(bool enableSession, System.EnterpriseServices.TransactionOption transactionOption, int cacheDuration, bool bufferResponse) { }
33         public bool BufferResponse { get { throw null; } set { } }
34         public int CacheDuration { get { throw null; } set { } }
35         public string Description { get { throw null; } set { } }
36         public bool EnableSession { get { throw null; } set { } }
37         public string MessageName { get { throw null; } set { } }
38         public System.EnterpriseServices.TransactionOption TransactionOption { get { throw null; } set { } }
39     }
40     public partial class WebService : System.ComponentModel.MarshalByValueComponent
41     {
WebService()42         public WebService() { }
43         [System.ComponentModel.BrowsableAttribute(false)]
44         [System.ComponentModel.DescriptionAttribute("The ASP.NET application object for the current request.")]
45         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
46         public System.Web.HttpApplicationState Application { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
47         [System.ComponentModel.BrowsableAttribute(false)]
48         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
49         public System.Web.HttpContext Context { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
50         [System.ComponentModel.BrowsableAttribute(false)]
51         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
52         public System.Web.HttpServerUtility Server { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
53         [System.ComponentModel.BrowsableAttribute(false)]
54         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
55         public System.Web.SessionState.HttpSessionState Session { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
56         [System.ComponentModel.BrowsableAttribute(false)]
57         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
58         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
59         public System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
60         [System.ComponentModel.BrowsableAttribute(false)]
61         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
62         public System.Security.Principal.IPrincipal User { [System.Web.AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Level=(System.Web.AspNetHostingPermissionLevel)(200))]get { throw null; } }
63     }
64     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
65     public sealed partial class WebServiceAttribute : System.Attribute
66     {
67         public const string DefaultNamespace = "http://tempuri.org/";
WebServiceAttribute()68         public WebServiceAttribute() { }
69         public string Description { get { throw null; } set { } }
70         public string Name { get { throw null; } set { } }
71         public string Namespace { get { throw null; } set { } }
72     }
73     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true)]
74     public sealed partial class WebServiceBindingAttribute : System.Attribute
75     {
WebServiceBindingAttribute()76         public WebServiceBindingAttribute() { }
WebServiceBindingAttribute(string name)77         public WebServiceBindingAttribute(string name) { }
WebServiceBindingAttribute(string name, string ns)78         public WebServiceBindingAttribute(string name, string ns) { }
WebServiceBindingAttribute(string name, string ns, string location)79         public WebServiceBindingAttribute(string name, string ns, string location) { }
80         public System.Web.Services.WsiProfiles ConformsTo { get { throw null; } set { } }
81         public bool EmitConformanceClaims { get { throw null; } set { } }
82         public string Location { get { throw null; } set { } }
83         public string Name { get { throw null; } set { } }
84         public string Namespace { get { throw null; } set { } }
85     }
86     [System.FlagsAttribute]
87     public enum WsiProfiles
88     {
89         BasicProfile1_1 = 1,
90         None = 0,
91     }
92 }
93 namespace System.Web.Services.Configuration
94 {
95     public sealed partial class DiagnosticsElement : System.Configuration.ConfigurationElement
96     {
DiagnosticsElement()97         public DiagnosticsElement() { }
98         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
99         [System.Configuration.ConfigurationPropertyAttribute("suppressReturningExceptions", DefaultValue=false)]
100         public bool SuppressReturningExceptions { get { throw null; } set { } }
101     }
102     public enum PriorityGroup
103     {
104         High = 0,
105         Low = 1,
106     }
107     public sealed partial class ProtocolElement : System.Configuration.ConfigurationElement
108     {
ProtocolElement()109         public ProtocolElement() { }
ProtocolElement(System.Web.Services.Configuration.WebServiceProtocols protocol)110         public ProtocolElement(System.Web.Services.Configuration.WebServiceProtocols protocol) { }
111         [System.Configuration.ConfigurationPropertyAttribute("name", IsKey=true, DefaultValue=(System.Web.Services.Configuration.WebServiceProtocols)(0))]
112         public System.Web.Services.Configuration.WebServiceProtocols Name { get { throw null; } set { } }
113         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
114     }
115     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Web.Services.Configuration.ProtocolElement))]
116     public sealed partial class ProtocolElementCollection : System.Configuration.ConfigurationElementCollection
117     {
ProtocolElementCollection()118         public ProtocolElementCollection() { }
119         public System.Web.Services.Configuration.ProtocolElement this[int index] { get { throw null; } set { } }
120         public System.Web.Services.Configuration.ProtocolElement this[object key] { get { throw null; } set { } }
Add(System.Web.Services.Configuration.ProtocolElement element)121         public void Add(System.Web.Services.Configuration.ProtocolElement element) { }
Clear()122         public void Clear() { }
ContainsKey(object key)123         public bool ContainsKey(object key) { throw null; }
CopyTo(System.Web.Services.Configuration.ProtocolElement[] array, int index)124         public void CopyTo(System.Web.Services.Configuration.ProtocolElement[] array, int index) { }
CreateNewElement()125         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)126         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Web.Services.Configuration.ProtocolElement element)127         public int IndexOf(System.Web.Services.Configuration.ProtocolElement element) { throw null; }
Remove(System.Web.Services.Configuration.ProtocolElement element)128         public void Remove(System.Web.Services.Configuration.ProtocolElement element) { }
RemoveAt(int index)129         public void RemoveAt(int index) { }
RemoveAt(object key)130         public void RemoveAt(object key) { }
131     }
132     public sealed partial class SoapEnvelopeProcessingElement : System.Configuration.ConfigurationElement
133     {
SoapEnvelopeProcessingElement()134         public SoapEnvelopeProcessingElement() { }
SoapEnvelopeProcessingElement(int readTimeout)135         public SoapEnvelopeProcessingElement(int readTimeout) { }
SoapEnvelopeProcessingElement(int readTimeout, bool strict)136         public SoapEnvelopeProcessingElement(int readTimeout, bool strict) { }
137         [System.Configuration.ConfigurationPropertyAttribute("strict", DefaultValue=false)]
138         public bool IsStrict { get { throw null; } set { } }
139         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
140         [System.ComponentModel.TypeConverterAttribute(typeof(System.Configuration.InfiniteIntConverter))]
141         [System.Configuration.ConfigurationPropertyAttribute("readTimeout", DefaultValue=2147483647)]
142         public int ReadTimeout { get { throw null; } set { } }
143     }
144     public sealed partial class SoapExtensionTypeElement : System.Configuration.ConfigurationElement
145     {
SoapExtensionTypeElement()146         public SoapExtensionTypeElement() { }
SoapExtensionTypeElement(string type, int priority, System.Web.Services.Configuration.PriorityGroup group)147         public SoapExtensionTypeElement(string type, int priority, System.Web.Services.Configuration.PriorityGroup group) { }
SoapExtensionTypeElement(System.Type type, int priority, System.Web.Services.Configuration.PriorityGroup group)148         public SoapExtensionTypeElement(System.Type type, int priority, System.Web.Services.Configuration.PriorityGroup group) { }
149         [System.Configuration.ConfigurationPropertyAttribute("group", IsKey=true, DefaultValue=(System.Web.Services.Configuration.PriorityGroup)(1))]
150         public System.Web.Services.Configuration.PriorityGroup Group { get { throw null; } set { } }
151         [System.Configuration.ConfigurationPropertyAttribute("priority", IsKey=true, DefaultValue=0)]
152         [System.Configuration.IntegerValidatorAttribute(MinValue=0)]
153         public int Priority { get { throw null; } set { } }
154         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
155         [System.ComponentModel.TypeConverterAttribute("System.Web.Services.Configuration.TypeTypeConverter")]
156         [System.Configuration.ConfigurationPropertyAttribute("type", IsKey=true)]
157         public System.Type Type { get { throw null; } set { } }
158     }
159     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Web.Services.Configuration.SoapExtensionTypeElement))]
160     public sealed partial class SoapExtensionTypeElementCollection : System.Configuration.ConfigurationElementCollection
161     {
SoapExtensionTypeElementCollection()162         public SoapExtensionTypeElementCollection() { }
163         public System.Web.Services.Configuration.SoapExtensionTypeElement this[int index] { get { throw null; } set { } }
164         public System.Web.Services.Configuration.SoapExtensionTypeElement this[object key] { get { throw null; } set { } }
Add(System.Web.Services.Configuration.SoapExtensionTypeElement element)165         public void Add(System.Web.Services.Configuration.SoapExtensionTypeElement element) { }
Clear()166         public void Clear() { }
ContainsKey(object key)167         public bool ContainsKey(object key) { throw null; }
CopyTo(System.Web.Services.Configuration.SoapExtensionTypeElement[] array, int index)168         public void CopyTo(System.Web.Services.Configuration.SoapExtensionTypeElement[] array, int index) { }
CreateNewElement()169         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)170         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Web.Services.Configuration.SoapExtensionTypeElement element)171         public int IndexOf(System.Web.Services.Configuration.SoapExtensionTypeElement element) { throw null; }
Remove(System.Web.Services.Configuration.SoapExtensionTypeElement element)172         public void Remove(System.Web.Services.Configuration.SoapExtensionTypeElement element) { }
RemoveAt(int index)173         public void RemoveAt(int index) { }
RemoveAt(object key)174         public void RemoveAt(object key) { }
175     }
176     public sealed partial class TypeElement : System.Configuration.ConfigurationElement
177     {
TypeElement()178         public TypeElement() { }
TypeElement(string type)179         public TypeElement(string type) { }
TypeElement(System.Type type)180         public TypeElement(System.Type type) { }
181         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
182         [System.ComponentModel.TypeConverterAttribute("System.Web.Services.Configuration.TypeAndNameConverter")]
183         [System.Configuration.ConfigurationPropertyAttribute("type", IsKey=true)]
184         public System.Type Type { get { throw null; } set { } }
185     }
186     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Web.Services.Configuration.TypeElement))]
187     public sealed partial class TypeElementCollection : System.Configuration.ConfigurationElementCollection
188     {
TypeElementCollection()189         public TypeElementCollection() { }
190         public System.Web.Services.Configuration.TypeElement this[int index] { get { throw null; } set { } }
191         public System.Web.Services.Configuration.TypeElement this[object key] { get { throw null; } set { } }
Add(System.Web.Services.Configuration.TypeElement element)192         public void Add(System.Web.Services.Configuration.TypeElement element) { }
Clear()193         public void Clear() { }
ContainsKey(object key)194         public bool ContainsKey(object key) { throw null; }
CopyTo(System.Web.Services.Configuration.TypeElement[] array, int index)195         public void CopyTo(System.Web.Services.Configuration.TypeElement[] array, int index) { }
CreateNewElement()196         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)197         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Web.Services.Configuration.TypeElement element)198         public int IndexOf(System.Web.Services.Configuration.TypeElement element) { throw null; }
Remove(System.Web.Services.Configuration.TypeElement element)199         public void Remove(System.Web.Services.Configuration.TypeElement element) { }
RemoveAt(int index)200         public void RemoveAt(int index) { }
RemoveAt(object key)201         public void RemoveAt(object key) { }
202     }
203     [System.FlagsAttribute]
204     public enum WebServiceProtocols
205     {
206         AnyHttpSoap = 33,
207         Documentation = 8,
208         HttpGet = 2,
209         HttpPost = 4,
210         HttpPostLocalhost = 16,
211         HttpSoap = 1,
212         HttpSoap12 = 32,
213         Unknown = 0,
214     }
215     public sealed partial class WebServicesSection : System.Configuration.ConfigurationSection
216     {
WebServicesSection()217         public WebServicesSection() { }
218         [System.Configuration.ConfigurationPropertyAttribute("conformanceWarnings")]
219         public System.Web.Services.Configuration.WsiProfilesElementCollection ConformanceWarnings { get { throw null; } }
220         public static System.Web.Services.Configuration.WebServicesSection Current { get { throw null; } }
221         public System.Web.Services.Configuration.DiagnosticsElement Diagnostics { get { throw null; } set { } }
222         public System.Web.Services.Configuration.WebServiceProtocols EnabledProtocols { get { throw null; } }
223         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
224         [System.Configuration.ConfigurationPropertyAttribute("protocols")]
225         public System.Web.Services.Configuration.ProtocolElementCollection Protocols { get { throw null; } }
226         [System.Configuration.ConfigurationPropertyAttribute("serviceDescriptionFormatExtensionTypes")]
227         public System.Web.Services.Configuration.TypeElementCollection ServiceDescriptionFormatExtensionTypes { get { throw null; } }
228         [System.Configuration.ConfigurationPropertyAttribute("soapEnvelopeProcessing")]
229         public System.Web.Services.Configuration.SoapEnvelopeProcessingElement SoapEnvelopeProcessing { get { throw null; } set { } }
230         [System.Configuration.ConfigurationPropertyAttribute("soapExtensionImporterTypes")]
231         public System.Web.Services.Configuration.TypeElementCollection SoapExtensionImporterTypes { get { throw null; } }
232         [System.Configuration.ConfigurationPropertyAttribute("soapExtensionReflectorTypes")]
233         public System.Web.Services.Configuration.TypeElementCollection SoapExtensionReflectorTypes { get { throw null; } }
234         [System.Configuration.ConfigurationPropertyAttribute("soapExtensionTypes")]
235         public System.Web.Services.Configuration.SoapExtensionTypeElementCollection SoapExtensionTypes { get { throw null; } }
236         [System.Configuration.ConfigurationPropertyAttribute("soapServerProtocolFactory")]
237         public System.Web.Services.Configuration.TypeElement SoapServerProtocolFactoryType { get { throw null; } }
238         [System.Configuration.ConfigurationPropertyAttribute("soapTransportImporterTypes")]
239         public System.Web.Services.Configuration.TypeElementCollection SoapTransportImporterTypes { get { throw null; } }
240         [System.Configuration.ConfigurationPropertyAttribute("wsdlHelpGenerator")]
241         public System.Web.Services.Configuration.WsdlHelpGeneratorElement WsdlHelpGenerator { get { throw null; } }
242         [System.Configuration.ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, Unrestricted=true)]
GetSection(System.Configuration.Configuration config)243         public static System.Web.Services.Configuration.WebServicesSection GetSection(System.Configuration.Configuration config) { throw null; }
InitializeDefault()244         protected override void InitializeDefault() { }
Reset(System.Configuration.ConfigurationElement parentElement)245         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
246     }
247     public sealed partial class WsdlHelpGeneratorElement : System.Configuration.ConfigurationElement
248     {
WsdlHelpGeneratorElement()249         public WsdlHelpGeneratorElement() { }
250         [System.Configuration.ConfigurationPropertyAttribute("href", IsRequired=true)]
251         public string Href { get { throw null; } set { } }
252         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)253         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Reset(System.Configuration.ConfigurationElement parentElement)254         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
255     }
256     public sealed partial class WsiProfilesElement : System.Configuration.ConfigurationElement
257     {
WsiProfilesElement()258         public WsiProfilesElement() { }
WsiProfilesElement(System.Web.Services.WsiProfiles name)259         public WsiProfilesElement(System.Web.Services.WsiProfiles name) { }
260         [System.Configuration.ConfigurationPropertyAttribute("name", IsKey=true, DefaultValue=(System.Web.Services.WsiProfiles)(0))]
261         public System.Web.Services.WsiProfiles Name { get { throw null; } set { } }
262         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
263     }
264     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Web.Services.Configuration.WsiProfilesElement))]
265     public sealed partial class WsiProfilesElementCollection : System.Configuration.ConfigurationElementCollection
266     {
WsiProfilesElementCollection()267         public WsiProfilesElementCollection() { }
268         public System.Web.Services.Configuration.WsiProfilesElement this[int index] { get { throw null; } set { } }
269         public System.Web.Services.Configuration.WsiProfilesElement this[object key] { get { throw null; } set { } }
Add(System.Web.Services.Configuration.WsiProfilesElement element)270         public void Add(System.Web.Services.Configuration.WsiProfilesElement element) { }
Clear()271         public void Clear() { }
ContainsKey(object key)272         public bool ContainsKey(object key) { throw null; }
CopyTo(System.Web.Services.Configuration.WsiProfilesElement[] array, int index)273         public void CopyTo(System.Web.Services.Configuration.WsiProfilesElement[] array, int index) { }
CreateNewElement()274         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)275         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Web.Services.Configuration.WsiProfilesElement element)276         public int IndexOf(System.Web.Services.Configuration.WsiProfilesElement element) { throw null; }
Remove(System.Web.Services.Configuration.WsiProfilesElement element)277         public void Remove(System.Web.Services.Configuration.WsiProfilesElement element) { }
RemoveAt(int index)278         public void RemoveAt(int index) { }
RemoveAt(object key)279         public void RemoveAt(object key) { }
280     }
281     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
282     public sealed partial class XmlFormatExtensionAttribute : System.Attribute
283     {
XmlFormatExtensionAttribute()284         public XmlFormatExtensionAttribute() { }
XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1)285         public XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1) { }
XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2)286         public XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2) { }
XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2, System.Type extensionPoint3)287         public XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2, System.Type extensionPoint3) { }
XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2, System.Type extensionPoint3, System.Type extensionPoint4)288         public XmlFormatExtensionAttribute(string elementName, string ns, System.Type extensionPoint1, System.Type extensionPoint2, System.Type extensionPoint3, System.Type extensionPoint4) { }
XmlFormatExtensionAttribute(string elementName, string ns, System.Type[] extensionPoints)289         public XmlFormatExtensionAttribute(string elementName, string ns, System.Type[] extensionPoints) { }
290         public string ElementName { get { throw null; } set { } }
291         public System.Type[] ExtensionPoints { get { throw null; } set { } }
292         public string Namespace { get { throw null; } set { } }
293     }
294     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
295     public sealed partial class XmlFormatExtensionPointAttribute : System.Attribute
296     {
XmlFormatExtensionPointAttribute(string memberName)297         public XmlFormatExtensionPointAttribute(string memberName) { }
298         public bool AllowElements { get { throw null; } set { } }
299         public string MemberName { get { throw null; } set { } }
300     }
301     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
302     public sealed partial class XmlFormatExtensionPrefixAttribute : System.Attribute
303     {
XmlFormatExtensionPrefixAttribute()304         public XmlFormatExtensionPrefixAttribute() { }
XmlFormatExtensionPrefixAttribute(string prefix, string ns)305         public XmlFormatExtensionPrefixAttribute(string prefix, string ns) { }
306         public string Namespace { get { throw null; } set { } }
307         public string Prefix { get { throw null; } set { } }
308     }
309 }
310 namespace System.Web.Services.Description
311 {
312     public partial class BasicProfileViolation
313     {
BasicProfileViolation()314         internal BasicProfileViolation() { }
315         public System.Web.Services.WsiProfiles Claims { get { throw null; } }
316         public string Details { get { throw null; } }
317         public System.Collections.Specialized.StringCollection Elements { get { throw null; } }
318         public string NormativeStatement { get { throw null; } }
319         public string Recommendation { get { throw null; } }
ToString()320         public override string ToString() { throw null; }
321     }
322     public partial class BasicProfileViolationCollection : System.Collections.CollectionBase, System.Collections.Generic.IEnumerable<System.Web.Services.Description.BasicProfileViolation>, System.Collections.IEnumerable
323     {
BasicProfileViolationCollection()324         public BasicProfileViolationCollection() { }
325         public System.Web.Services.Description.BasicProfileViolation this[int index] { get { throw null; } set { } }
Contains(System.Web.Services.Description.BasicProfileViolation violation)326         public bool Contains(System.Web.Services.Description.BasicProfileViolation violation) { throw null; }
CopyTo(System.Web.Services.Description.BasicProfileViolation[] array, int index)327         public void CopyTo(System.Web.Services.Description.BasicProfileViolation[] array, int index) { }
IndexOf(System.Web.Services.Description.BasicProfileViolation violation)328         public int IndexOf(System.Web.Services.Description.BasicProfileViolation violation) { throw null; }
Insert(int index, System.Web.Services.Description.BasicProfileViolation violation)329         public void Insert(int index, System.Web.Services.Description.BasicProfileViolation violation) { }
Remove(System.Web.Services.Description.BasicProfileViolation violation)330         public void Remove(System.Web.Services.Description.BasicProfileViolation violation) { }
GetEnumerator()331         System.Collections.Generic.IEnumerator<System.Web.Services.Description.BasicProfileViolation> System.Collections.Generic.IEnumerable<System.Web.Services.Description.BasicProfileViolation>.GetEnumerator() { throw null; }
ToString()332         public override string ToString() { throw null; }
333     }
334     public partial class BasicProfileViolationEnumerator : System.Collections.Generic.IEnumerator<System.Web.Services.Description.BasicProfileViolation>, System.Collections.IEnumerator, System.IDisposable
335     {
BasicProfileViolationEnumerator(System.Web.Services.Description.BasicProfileViolationCollection list)336         public BasicProfileViolationEnumerator(System.Web.Services.Description.BasicProfileViolationCollection list) { }
337         public System.Web.Services.Description.BasicProfileViolation Current { get { throw null; } }
338         object System.Collections.IEnumerator.Current { get { throw null; } }
Dispose()339         public void Dispose() { }
MoveNext()340         public bool MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()341         void System.Collections.IEnumerator.Reset() { }
342     }
343     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
344     public sealed partial class Binding : System.Web.Services.Description.NamedItem
345     {
Binding()346         public Binding() { }
347         [System.Xml.Serialization.XmlIgnoreAttribute]
348         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
349         [System.Xml.Serialization.XmlElementAttribute("operation")]
350         public System.Web.Services.Description.OperationBindingCollection Operations { get { throw null; } }
351         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
352         [System.Xml.Serialization.XmlAttributeAttribute("type")]
353         public System.Xml.XmlQualifiedName Type { get { throw null; } set { } }
354     }
355     public sealed partial class BindingCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
356     {
BindingCollection()357         internal BindingCollection() { }
358         public System.Web.Services.Description.Binding this[int index] { get { throw null; } set { } }
359         public System.Web.Services.Description.Binding this[string name] { get { throw null; } }
Add(System.Web.Services.Description.Binding binding)360         public int Add(System.Web.Services.Description.Binding binding) { throw null; }
Contains(System.Web.Services.Description.Binding binding)361         public bool Contains(System.Web.Services.Description.Binding binding) { throw null; }
CopyTo(System.Web.Services.Description.Binding[] array, int index)362         public void CopyTo(System.Web.Services.Description.Binding[] array, int index) { }
GetKey(object value)363         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.Binding binding)364         public int IndexOf(System.Web.Services.Description.Binding binding) { throw null; }
Insert(int index, System.Web.Services.Description.Binding binding)365         public void Insert(int index, System.Web.Services.Description.Binding binding) { }
Remove(System.Web.Services.Description.Binding binding)366         public void Remove(System.Web.Services.Description.Binding binding) { }
SetParent(object value, object parent)367         protected override void SetParent(object value, object parent) { }
368     }
369     public abstract partial class DocumentableItem
370     {
DocumentableItem()371         protected DocumentableItem() { }
372         [System.Xml.Serialization.XmlIgnoreAttribute]
373         public string Documentation { get { throw null; } set { } }
374         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
375         [System.Xml.Serialization.XmlAnyElementAttribute("documentation", Namespace="http://schemas.xmlsoap.org/wsdl/")]
376         public System.Xml.XmlElement DocumentationElement { get { throw null; } set { } }
377         [System.Xml.Serialization.XmlAnyAttributeAttribute]
378         public System.Xml.XmlAttribute[] ExtensibleAttributes { get { throw null; } set { } }
379         [System.Xml.Serialization.XmlIgnoreAttribute]
380         public abstract System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get; }
381         [System.Xml.Serialization.XmlNamespaceDeclarationsAttribute]
382         public System.Xml.Serialization.XmlSerializerNamespaces Namespaces { get { throw null; } set { } }
383     }
384     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
385     public sealed partial class FaultBinding : System.Web.Services.Description.MessageBinding
386     {
FaultBinding()387         public FaultBinding() { }
388         [System.Xml.Serialization.XmlIgnoreAttribute]
389         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
390     }
391     public sealed partial class FaultBindingCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
392     {
FaultBindingCollection()393         internal FaultBindingCollection() { }
394         public System.Web.Services.Description.FaultBinding this[int index] { get { throw null; } set { } }
395         public System.Web.Services.Description.FaultBinding this[string name] { get { throw null; } }
Add(System.Web.Services.Description.FaultBinding bindingOperationFault)396         public int Add(System.Web.Services.Description.FaultBinding bindingOperationFault) { throw null; }
Contains(System.Web.Services.Description.FaultBinding bindingOperationFault)397         public bool Contains(System.Web.Services.Description.FaultBinding bindingOperationFault) { throw null; }
CopyTo(System.Web.Services.Description.FaultBinding[] array, int index)398         public void CopyTo(System.Web.Services.Description.FaultBinding[] array, int index) { }
GetKey(object value)399         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.FaultBinding bindingOperationFault)400         public int IndexOf(System.Web.Services.Description.FaultBinding bindingOperationFault) { throw null; }
Insert(int index, System.Web.Services.Description.FaultBinding bindingOperationFault)401         public void Insert(int index, System.Web.Services.Description.FaultBinding bindingOperationFault) { }
Remove(System.Web.Services.Description.FaultBinding bindingOperationFault)402         public void Remove(System.Web.Services.Description.FaultBinding bindingOperationFault) { }
SetParent(object value, object parent)403         protected override void SetParent(object value, object parent) { }
404     }
405     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("address", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.Port))]
406     public sealed partial class HttpAddressBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
407     {
HttpAddressBinding()408         public HttpAddressBinding() { }
409         [System.Xml.Serialization.XmlAttributeAttribute("location")]
410         public string Location { get { throw null; } set { } }
411     }
412     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("binding", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.Binding))]
413     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("http", "http://schemas.xmlsoap.org/wsdl/http/")]
414     public sealed partial class HttpBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
415     {
416         public const string Namespace = "http://schemas.xmlsoap.org/wsdl/http/";
HttpBinding()417         public HttpBinding() { }
418         [System.Xml.Serialization.XmlAttributeAttribute("verb")]
419         public string Verb { get { throw null; } set { } }
420     }
421     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("operation", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.OperationBinding))]
422     public sealed partial class HttpOperationBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
423     {
HttpOperationBinding()424         public HttpOperationBinding() { }
425         [System.Xml.Serialization.XmlAttributeAttribute("location")]
426         public string Location { get { throw null; } set { } }
427     }
428     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.InputBinding))]
429     public sealed partial class HttpUrlEncodedBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
430     {
HttpUrlEncodedBinding()431         public HttpUrlEncodedBinding() { }
432     }
433     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("urlReplacement", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.InputBinding))]
434     public sealed partial class HttpUrlReplacementBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
435     {
HttpUrlReplacementBinding()436         public HttpUrlReplacementBinding() { }
437     }
438     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
439     public sealed partial class Import : System.Web.Services.Description.DocumentableItem
440     {
Import()441         public Import() { }
442         [System.Xml.Serialization.XmlIgnoreAttribute]
443         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
444         [System.Xml.Serialization.XmlAttributeAttribute("location")]
445         public string Location { get { throw null; } set { } }
446         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
447         public string Namespace { get { throw null; } set { } }
448         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
449     }
450     public sealed partial class ImportCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
451     {
ImportCollection()452         internal ImportCollection() { }
453         public System.Web.Services.Description.Import this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.Import import)454         public int Add(System.Web.Services.Description.Import import) { throw null; }
Contains(System.Web.Services.Description.Import import)455         public bool Contains(System.Web.Services.Description.Import import) { throw null; }
CopyTo(System.Web.Services.Description.Import[] array, int index)456         public void CopyTo(System.Web.Services.Description.Import[] array, int index) { }
IndexOf(System.Web.Services.Description.Import import)457         public int IndexOf(System.Web.Services.Description.Import import) { throw null; }
Insert(int index, System.Web.Services.Description.Import import)458         public void Insert(int index, System.Web.Services.Description.Import import) { }
Remove(System.Web.Services.Description.Import import)459         public void Remove(System.Web.Services.Description.Import import) { }
SetParent(object value, object parent)460         protected override void SetParent(object value, object parent) { }
461     }
462     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
463     public sealed partial class InputBinding : System.Web.Services.Description.MessageBinding
464     {
InputBinding()465         public InputBinding() { }
466         [System.Xml.Serialization.XmlIgnoreAttribute]
467         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
468     }
469     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
470     public sealed partial class Message : System.Web.Services.Description.NamedItem
471     {
Message()472         public Message() { }
473         [System.Xml.Serialization.XmlIgnoreAttribute]
474         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
475         [System.Xml.Serialization.XmlElementAttribute("part")]
476         public System.Web.Services.Description.MessagePartCollection Parts { get { throw null; } }
477         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
FindPartByName(string partName)478         public System.Web.Services.Description.MessagePart FindPartByName(string partName) { throw null; }
FindPartsByName(string[] partNames)479         public System.Web.Services.Description.MessagePart[] FindPartsByName(string[] partNames) { throw null; }
480     }
481     public abstract partial class MessageBinding : System.Web.Services.Description.NamedItem
482     {
MessageBinding()483         protected MessageBinding() { }
484         public System.Web.Services.Description.OperationBinding OperationBinding { get { throw null; } }
485     }
486     public sealed partial class MessageCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
487     {
MessageCollection()488         internal MessageCollection() { }
489         public System.Web.Services.Description.Message this[int index] { get { throw null; } set { } }
490         public System.Web.Services.Description.Message this[string name] { get { throw null; } }
Add(System.Web.Services.Description.Message message)491         public int Add(System.Web.Services.Description.Message message) { throw null; }
Contains(System.Web.Services.Description.Message message)492         public bool Contains(System.Web.Services.Description.Message message) { throw null; }
CopyTo(System.Web.Services.Description.Message[] array, int index)493         public void CopyTo(System.Web.Services.Description.Message[] array, int index) { }
GetKey(object value)494         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.Message message)495         public int IndexOf(System.Web.Services.Description.Message message) { throw null; }
Insert(int index, System.Web.Services.Description.Message message)496         public void Insert(int index, System.Web.Services.Description.Message message) { }
Remove(System.Web.Services.Description.Message message)497         public void Remove(System.Web.Services.Description.Message message) { }
SetParent(object value, object parent)498         protected override void SetParent(object value, object parent) { }
499     }
500     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
501     public sealed partial class MessagePart : System.Web.Services.Description.NamedItem
502     {
MessagePart()503         public MessagePart() { }
504         [System.Xml.Serialization.XmlAttributeAttribute("element")]
505         public System.Xml.XmlQualifiedName Element { get { throw null; } set { } }
506         [System.Xml.Serialization.XmlIgnoreAttribute]
507         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
508         public System.Web.Services.Description.Message Message { get { throw null; } }
509         [System.Xml.Serialization.XmlAttributeAttribute("type")]
510         public System.Xml.XmlQualifiedName Type { get { throw null; } set { } }
511     }
512     public sealed partial class MessagePartCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
513     {
MessagePartCollection()514         internal MessagePartCollection() { }
515         public System.Web.Services.Description.MessagePart this[int index] { get { throw null; } set { } }
516         public System.Web.Services.Description.MessagePart this[string name] { get { throw null; } }
Add(System.Web.Services.Description.MessagePart messagePart)517         public int Add(System.Web.Services.Description.MessagePart messagePart) { throw null; }
Contains(System.Web.Services.Description.MessagePart messagePart)518         public bool Contains(System.Web.Services.Description.MessagePart messagePart) { throw null; }
CopyTo(System.Web.Services.Description.MessagePart[] array, int index)519         public void CopyTo(System.Web.Services.Description.MessagePart[] array, int index) { }
GetKey(object value)520         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.MessagePart messagePart)521         public int IndexOf(System.Web.Services.Description.MessagePart messagePart) { throw null; }
Insert(int index, System.Web.Services.Description.MessagePart messagePart)522         public void Insert(int index, System.Web.Services.Description.MessagePart messagePart) { }
Remove(System.Web.Services.Description.MessagePart messagePart)523         public void Remove(System.Web.Services.Description.MessagePart messagePart) { }
SetParent(object value, object parent)524         protected override void SetParent(object value, object parent) { }
525     }
526     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("content", "http://schemas.xmlsoap.org/wsdl/mime/", typeof(System.Web.Services.Description.MimePart), typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
527     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("mime", "http://schemas.xmlsoap.org/wsdl/mime/")]
528     public sealed partial class MimeContentBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
529     {
530         public const string Namespace = "http://schemas.xmlsoap.org/wsdl/mime/";
MimeContentBinding()531         public MimeContentBinding() { }
532         [System.Xml.Serialization.XmlAttributeAttribute("part")]
533         public string Part { get { throw null; } set { } }
534         [System.Xml.Serialization.XmlAttributeAttribute("type")]
535         public string Type { get { throw null; } set { } }
536     }
537     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("multipartRelated", "http://schemas.xmlsoap.org/wsdl/mime/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
538     public sealed partial class MimeMultipartRelatedBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
539     {
MimeMultipartRelatedBinding()540         public MimeMultipartRelatedBinding() { }
541         [System.Xml.Serialization.XmlElementAttribute("part")]
542         public System.Web.Services.Description.MimePartCollection Parts { get { throw null; } }
543     }
544     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
545     public sealed partial class MimePart : System.Web.Services.Description.ServiceDescriptionFormatExtension
546     {
MimePart()547         public MimePart() { }
548         [System.Xml.Serialization.XmlIgnoreAttribute]
549         public System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
550     }
551     public sealed partial class MimePartCollection : System.Collections.CollectionBase
552     {
MimePartCollection()553         public MimePartCollection() { }
554         public System.Web.Services.Description.MimePart this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.MimePart mimePart)555         public int Add(System.Web.Services.Description.MimePart mimePart) { throw null; }
Contains(System.Web.Services.Description.MimePart mimePart)556         public bool Contains(System.Web.Services.Description.MimePart mimePart) { throw null; }
CopyTo(System.Web.Services.Description.MimePart[] array, int index)557         public void CopyTo(System.Web.Services.Description.MimePart[] array, int index) { }
IndexOf(System.Web.Services.Description.MimePart mimePart)558         public int IndexOf(System.Web.Services.Description.MimePart mimePart) { throw null; }
Insert(int index, System.Web.Services.Description.MimePart mimePart)559         public void Insert(int index, System.Web.Services.Description.MimePart mimePart) { }
Remove(System.Web.Services.Description.MimePart mimePart)560         public void Remove(System.Web.Services.Description.MimePart mimePart) { }
561     }
562     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("text", "http://microsoft.com/wsdl/mime/textMatching/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart))]
563     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("tm", "http://microsoft.com/wsdl/mime/textMatching/")]
564     public sealed partial class MimeTextBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
565     {
566         public const string Namespace = "http://microsoft.com/wsdl/mime/textMatching/";
MimeTextBinding()567         public MimeTextBinding() { }
568         [System.Xml.Serialization.XmlElementAttribute("match", typeof(System.Web.Services.Description.MimeTextMatch))]
569         public System.Web.Services.Description.MimeTextMatchCollection Matches { get { throw null; } }
570     }
571     public sealed partial class MimeTextMatch
572     {
MimeTextMatch()573         public MimeTextMatch() { }
574         [System.ComponentModel.DefaultValueAttribute(0)]
575         [System.Xml.Serialization.XmlAttributeAttribute("capture")]
576         public int Capture { get { throw null; } set { } }
577         [System.ComponentModel.DefaultValueAttribute(1)]
578         [System.Xml.Serialization.XmlAttributeAttribute("group")]
579         public int Group { get { throw null; } set { } }
580         [System.Xml.Serialization.XmlAttributeAttribute("ignoreCase")]
581         public bool IgnoreCase { get { throw null; } set { } }
582         [System.Xml.Serialization.XmlElementAttribute("match")]
583         public System.Web.Services.Description.MimeTextMatchCollection Matches { get { throw null; } }
584         [System.Xml.Serialization.XmlAttributeAttribute("name")]
585         public string Name { get { throw null; } set { } }
586         [System.Xml.Serialization.XmlAttributeAttribute("pattern")]
587         public string Pattern { get { throw null; } set { } }
588         [System.Xml.Serialization.XmlIgnoreAttribute]
589         public int Repeats { get { throw null; } set { } }
590         [System.ComponentModel.DefaultValueAttribute("1")]
591         [System.Xml.Serialization.XmlAttributeAttribute("repeats")]
592         public string RepeatsString { get { throw null; } set { } }
593         [System.Xml.Serialization.XmlAttributeAttribute("type")]
594         public string Type { get { throw null; } set { } }
595     }
596     public sealed partial class MimeTextMatchCollection : System.Collections.CollectionBase
597     {
MimeTextMatchCollection()598         public MimeTextMatchCollection() { }
599         public System.Web.Services.Description.MimeTextMatch this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.MimeTextMatch match)600         public int Add(System.Web.Services.Description.MimeTextMatch match) { throw null; }
Contains(System.Web.Services.Description.MimeTextMatch match)601         public bool Contains(System.Web.Services.Description.MimeTextMatch match) { throw null; }
CopyTo(System.Web.Services.Description.MimeTextMatch[] array, int index)602         public void CopyTo(System.Web.Services.Description.MimeTextMatch[] array, int index) { }
IndexOf(System.Web.Services.Description.MimeTextMatch match)603         public int IndexOf(System.Web.Services.Description.MimeTextMatch match) { throw null; }
Insert(int index, System.Web.Services.Description.MimeTextMatch match)604         public void Insert(int index, System.Web.Services.Description.MimeTextMatch match) { }
Remove(System.Web.Services.Description.MimeTextMatch match)605         public void Remove(System.Web.Services.Description.MimeTextMatch match) { }
606     }
607     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("mimeXml", "http://schemas.xmlsoap.org/wsdl/mime/", typeof(System.Web.Services.Description.MimePart), typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
608     public sealed partial class MimeXmlBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
609     {
MimeXmlBinding()610         public MimeXmlBinding() { }
611         [System.Xml.Serialization.XmlAttributeAttribute("part")]
612         public string Part { get { throw null; } set { } }
613     }
614     public abstract partial class NamedItem : System.Web.Services.Description.DocumentableItem
615     {
NamedItem()616         protected NamedItem() { }
617         [System.Xml.Serialization.XmlAttributeAttribute("name")]
618         public string Name { get { throw null; } set { } }
619     }
620     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
621     public sealed partial class Operation : System.Web.Services.Description.NamedItem
622     {
Operation()623         public Operation() { }
624         [System.Xml.Serialization.XmlIgnoreAttribute]
625         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
626         [System.Xml.Serialization.XmlElementAttribute("fault")]
627         public System.Web.Services.Description.OperationFaultCollection Faults { get { throw null; } }
628         [System.Xml.Serialization.XmlElementAttribute("input", typeof(System.Web.Services.Description.OperationInput))]
629         [System.Xml.Serialization.XmlElementAttribute("output", typeof(System.Web.Services.Description.OperationOutput))]
630         public System.Web.Services.Description.OperationMessageCollection Messages { get { throw null; } }
631         [System.Xml.Serialization.XmlIgnoreAttribute]
632         public string[] ParameterOrder { get { throw null; } set { } }
633         [System.ComponentModel.DefaultValueAttribute("")]
634         [System.Xml.Serialization.XmlAttributeAttribute("parameterOrder")]
635         public string ParameterOrderString { get { throw null; } set { } }
636         public System.Web.Services.Description.PortType PortType { get { throw null; } }
IsBoundBy(System.Web.Services.Description.OperationBinding operationBinding)637         public bool IsBoundBy(System.Web.Services.Description.OperationBinding operationBinding) { throw null; }
638     }
639     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
640     public sealed partial class OperationBinding : System.Web.Services.Description.NamedItem
641     {
OperationBinding()642         public OperationBinding() { }
643         public System.Web.Services.Description.Binding Binding { get { throw null; } }
644         [System.Xml.Serialization.XmlIgnoreAttribute]
645         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
646         [System.Xml.Serialization.XmlElementAttribute("fault")]
647         public System.Web.Services.Description.FaultBindingCollection Faults { get { throw null; } }
648         [System.Xml.Serialization.XmlElementAttribute("input")]
649         public System.Web.Services.Description.InputBinding Input { get { throw null; } set { } }
650         [System.Xml.Serialization.XmlElementAttribute("output")]
651         public System.Web.Services.Description.OutputBinding Output { get { throw null; } set { } }
652     }
653     public sealed partial class OperationBindingCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
654     {
OperationBindingCollection()655         internal OperationBindingCollection() { }
656         public System.Web.Services.Description.OperationBinding this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.OperationBinding bindingOperation)657         public int Add(System.Web.Services.Description.OperationBinding bindingOperation) { throw null; }
Contains(System.Web.Services.Description.OperationBinding bindingOperation)658         public bool Contains(System.Web.Services.Description.OperationBinding bindingOperation) { throw null; }
CopyTo(System.Web.Services.Description.OperationBinding[] array, int index)659         public void CopyTo(System.Web.Services.Description.OperationBinding[] array, int index) { }
IndexOf(System.Web.Services.Description.OperationBinding bindingOperation)660         public int IndexOf(System.Web.Services.Description.OperationBinding bindingOperation) { throw null; }
Insert(int index, System.Web.Services.Description.OperationBinding bindingOperation)661         public void Insert(int index, System.Web.Services.Description.OperationBinding bindingOperation) { }
Remove(System.Web.Services.Description.OperationBinding bindingOperation)662         public void Remove(System.Web.Services.Description.OperationBinding bindingOperation) { }
SetParent(object value, object parent)663         protected override void SetParent(object value, object parent) { }
664     }
665     public sealed partial class OperationCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
666     {
OperationCollection()667         internal OperationCollection() { }
668         public System.Web.Services.Description.Operation this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.Operation operation)669         public int Add(System.Web.Services.Description.Operation operation) { throw null; }
Contains(System.Web.Services.Description.Operation operation)670         public bool Contains(System.Web.Services.Description.Operation operation) { throw null; }
CopyTo(System.Web.Services.Description.Operation[] array, int index)671         public void CopyTo(System.Web.Services.Description.Operation[] array, int index) { }
IndexOf(System.Web.Services.Description.Operation operation)672         public int IndexOf(System.Web.Services.Description.Operation operation) { throw null; }
Insert(int index, System.Web.Services.Description.Operation operation)673         public void Insert(int index, System.Web.Services.Description.Operation operation) { }
Remove(System.Web.Services.Description.Operation operation)674         public void Remove(System.Web.Services.Description.Operation operation) { }
SetParent(object value, object parent)675         protected override void SetParent(object value, object parent) { }
676     }
677     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
678     public sealed partial class OperationFault : System.Web.Services.Description.OperationMessage
679     {
OperationFault()680         public OperationFault() { }
681         [System.Xml.Serialization.XmlIgnoreAttribute]
682         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
683     }
684     public sealed partial class OperationFaultCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
685     {
OperationFaultCollection()686         internal OperationFaultCollection() { }
687         public System.Web.Services.Description.OperationFault this[int index] { get { throw null; } set { } }
688         public System.Web.Services.Description.OperationFault this[string name] { get { throw null; } }
Add(System.Web.Services.Description.OperationFault operationFaultMessage)689         public int Add(System.Web.Services.Description.OperationFault operationFaultMessage) { throw null; }
Contains(System.Web.Services.Description.OperationFault operationFaultMessage)690         public bool Contains(System.Web.Services.Description.OperationFault operationFaultMessage) { throw null; }
CopyTo(System.Web.Services.Description.OperationFault[] array, int index)691         public void CopyTo(System.Web.Services.Description.OperationFault[] array, int index) { }
GetKey(object value)692         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.OperationFault operationFaultMessage)693         public int IndexOf(System.Web.Services.Description.OperationFault operationFaultMessage) { throw null; }
Insert(int index, System.Web.Services.Description.OperationFault operationFaultMessage)694         public void Insert(int index, System.Web.Services.Description.OperationFault operationFaultMessage) { }
Remove(System.Web.Services.Description.OperationFault operationFaultMessage)695         public void Remove(System.Web.Services.Description.OperationFault operationFaultMessage) { }
SetParent(object value, object parent)696         protected override void SetParent(object value, object parent) { }
697     }
698     public enum OperationFlow
699     {
700         None = 0,
701         Notification = 2,
702         OneWay = 1,
703         RequestResponse = 3,
704         SolicitResponse = 4,
705     }
706     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
707     public sealed partial class OperationInput : System.Web.Services.Description.OperationMessage
708     {
OperationInput()709         public OperationInput() { }
710         [System.Xml.Serialization.XmlIgnoreAttribute]
711         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
712     }
713     public abstract partial class OperationMessage : System.Web.Services.Description.NamedItem
714     {
OperationMessage()715         protected OperationMessage() { }
716         [System.Xml.Serialization.XmlAttributeAttribute("message")]
717         public System.Xml.XmlQualifiedName Message { get { throw null; } set { } }
718         public System.Web.Services.Description.Operation Operation { get { throw null; } }
719     }
720     public sealed partial class OperationMessageCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
721     {
OperationMessageCollection()722         internal OperationMessageCollection() { }
723         public System.Web.Services.Description.OperationFlow Flow { get { throw null; } }
724         public System.Web.Services.Description.OperationInput Input { get { throw null; } }
725         public System.Web.Services.Description.OperationMessage this[int index] { get { throw null; } set { } }
726         public System.Web.Services.Description.OperationOutput Output { get { throw null; } }
Add(System.Web.Services.Description.OperationMessage operationMessage)727         public int Add(System.Web.Services.Description.OperationMessage operationMessage) { throw null; }
Contains(System.Web.Services.Description.OperationMessage operationMessage)728         public bool Contains(System.Web.Services.Description.OperationMessage operationMessage) { throw null; }
CopyTo(System.Web.Services.Description.OperationMessage[] array, int index)729         public void CopyTo(System.Web.Services.Description.OperationMessage[] array, int index) { }
IndexOf(System.Web.Services.Description.OperationMessage operationMessage)730         public int IndexOf(System.Web.Services.Description.OperationMessage operationMessage) { throw null; }
Insert(int index, System.Web.Services.Description.OperationMessage operationMessage)731         public void Insert(int index, System.Web.Services.Description.OperationMessage operationMessage) { }
OnInsert(int index, object value)732         protected override void OnInsert(int index, object value) { }
OnSet(int index, object oldValue, object newValue)733         protected override void OnSet(int index, object oldValue, object newValue) { }
OnValidate(object value)734         protected override void OnValidate(object value) { }
Remove(System.Web.Services.Description.OperationMessage operationMessage)735         public void Remove(System.Web.Services.Description.OperationMessage operationMessage) { }
SetParent(object value, object parent)736         protected override void SetParent(object value, object parent) { }
737     }
738     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
739     public sealed partial class OperationOutput : System.Web.Services.Description.OperationMessage
740     {
OperationOutput()741         public OperationOutput() { }
742         [System.Xml.Serialization.XmlIgnoreAttribute]
743         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
744     }
745     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
746     public sealed partial class OutputBinding : System.Web.Services.Description.MessageBinding
747     {
OutputBinding()748         public OutputBinding() { }
749         [System.Xml.Serialization.XmlIgnoreAttribute]
750         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
751     }
752     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
753     public sealed partial class Port : System.Web.Services.Description.NamedItem
754     {
Port()755         public Port() { }
756         [System.Xml.Serialization.XmlAttributeAttribute("binding")]
757         public System.Xml.XmlQualifiedName Binding { get { throw null; } set { } }
758         [System.Xml.Serialization.XmlIgnoreAttribute]
759         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
760         public System.Web.Services.Description.Service Service { get { throw null; } }
761     }
762     public sealed partial class PortCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
763     {
PortCollection()764         internal PortCollection() { }
765         public System.Web.Services.Description.Port this[int index] { get { throw null; } set { } }
766         public System.Web.Services.Description.Port this[string name] { get { throw null; } }
Add(System.Web.Services.Description.Port port)767         public int Add(System.Web.Services.Description.Port port) { throw null; }
Contains(System.Web.Services.Description.Port port)768         public bool Contains(System.Web.Services.Description.Port port) { throw null; }
CopyTo(System.Web.Services.Description.Port[] array, int index)769         public void CopyTo(System.Web.Services.Description.Port[] array, int index) { }
GetKey(object value)770         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.Port port)771         public int IndexOf(System.Web.Services.Description.Port port) { throw null; }
Insert(int index, System.Web.Services.Description.Port port)772         public void Insert(int index, System.Web.Services.Description.Port port) { }
Remove(System.Web.Services.Description.Port port)773         public void Remove(System.Web.Services.Description.Port port) { }
SetParent(object value, object parent)774         protected override void SetParent(object value, object parent) { }
775     }
776     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
777     public sealed partial class PortType : System.Web.Services.Description.NamedItem
778     {
PortType()779         public PortType() { }
780         [System.Xml.Serialization.XmlIgnoreAttribute]
781         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
782         [System.Xml.Serialization.XmlElementAttribute("operation")]
783         public System.Web.Services.Description.OperationCollection Operations { get { throw null; } }
784         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
785     }
786     public sealed partial class PortTypeCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
787     {
PortTypeCollection()788         internal PortTypeCollection() { }
789         public System.Web.Services.Description.PortType this[int index] { get { throw null; } set { } }
790         public System.Web.Services.Description.PortType this[string name] { get { throw null; } }
Add(System.Web.Services.Description.PortType portType)791         public int Add(System.Web.Services.Description.PortType portType) { throw null; }
Contains(System.Web.Services.Description.PortType portType)792         public bool Contains(System.Web.Services.Description.PortType portType) { throw null; }
CopyTo(System.Web.Services.Description.PortType[] array, int index)793         public void CopyTo(System.Web.Services.Description.PortType[] array, int index) { }
GetKey(object value)794         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.PortType portType)795         public int IndexOf(System.Web.Services.Description.PortType portType) { throw null; }
Insert(int index, System.Web.Services.Description.PortType portType)796         public void Insert(int index, System.Web.Services.Description.PortType portType) { }
Remove(System.Web.Services.Description.PortType portType)797         public void Remove(System.Web.Services.Description.PortType portType) { }
SetParent(object value, object parent)798         protected override void SetParent(object value, object parent) { }
799     }
800     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
801     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
802     public abstract partial class ProtocolImporter
803     {
ProtocolImporter()804         protected ProtocolImporter() { }
805         public System.Xml.Serialization.XmlSchemas AbstractSchemas { get { throw null; } }
806         public System.Web.Services.Description.Binding Binding { get { throw null; } }
807         public string ClassName { get { throw null; } }
808         public System.Xml.Serialization.CodeIdentifiers ClassNames { get { throw null; } }
809         public System.CodeDom.CodeNamespace CodeNamespace { get { throw null; } }
810         public System.CodeDom.CodeTypeDeclaration CodeTypeDeclaration { get { throw null; } }
811         public System.Xml.Serialization.XmlSchemas ConcreteSchemas { get { throw null; } }
812         public System.Web.Services.Description.Message InputMessage { get { throw null; } }
813         public string MethodName { get { throw null; } }
814         public System.Web.Services.Description.Operation Operation { get { throw null; } }
815         public System.Web.Services.Description.OperationBinding OperationBinding { get { throw null; } }
816         public System.Web.Services.Description.Message OutputMessage { get { throw null; } }
817         public System.Web.Services.Description.Port Port { get { throw null; } }
818         public System.Web.Services.Description.PortType PortType { get { throw null; } }
819         public abstract string ProtocolName { get; }
820         public System.Xml.Serialization.XmlSchemas Schemas { get { throw null; } }
821         public System.Web.Services.Description.Service Service { get { throw null; } }
822         public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get { throw null; } }
823         public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get { throw null; } }
824         public System.Web.Services.Description.ServiceDescriptionImportWarnings Warnings { get { throw null; } set { } }
AddExtensionWarningComments(System.CodeDom.CodeCommentStatementCollection comments, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection extensions)825         public void AddExtensionWarningComments(System.CodeDom.CodeCommentStatementCollection comments, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection extensions) { }
BeginClass()826         protected abstract System.CodeDom.CodeTypeDeclaration BeginClass();
BeginNamespace()827         protected virtual void BeginNamespace() { }
EndClass()828         protected virtual void EndClass() { }
EndNamespace()829         protected virtual void EndNamespace() { }
GenerateMethod()830         protected abstract System.CodeDom.CodeMemberMethod GenerateMethod();
IsBindingSupported()831         protected abstract bool IsBindingSupported();
IsOperationFlowSupported(System.Web.Services.Description.OperationFlow flow)832         protected abstract bool IsOperationFlowSupported(System.Web.Services.Description.OperationFlow flow);
OperationBindingSyntaxException(string text)833         public System.Exception OperationBindingSyntaxException(string text) { throw null; }
OperationSyntaxException(string text)834         public System.Exception OperationSyntaxException(string text) { throw null; }
UnsupportedBindingWarning(string text)835         public void UnsupportedBindingWarning(string text) { }
UnsupportedOperationBindingWarning(string text)836         public void UnsupportedOperationBindingWarning(string text) { }
UnsupportedOperationWarning(string text)837         public void UnsupportedOperationWarning(string text) { }
838     }
839     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
840     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
841     public abstract partial class ProtocolReflector
842     {
ProtocolReflector()843         protected ProtocolReflector() { }
844         public System.Web.Services.Description.Binding Binding { get { throw null; } }
845         public string DefaultNamespace { get { throw null; } }
846         public System.Web.Services.Description.MessageCollection HeaderMessages { get { throw null; } }
847         public System.Web.Services.Description.Message InputMessage { get { throw null; } }
848         public System.Web.Services.Protocols.LogicalMethodInfo Method { get { throw null; } }
849         public System.Web.Services.WebMethodAttribute MethodAttribute { get { throw null; } }
850         public System.Web.Services.Protocols.LogicalMethodInfo[] Methods { get { throw null; } }
851         public System.Web.Services.Description.Operation Operation { get { throw null; } }
852         public System.Web.Services.Description.OperationBinding OperationBinding { get { throw null; } }
853         public System.Web.Services.Description.Message OutputMessage { get { throw null; } }
854         public System.Web.Services.Description.Port Port { get { throw null; } }
855         public System.Web.Services.Description.PortType PortType { get { throw null; } }
856         public abstract string ProtocolName { get; }
857         public System.Xml.Serialization.XmlReflectionImporter ReflectionImporter { get { throw null; } }
858         public System.Xml.Serialization.XmlSchemaExporter SchemaExporter { get { throw null; } }
859         public System.Xml.Serialization.XmlSchemas Schemas { get { throw null; } }
860         public System.Web.Services.Description.Service Service { get { throw null; } }
861         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
862         public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get { throw null; } }
863         public System.Type ServiceType { get { throw null; } }
864         public string ServiceUrl { get { throw null; } }
BeginClass()865         protected virtual void BeginClass() { }
EndClass()866         protected virtual void EndClass() { }
GetServiceDescription(string ns)867         public System.Web.Services.Description.ServiceDescription GetServiceDescription(string ns) { throw null; }
ReflectDescription()868         protected virtual void ReflectDescription() { }
ReflectMethod()869         protected abstract bool ReflectMethod();
ReflectMethodBinding()870         protected virtual string ReflectMethodBinding() { throw null; }
871     }
872     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
873     public sealed partial class Service : System.Web.Services.Description.NamedItem
874     {
Service()875         public Service() { }
876         [System.Xml.Serialization.XmlIgnoreAttribute]
877         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
878         [System.Xml.Serialization.XmlElementAttribute("port")]
879         public System.Web.Services.Description.PortCollection Ports { get { throw null; } }
880         public System.Web.Services.Description.ServiceDescription ServiceDescription { get { throw null; } }
881     }
882     public sealed partial class ServiceCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
883     {
ServiceCollection()884         internal ServiceCollection() { }
885         public System.Web.Services.Description.Service this[int index] { get { throw null; } set { } }
886         public System.Web.Services.Description.Service this[string name] { get { throw null; } }
Add(System.Web.Services.Description.Service service)887         public int Add(System.Web.Services.Description.Service service) { throw null; }
Contains(System.Web.Services.Description.Service service)888         public bool Contains(System.Web.Services.Description.Service service) { throw null; }
CopyTo(System.Web.Services.Description.Service[] array, int index)889         public void CopyTo(System.Web.Services.Description.Service[] array, int index) { }
GetKey(object value)890         protected override string GetKey(object value) { throw null; }
IndexOf(System.Web.Services.Description.Service service)891         public int IndexOf(System.Web.Services.Description.Service service) { throw null; }
Insert(int index, System.Web.Services.Description.Service service)892         public void Insert(int index, System.Web.Services.Description.Service service) { }
Remove(System.Web.Services.Description.Service service)893         public void Remove(System.Web.Services.Description.Service service) { }
SetParent(object value, object parent)894         protected override void SetParent(object value, object parent) { }
895     }
896     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
897     [System.Xml.Serialization.XmlRootAttribute("definitions", Namespace="http://schemas.xmlsoap.org/wsdl/")]
898     public sealed partial class ServiceDescription : System.Web.Services.Description.NamedItem
899     {
900         public const string Namespace = "http://schemas.xmlsoap.org/wsdl/";
ServiceDescription()901         public ServiceDescription() { }
902         [System.Xml.Serialization.XmlElementAttribute("binding")]
903         public System.Web.Services.Description.BindingCollection Bindings { get { throw null; } }
904         [System.Xml.Serialization.XmlIgnoreAttribute]
905         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
906         [System.Xml.Serialization.XmlElementAttribute("import")]
907         public System.Web.Services.Description.ImportCollection Imports { get { throw null; } }
908         [System.Xml.Serialization.XmlElementAttribute("message")]
909         public System.Web.Services.Description.MessageCollection Messages { get { throw null; } }
910         [System.Xml.Serialization.XmlElementAttribute("portType")]
911         public System.Web.Services.Description.PortTypeCollection PortTypes { get { throw null; } }
912         [System.Xml.Serialization.XmlIgnoreAttribute]
913         public string RetrievalUrl { get { throw null; } set { } }
914         public static System.Xml.Schema.XmlSchema Schema { get { throw null; } }
915         [System.Xml.Serialization.XmlIgnoreAttribute]
916         public static System.Xml.Serialization.XmlSerializer Serializer { get { throw null; } }
917         [System.Xml.Serialization.XmlIgnoreAttribute]
918         public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get { throw null; } }
919         [System.Xml.Serialization.XmlElementAttribute("service")]
920         public System.Web.Services.Description.ServiceCollection Services { get { throw null; } }
921         [System.Xml.Serialization.XmlAttributeAttribute("targetNamespace")]
922         public string TargetNamespace { get { throw null; } set { } }
923         [System.Xml.Serialization.XmlElementAttribute("types")]
924         public System.Web.Services.Description.Types Types { get { throw null; } set { } }
925         [System.Xml.Serialization.XmlIgnoreAttribute]
926         public System.Collections.Specialized.StringCollection ValidationWarnings { get { throw null; } }
CanRead(System.Xml.XmlReader reader)927         public static bool CanRead(System.Xml.XmlReader reader) { throw null; }
Read(System.IO.Stream stream)928         public static System.Web.Services.Description.ServiceDescription Read(System.IO.Stream stream) { throw null; }
Read(System.IO.Stream stream, bool validate)929         public static System.Web.Services.Description.ServiceDescription Read(System.IO.Stream stream, bool validate) { throw null; }
Read(System.IO.TextReader textReader)930         public static System.Web.Services.Description.ServiceDescription Read(System.IO.TextReader textReader) { throw null; }
Read(System.IO.TextReader textReader, bool validate)931         public static System.Web.Services.Description.ServiceDescription Read(System.IO.TextReader textReader, bool validate) { throw null; }
Read(string fileName)932         public static System.Web.Services.Description.ServiceDescription Read(string fileName) { throw null; }
Read(string fileName, bool validate)933         public static System.Web.Services.Description.ServiceDescription Read(string fileName, bool validate) { throw null; }
Read(System.Xml.XmlReader reader)934         public static System.Web.Services.Description.ServiceDescription Read(System.Xml.XmlReader reader) { throw null; }
Read(System.Xml.XmlReader reader, bool validate)935         public static System.Web.Services.Description.ServiceDescription Read(System.Xml.XmlReader reader, bool validate) { throw null; }
Write(System.IO.Stream stream)936         public void Write(System.IO.Stream stream) { }
Write(System.IO.TextWriter writer)937         public void Write(System.IO.TextWriter writer) { }
Write(string fileName)938         public void Write(string fileName) { }
Write(System.Xml.XmlWriter writer)939         public void Write(System.Xml.XmlWriter writer) { }
940     }
941     public abstract partial class ServiceDescriptionBaseCollection : System.Collections.CollectionBase
942     {
ServiceDescriptionBaseCollection()943         internal ServiceDescriptionBaseCollection() { }
944         protected virtual System.Collections.IDictionary Table { get { throw null; } }
GetKey(object value)945         protected virtual string GetKey(object value) { throw null; }
OnClear()946         protected override void OnClear() { }
OnInsertComplete(int index, object value)947         protected override void OnInsertComplete(int index, object value) { }
OnRemove(int index, object value)948         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)949         protected override void OnSet(int index, object oldValue, object newValue) { }
SetParent(object value, object parent)950         protected virtual void SetParent(object value, object parent) { }
951     }
952     public sealed partial class ServiceDescriptionCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
953     {
ServiceDescriptionCollection()954         public ServiceDescriptionCollection() { }
955         public System.Web.Services.Description.ServiceDescription this[int index] { get { throw null; } set { } }
956         public System.Web.Services.Description.ServiceDescription this[string ns] { get { throw null; } }
Add(System.Web.Services.Description.ServiceDescription serviceDescription)957         public int Add(System.Web.Services.Description.ServiceDescription serviceDescription) { throw null; }
Contains(System.Web.Services.Description.ServiceDescription serviceDescription)958         public bool Contains(System.Web.Services.Description.ServiceDescription serviceDescription) { throw null; }
CopyTo(System.Web.Services.Description.ServiceDescription[] array, int index)959         public void CopyTo(System.Web.Services.Description.ServiceDescription[] array, int index) { }
GetBinding(System.Xml.XmlQualifiedName name)960         public System.Web.Services.Description.Binding GetBinding(System.Xml.XmlQualifiedName name) { throw null; }
GetKey(object value)961         protected override string GetKey(object value) { throw null; }
GetMessage(System.Xml.XmlQualifiedName name)962         public System.Web.Services.Description.Message GetMessage(System.Xml.XmlQualifiedName name) { throw null; }
GetPortType(System.Xml.XmlQualifiedName name)963         public System.Web.Services.Description.PortType GetPortType(System.Xml.XmlQualifiedName name) { throw null; }
GetService(System.Xml.XmlQualifiedName name)964         public System.Web.Services.Description.Service GetService(System.Xml.XmlQualifiedName name) { throw null; }
IndexOf(System.Web.Services.Description.ServiceDescription serviceDescription)965         public int IndexOf(System.Web.Services.Description.ServiceDescription serviceDescription) { throw null; }
Insert(int index, System.Web.Services.Description.ServiceDescription serviceDescription)966         public void Insert(int index, System.Web.Services.Description.ServiceDescription serviceDescription) { }
OnInsertComplete(int index, object value)967         protected override void OnInsertComplete(int index, object value) { }
Remove(System.Web.Services.Description.ServiceDescription serviceDescription)968         public void Remove(System.Web.Services.Description.ServiceDescription serviceDescription) { }
SetParent(object value, object parent)969         protected override void SetParent(object value, object parent) { }
970     }
971     public abstract partial class ServiceDescriptionFormatExtension
972     {
ServiceDescriptionFormatExtension()973         protected ServiceDescriptionFormatExtension() { }
974         [System.Xml.Serialization.XmlIgnoreAttribute]
975         public bool Handled { get { throw null; } set { } }
976         public object Parent { get { throw null; } }
977         [System.ComponentModel.DefaultValueAttribute(false)]
978         [System.Xml.Serialization.XmlAttributeAttribute("required", Namespace="http://schemas.xmlsoap.org/wsdl/")]
979         public bool Required { get { throw null; } set { } }
980     }
981     public sealed partial class ServiceDescriptionFormatExtensionCollection : System.Web.Services.Description.ServiceDescriptionBaseCollection
982     {
ServiceDescriptionFormatExtensionCollection(object parent)983         public ServiceDescriptionFormatExtensionCollection(object parent) { }
984         public object this[int index] { get { throw null; } set { } }
Add(object extension)985         public int Add(object extension) { throw null; }
Contains(object extension)986         public bool Contains(object extension) { throw null; }
CopyTo(object[] array, int index)987         public void CopyTo(object[] array, int index) { }
Find(string name, string ns)988         public System.Xml.XmlElement Find(string name, string ns) { throw null; }
Find(System.Type type)989         public object Find(System.Type type) { throw null; }
FindAll(string name, string ns)990         public System.Xml.XmlElement[] FindAll(string name, string ns) { throw null; }
FindAll(System.Type type)991         public object[] FindAll(System.Type type) { throw null; }
IndexOf(object extension)992         public int IndexOf(object extension) { throw null; }
Insert(int index, object extension)993         public void Insert(int index, object extension) { }
IsHandled(object item)994         public bool IsHandled(object item) { throw null; }
IsRequired(object item)995         public bool IsRequired(object item) { throw null; }
OnValidate(object value)996         protected override void OnValidate(object value) { }
Remove(object extension)997         public void Remove(object extension) { }
SetParent(object value, object parent)998         protected override void SetParent(object value, object parent) { }
999     }
1000     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1001     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1002     public partial class ServiceDescriptionImporter
1003     {
ServiceDescriptionImporter()1004         public ServiceDescriptionImporter() { }
1005         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1006         public System.Xml.Serialization.CodeGenerationOptions CodeGenerationOptions { get { throw null; } set { } }
1007         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1008         public System.CodeDom.Compiler.CodeDomProvider CodeGenerator { get { throw null; } set { } }
1009         public string ProtocolName { get { throw null; } set { } }
1010         public System.Xml.Serialization.XmlSchemas Schemas { get { throw null; } }
1011         public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get { throw null; } }
1012         public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get { throw null; } set { } }
AddServiceDescription(System.Web.Services.Description.ServiceDescription serviceDescription, string appSettingUrlKey, string appSettingBaseUrl)1013         public void AddServiceDescription(System.Web.Services.Description.ServiceDescription serviceDescription, string appSettingUrlKey, string appSettingBaseUrl) { }
GenerateWebReferences(System.Web.Services.Description.WebReferenceCollection webReferences, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Web.Services.Description.WebReferenceOptions options)1014         public static System.Collections.Specialized.StringCollection GenerateWebReferences(System.Web.Services.Description.WebReferenceCollection webReferences, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Web.Services.Description.WebReferenceOptions options) { throw null; }
Import(System.CodeDom.CodeNamespace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit)1015         public System.Web.Services.Description.ServiceDescriptionImportWarnings Import(System.CodeDom.CodeNamespace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit) { throw null; }
1016     }
1017     public enum ServiceDescriptionImportStyle
1018     {
1019         [System.Xml.Serialization.XmlEnumAttribute("client")]
1020         Client = 0,
1021         [System.Xml.Serialization.XmlEnumAttribute("server")]
1022         Server = 1,
1023         [System.Xml.Serialization.XmlEnumAttribute("serverInterface")]
1024         ServerInterface = 2,
1025     }
1026     [System.FlagsAttribute]
1027     public enum ServiceDescriptionImportWarnings
1028     {
1029         NoCodeGenerated = 1,
1030         NoMethodsGenerated = 32,
1031         OptionalExtensionsIgnored = 2,
1032         RequiredExtensionsIgnored = 4,
1033         SchemaValidation = 64,
1034         UnsupportedBindingsIgnored = 16,
1035         UnsupportedOperationsIgnored = 8,
1036         WsiConformance = 128,
1037     }
1038     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1039     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1040     public partial class ServiceDescriptionReflector
1041     {
ServiceDescriptionReflector()1042         public ServiceDescriptionReflector() { }
1043         public System.Xml.Serialization.XmlSchemas Schemas { get { throw null; } }
1044         public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get { throw null; } }
Reflect(System.Type type, string url)1045         public void Reflect(System.Type type, string url) { }
1046     }
1047     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("address", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Port))]
1048     public sealed partial class Soap12AddressBinding : System.Web.Services.Description.SoapAddressBinding
1049     {
Soap12AddressBinding()1050         public Soap12AddressBinding() { }
1051     }
1052     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))]
1053     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")]
1054     public sealed partial class Soap12Binding : System.Web.Services.Description.SoapBinding
1055     {
1056         public new const string HttpTransport = "http://schemas.xmlsoap.org/soap/http";
1057         public new const string Namespace = "http://schemas.xmlsoap.org/wsdl/soap12/";
Soap12Binding()1058         public Soap12Binding() { }
1059     }
1060     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("body", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart))]
1061     public sealed partial class Soap12BodyBinding : System.Web.Services.Description.SoapBodyBinding
1062     {
Soap12BodyBinding()1063         public Soap12BodyBinding() { }
1064     }
1065     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("fault", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.FaultBinding))]
1066     public sealed partial class Soap12FaultBinding : System.Web.Services.Description.SoapFaultBinding
1067     {
Soap12FaultBinding()1068         public Soap12FaultBinding() { }
1069     }
1070     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("header", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
1071     public sealed partial class Soap12HeaderBinding : System.Web.Services.Description.SoapHeaderBinding
1072     {
Soap12HeaderBinding()1073         public Soap12HeaderBinding() { }
1074     }
1075     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))]
1076     public sealed partial class Soap12OperationBinding : System.Web.Services.Description.SoapOperationBinding
1077     {
Soap12OperationBinding()1078         public Soap12OperationBinding() { }
1079         [System.ComponentModel.DefaultValueAttribute(false)]
1080         [System.Xml.Serialization.XmlAttributeAttribute("soapActionRequired")]
1081         public bool SoapActionRequired { get { throw null; } set { } }
1082     }
1083     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("address", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.Port))]
1084     public partial class SoapAddressBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1085     {
SoapAddressBinding()1086         public SoapAddressBinding() { }
1087         [System.Xml.Serialization.XmlAttributeAttribute("location")]
1088         public string Location { get { throw null; } set { } }
1089     }
1090     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("binding", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.Binding))]
1091     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("soap", "http://schemas.xmlsoap.org/wsdl/soap/")]
1092     [System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute("soapenc", "http://schemas.xmlsoap.org/soap/encoding/")]
1093     public partial class SoapBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1094     {
1095         public const string HttpTransport = "http://schemas.xmlsoap.org/soap/http";
1096         public const string Namespace = "http://schemas.xmlsoap.org/wsdl/soap/";
SoapBinding()1097         public SoapBinding() { }
1098         public static System.Xml.Schema.XmlSchema Schema { get { throw null; } }
1099         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingStyle)(1))]
1100         [System.Xml.Serialization.XmlAttributeAttribute("style")]
1101         public System.Web.Services.Description.SoapBindingStyle Style { get { throw null; } set { } }
1102         [System.Xml.Serialization.XmlAttributeAttribute("transport")]
1103         public string Transport { get { throw null; } set { } }
1104     }
1105     public enum SoapBindingStyle
1106     {
1107         [System.Xml.Serialization.XmlIgnoreAttribute]
1108         Default = 0,
1109         [System.Xml.Serialization.XmlEnumAttribute("document")]
1110         Document = 1,
1111         [System.Xml.Serialization.XmlEnumAttribute("rpc")]
1112         Rpc = 2,
1113     }
1114     public enum SoapBindingUse
1115     {
1116         [System.Xml.Serialization.XmlIgnoreAttribute]
1117         Default = 0,
1118         [System.Xml.Serialization.XmlEnumAttribute("encoded")]
1119         Encoded = 1,
1120         [System.Xml.Serialization.XmlEnumAttribute("literal")]
1121         Literal = 2,
1122     }
1123     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("body", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding), typeof(System.Web.Services.Description.MimePart))]
1124     public partial class SoapBodyBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1125     {
SoapBodyBinding()1126         public SoapBodyBinding() { }
1127         [System.ComponentModel.DefaultValueAttribute("")]
1128         [System.Xml.Serialization.XmlAttributeAttribute("encodingStyle")]
1129         public string Encoding { get { throw null; } set { } }
1130         [System.ComponentModel.DefaultValueAttribute("")]
1131         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1132         public string Namespace { get { throw null; } set { } }
1133         [System.Xml.Serialization.XmlIgnoreAttribute]
1134         public string[] Parts { get { throw null; } set { } }
1135         [System.Xml.Serialization.XmlAttributeAttribute("parts")]
1136         public string PartsString { get { throw null; } set { } }
1137         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingUse)(0))]
1138         [System.Xml.Serialization.XmlAttributeAttribute("use")]
1139         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1140     }
1141     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1142     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1143     public abstract partial class SoapExtensionImporter
1144     {
SoapExtensionImporter()1145         protected SoapExtensionImporter() { }
1146         public System.Web.Services.Description.SoapProtocolImporter ImportContext { get { throw null; } set { } }
ImportMethod(System.CodeDom.CodeAttributeDeclarationCollection metadata)1147         public abstract void ImportMethod(System.CodeDom.CodeAttributeDeclarationCollection metadata);
1148     }
1149     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1150     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1151     public abstract partial class SoapExtensionReflector
1152     {
SoapExtensionReflector()1153         protected SoapExtensionReflector() { }
1154         public System.Web.Services.Description.ProtocolReflector ReflectionContext { get { throw null; } set { } }
ReflectDescription()1155         public virtual void ReflectDescription() { }
ReflectMethod()1156         public abstract void ReflectMethod();
1157     }
1158     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("fault", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.FaultBinding))]
1159     public partial class SoapFaultBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1160     {
SoapFaultBinding()1161         public SoapFaultBinding() { }
1162         [System.ComponentModel.DefaultValueAttribute("")]
1163         [System.Xml.Serialization.XmlAttributeAttribute("encodingStyle")]
1164         public string Encoding { get { throw null; } set { } }
1165         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1166         public string Name { get { throw null; } set { } }
1167         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1168         public string Namespace { get { throw null; } set { } }
1169         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingUse)(0))]
1170         [System.Xml.Serialization.XmlAttributeAttribute("use")]
1171         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1172     }
1173     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("header", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
1174     public partial class SoapHeaderBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1175     {
SoapHeaderBinding()1176         public SoapHeaderBinding() { }
1177         [System.ComponentModel.DefaultValueAttribute("")]
1178         [System.Xml.Serialization.XmlAttributeAttribute("encodingStyle")]
1179         public string Encoding { get { throw null; } set { } }
1180         [System.Xml.Serialization.XmlElementAttribute("headerfault")]
1181         public System.Web.Services.Description.SoapHeaderFaultBinding Fault { get { throw null; } set { } }
1182         [System.Xml.Serialization.XmlIgnoreAttribute]
1183         public bool MapToProperty { get { throw null; } set { } }
1184         [System.Xml.Serialization.XmlAttributeAttribute("message")]
1185         public System.Xml.XmlQualifiedName Message { get { throw null; } set { } }
1186         [System.ComponentModel.DefaultValueAttribute("")]
1187         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1188         public string Namespace { get { throw null; } set { } }
1189         [System.Xml.Serialization.XmlAttributeAttribute("part")]
1190         public string Part { get { throw null; } set { } }
1191         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingUse)(0))]
1192         [System.Xml.Serialization.XmlAttributeAttribute("use")]
1193         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1194     }
1195     public partial class SoapHeaderFaultBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1196     {
SoapHeaderFaultBinding()1197         public SoapHeaderFaultBinding() { }
1198         [System.ComponentModel.DefaultValueAttribute("")]
1199         [System.Xml.Serialization.XmlAttributeAttribute("encodingStyle")]
1200         public string Encoding { get { throw null; } set { } }
1201         [System.Xml.Serialization.XmlAttributeAttribute("message")]
1202         public System.Xml.XmlQualifiedName Message { get { throw null; } set { } }
1203         [System.ComponentModel.DefaultValueAttribute("")]
1204         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1205         public string Namespace { get { throw null; } set { } }
1206         [System.Xml.Serialization.XmlAttributeAttribute("part")]
1207         public string Part { get { throw null; } set { } }
1208         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingUse)(0))]
1209         [System.Xml.Serialization.XmlAttributeAttribute("use")]
1210         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1211     }
1212     [System.Web.Services.Configuration.XmlFormatExtensionAttribute("operation", "http://schemas.xmlsoap.org/wsdl/soap/", typeof(System.Web.Services.Description.OperationBinding))]
1213     public partial class SoapOperationBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
1214     {
SoapOperationBinding()1215         public SoapOperationBinding() { }
1216         [System.Xml.Serialization.XmlAttributeAttribute("soapAction")]
1217         public string SoapAction { get { throw null; } set { } }
1218         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.SoapBindingStyle)(0))]
1219         [System.Xml.Serialization.XmlAttributeAttribute("style")]
1220         public System.Web.Services.Description.SoapBindingStyle Style { get { throw null; } set { } }
1221     }
1222     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1223     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1224     public partial class SoapProtocolImporter : System.Web.Services.Description.ProtocolImporter
1225     {
SoapProtocolImporter()1226         public SoapProtocolImporter() { }
1227         public override string ProtocolName { get { throw null; } }
1228         public System.Web.Services.Description.SoapBinding SoapBinding { get { throw null; } }
1229         public System.Xml.Serialization.SoapCodeExporter SoapExporter { get { throw null; } }
1230         public System.Xml.Serialization.SoapSchemaImporter SoapImporter { get { throw null; } }
1231         public System.Xml.Serialization.XmlCodeExporter XmlExporter { get { throw null; } }
1232         public System.Xml.Serialization.XmlSchemaImporter XmlImporter { get { throw null; } }
BeginClass()1233         protected override System.CodeDom.CodeTypeDeclaration BeginClass() { throw null; }
BeginNamespace()1234         protected override void BeginNamespace() { }
EndClass()1235         protected override void EndClass() { }
EndNamespace()1236         protected override void EndNamespace() { }
GenerateMethod()1237         protected override System.CodeDom.CodeMemberMethod GenerateMethod() { throw null; }
IsBindingSupported()1238         protected override bool IsBindingSupported() { throw null; }
IsOperationFlowSupported(System.Web.Services.Description.OperationFlow flow)1239         protected override bool IsOperationFlowSupported(System.Web.Services.Description.OperationFlow flow) { throw null; }
IsSoapEncodingPresent(string uriList)1240         protected virtual bool IsSoapEncodingPresent(string uriList) { throw null; }
1241     }
1242     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1243     public abstract partial class SoapTransportImporter
1244     {
SoapTransportImporter()1245         protected SoapTransportImporter() { }
1246         public System.Web.Services.Description.SoapProtocolImporter ImportContext { get { throw null; } set { } }
ImportClass()1247         public abstract void ImportClass();
IsSupportedTransport(string transport)1248         public abstract bool IsSupportedTransport(string transport);
1249     }
1250     [System.Web.Services.Configuration.XmlFormatExtensionPointAttribute("Extensions")]
1251     public sealed partial class Types : System.Web.Services.Description.DocumentableItem
1252     {
Types()1253         public Types() { }
1254         [System.Xml.Serialization.XmlIgnoreAttribute]
1255         public override System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get { throw null; } }
1256         [System.Xml.Serialization.XmlElementAttribute("schema", typeof(System.Xml.Schema.XmlSchema), Namespace="http://www.w3.org/2001/XMLSchema")]
1257         public System.Xml.Serialization.XmlSchemas Schemas { get { throw null; } }
1258     }
1259     public sealed partial class WebReference
1260     {
WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode)1261         public WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode) { }
WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode, string appSettingUrlKey, string appSettingBaseUrl)1262         public WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode, string appSettingUrlKey, string appSettingBaseUrl) { }
WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode, string protocolName, string appSettingUrlKey, string appSettingBaseUrl)1263         public WebReference(System.Web.Services.Discovery.DiscoveryClientDocumentCollection documents, System.CodeDom.CodeNamespace proxyCode, string protocolName, string appSettingUrlKey, string appSettingBaseUrl) { }
1264         public string AppSettingBaseUrl { get { throw null; } }
1265         public string AppSettingUrlKey { get { throw null; } }
1266         public System.Web.Services.Discovery.DiscoveryClientDocumentCollection Documents { get { throw null; } }
1267         public string ProtocolName { get { throw null; } set { } }
1268         public System.CodeDom.CodeNamespace ProxyCode { get { throw null; } }
1269         public System.Collections.Specialized.StringCollection ValidationWarnings { get { throw null; } }
1270         public System.Web.Services.Description.ServiceDescriptionImportWarnings Warnings { get { throw null; } set { } }
1271     }
1272     public sealed partial class WebReferenceCollection : System.Collections.CollectionBase
1273     {
WebReferenceCollection()1274         public WebReferenceCollection() { }
1275         public System.Web.Services.Description.WebReference this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Description.WebReference webReference)1276         public int Add(System.Web.Services.Description.WebReference webReference) { throw null; }
Contains(System.Web.Services.Description.WebReference webReference)1277         public bool Contains(System.Web.Services.Description.WebReference webReference) { throw null; }
CopyTo(System.Web.Services.Description.WebReference[] array, int index)1278         public void CopyTo(System.Web.Services.Description.WebReference[] array, int index) { }
IndexOf(System.Web.Services.Description.WebReference webReference)1279         public int IndexOf(System.Web.Services.Description.WebReference webReference) { throw null; }
Insert(int index, System.Web.Services.Description.WebReference webReference)1280         public void Insert(int index, System.Web.Services.Description.WebReference webReference) { }
Remove(System.Web.Services.Description.WebReference webReference)1281         public void Remove(System.Web.Services.Description.WebReference webReference) { }
1282     }
1283     [System.Xml.Serialization.XmlRootAttribute("webReferenceOptions", Namespace="http://microsoft.com/webReference/")]
1284     [System.Xml.Serialization.XmlTypeAttribute("webReferenceOptions", Namespace="http://microsoft.com/webReference/")]
1285     public partial class WebReferenceOptions
1286     {
1287         public const string TargetNamespace = "http://microsoft.com/webReference/";
WebReferenceOptions()1288         public WebReferenceOptions() { }
1289         [System.ComponentModel.DefaultValueAttribute((System.Xml.Serialization.CodeGenerationOptions)(4))]
1290         [System.Xml.Serialization.XmlElementAttribute("codeGenerationOptions")]
1291         public System.Xml.Serialization.CodeGenerationOptions CodeGenerationOptions { get { throw null; } set { } }
1292         public static System.Xml.Schema.XmlSchema Schema { get { throw null; } }
1293         [System.Xml.Serialization.XmlArrayAttribute("schemaImporterExtensions")]
1294         [System.Xml.Serialization.XmlArrayItemAttribute("type")]
1295         public System.Collections.Specialized.StringCollection SchemaImporterExtensions { get { throw null; } }
1296         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Description.ServiceDescriptionImportStyle)(0))]
1297         [System.Xml.Serialization.XmlElementAttribute("style")]
1298         public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get { throw null; } set { } }
1299         [System.Xml.Serialization.XmlElementAttribute("verbose")]
1300         public bool Verbose { get { throw null; } set { } }
Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler)1301         public static System.Web.Services.Description.WebReferenceOptions Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler)1302         public static System.Web.Services.Description.WebReferenceOptions Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Read(System.Xml.XmlReader xmlReader, System.Xml.Schema.ValidationEventHandler validationEventHandler)1303         public static System.Web.Services.Description.WebReferenceOptions Read(System.Xml.XmlReader xmlReader, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
1304     }
1305     public sealed partial class WebServicesInteroperability
1306     {
WebServicesInteroperability()1307         internal WebServicesInteroperability() { }
CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescription description, System.Web.Services.Description.BasicProfileViolationCollection violations)1308         public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescription description, System.Web.Services.Description.BasicProfileViolationCollection violations) { throw null; }
CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescriptionCollection descriptions, System.Web.Services.Description.BasicProfileViolationCollection violations)1309         public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescriptionCollection descriptions, System.Web.Services.Description.BasicProfileViolationCollection violations) { throw null; }
CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.WebReference webReference, System.Web.Services.Description.BasicProfileViolationCollection violations)1310         public static bool CheckConformance(System.Web.Services.WsiProfiles claims, System.Web.Services.Description.WebReference webReference, System.Web.Services.Description.BasicProfileViolationCollection violations) { throw null; }
1311     }
1312 }
1313 namespace System.Web.Services.Discovery
1314 {
1315     [System.Xml.Serialization.XmlRootAttribute("contractRef", Namespace="http://schemas.xmlsoap.org/disco/scl/")]
1316     public partial class ContractReference : System.Web.Services.Discovery.DiscoveryReference
1317     {
1318         public const string Namespace = "http://schemas.xmlsoap.org/disco/scl/";
ContractReference()1319         public ContractReference() { }
ContractReference(string href)1320         public ContractReference(string href) { }
ContractReference(string href, string docRef)1321         public ContractReference(string href, string docRef) { }
1322         [System.Xml.Serialization.XmlIgnoreAttribute]
1323         public System.Web.Services.Description.ServiceDescription Contract { get { throw null; } }
1324         [System.Xml.Serialization.XmlIgnoreAttribute]
1325         public override string DefaultFilename { get { throw null; } }
1326         [System.Xml.Serialization.XmlAttributeAttribute("docRef")]
1327         public string DocRef { get { throw null; } set { } }
1328         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1329         public string Ref { get { throw null; } set { } }
1330         [System.Xml.Serialization.XmlIgnoreAttribute]
1331         public override string Url { get { throw null; } set { } }
ReadDocument(System.IO.Stream stream)1332         public override object ReadDocument(System.IO.Stream stream) { throw null; }
Resolve(string contentType, System.IO.Stream stream)1333         protected internal override void Resolve(string contentType, System.IO.Stream stream) { }
WriteDocument(object document, System.IO.Stream stream)1334         public override void WriteDocument(object document, System.IO.Stream stream) { }
1335     }
1336     public sealed partial class ContractSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
1337     {
ContractSearchPattern()1338         public ContractSearchPattern() { }
1339         public override string Pattern { get { throw null; } }
GetDiscoveryReference(string filename)1340         public override System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference(string filename) { throw null; }
1341     }
1342     public sealed partial class DiscoveryClientDocumentCollection : System.Collections.DictionaryBase
1343     {
DiscoveryClientDocumentCollection()1344         public DiscoveryClientDocumentCollection() { }
1345         public object this[string url] { get { throw null; } set { } }
1346         public System.Collections.ICollection Keys { get { throw null; } }
1347         public System.Collections.ICollection Values { get { throw null; } }
Add(string url, object value)1348         public void Add(string url, object value) { }
Contains(string url)1349         public bool Contains(string url) { throw null; }
Remove(string url)1350         public void Remove(string url) { }
1351     }
1352     public partial class DiscoveryClientProtocol : System.Web.Services.Protocols.HttpWebClientProtocol
1353     {
DiscoveryClientProtocol()1354         public DiscoveryClientProtocol() { }
1355         public System.Collections.IList AdditionalInformation { get { throw null; } }
1356         public System.Web.Services.Discovery.DiscoveryClientDocumentCollection Documents { get { throw null; } }
1357         public System.Web.Services.Discovery.DiscoveryExceptionDictionary Errors { get { throw null; } }
1358         public System.Web.Services.Discovery.DiscoveryClientReferenceCollection References { get { throw null; } }
1359         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Discover(string url)1360         public System.Web.Services.Discovery.DiscoveryDocument Discover(string url) { throw null; }
1361         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
DiscoverAny(string url)1362         public System.Web.Services.Discovery.DiscoveryDocument DiscoverAny(string url) { throw null; }
1363         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Download(ref string url)1364         public System.IO.Stream Download(ref string url) { throw null; }
1365         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Download(ref string url, ref string contentType)1366         public System.IO.Stream Download(ref string url, ref string contentType) { throw null; }
1367         [System.ObsoleteAttribute("This method will be removed from a future version. The method call is no longer required for resource discovery", false)]
1368         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
LoadExternals()1369         public void LoadExternals() { }
1370         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
ReadAll(string topLevelFilename)1371         public System.Web.Services.Discovery.DiscoveryClientResultCollection ReadAll(string topLevelFilename) { throw null; }
1372         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
ResolveAll()1373         public void ResolveAll() { }
1374         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
ResolveOneLevel()1375         public void ResolveOneLevel() { }
1376         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
WriteAll(string directory, string topLevelFilename)1377         public System.Web.Services.Discovery.DiscoveryClientResultCollection WriteAll(string directory, string topLevelFilename) { throw null; }
1378         public sealed partial class DiscoveryClientResultsFile
1379         {
DiscoveryClientResultsFile()1380             public DiscoveryClientResultsFile() { }
1381             public System.Web.Services.Discovery.DiscoveryClientResultCollection Results { get { throw null; } }
1382         }
1383     }
1384     public sealed partial class DiscoveryClientReferenceCollection : System.Collections.DictionaryBase
1385     {
DiscoveryClientReferenceCollection()1386         public DiscoveryClientReferenceCollection() { }
1387         public System.Web.Services.Discovery.DiscoveryReference this[string url] { get { throw null; } set { } }
1388         public System.Collections.ICollection Keys { get { throw null; } }
1389         public System.Collections.ICollection Values { get { throw null; } }
Add(string url, System.Web.Services.Discovery.DiscoveryReference value)1390         public void Add(string url, System.Web.Services.Discovery.DiscoveryReference value) { }
Add(System.Web.Services.Discovery.DiscoveryReference value)1391         public void Add(System.Web.Services.Discovery.DiscoveryReference value) { }
Contains(string url)1392         public bool Contains(string url) { throw null; }
Remove(string url)1393         public void Remove(string url) { }
1394     }
1395     public sealed partial class DiscoveryClientResult
1396     {
DiscoveryClientResult()1397         public DiscoveryClientResult() { }
DiscoveryClientResult(System.Type referenceType, string url, string filename)1398         public DiscoveryClientResult(System.Type referenceType, string url, string filename) { }
1399         [System.Xml.Serialization.XmlAttributeAttribute("filename")]
1400         public string Filename { get { throw null; } set { } }
1401         [System.Xml.Serialization.XmlAttributeAttribute("referenceType")]
1402         public string ReferenceTypeName { get { throw null; } set { } }
1403         [System.Xml.Serialization.XmlAttributeAttribute("url")]
1404         public string Url { get { throw null; } set { } }
1405     }
1406     public sealed partial class DiscoveryClientResultCollection : System.Collections.CollectionBase
1407     {
DiscoveryClientResultCollection()1408         public DiscoveryClientResultCollection() { }
1409         public System.Web.Services.Discovery.DiscoveryClientResult this[int i] { get { throw null; } set { } }
Add(System.Web.Services.Discovery.DiscoveryClientResult value)1410         public int Add(System.Web.Services.Discovery.DiscoveryClientResult value) { throw null; }
Contains(System.Web.Services.Discovery.DiscoveryClientResult value)1411         public bool Contains(System.Web.Services.Discovery.DiscoveryClientResult value) { throw null; }
Remove(System.Web.Services.Discovery.DiscoveryClientResult value)1412         public void Remove(System.Web.Services.Discovery.DiscoveryClientResult value) { }
1413     }
1414     [System.Xml.Serialization.XmlRootAttribute("discovery", Namespace="http://schemas.xmlsoap.org/disco/")]
1415     public sealed partial class DiscoveryDocument
1416     {
1417         public const string Namespace = "http://schemas.xmlsoap.org/disco/";
DiscoveryDocument()1418         public DiscoveryDocument() { }
1419         [System.Xml.Serialization.XmlIgnoreAttribute]
1420         public System.Collections.IList References { get { throw null; } }
CanRead(System.Xml.XmlReader xmlReader)1421         public static bool CanRead(System.Xml.XmlReader xmlReader) { throw null; }
Read(System.IO.Stream stream)1422         public static System.Web.Services.Discovery.DiscoveryDocument Read(System.IO.Stream stream) { throw null; }
Read(System.IO.TextReader reader)1423         public static System.Web.Services.Discovery.DiscoveryDocument Read(System.IO.TextReader reader) { throw null; }
Read(System.Xml.XmlReader xmlReader)1424         public static System.Web.Services.Discovery.DiscoveryDocument Read(System.Xml.XmlReader xmlReader) { throw null; }
Write(System.IO.Stream stream)1425         public void Write(System.IO.Stream stream) { }
Write(System.IO.TextWriter writer)1426         public void Write(System.IO.TextWriter writer) { }
Write(System.Xml.XmlWriter writer)1427         public void Write(System.Xml.XmlWriter writer) { }
1428     }
1429     public partial class DiscoveryDocumentLinksPattern : System.Web.Services.Discovery.DiscoverySearchPattern
1430     {
DiscoveryDocumentLinksPattern()1431         public DiscoveryDocumentLinksPattern() { }
1432         public override string Pattern { get { throw null; } }
GetDiscoveryReference(string filename)1433         public override System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference(string filename) { throw null; }
1434     }
1435     [System.Xml.Serialization.XmlRootAttribute("discoveryRef", Namespace="http://schemas.xmlsoap.org/disco/")]
1436     public sealed partial class DiscoveryDocumentReference : System.Web.Services.Discovery.DiscoveryReference
1437     {
DiscoveryDocumentReference()1438         public DiscoveryDocumentReference() { }
DiscoveryDocumentReference(string href)1439         public DiscoveryDocumentReference(string href) { }
1440         [System.Xml.Serialization.XmlIgnoreAttribute]
1441         public override string DefaultFilename { get { throw null; } }
1442         [System.Xml.Serialization.XmlIgnoreAttribute]
1443         public System.Web.Services.Discovery.DiscoveryDocument Document { get { throw null; } }
1444         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1445         public string Ref { get { throw null; } set { } }
1446         [System.Xml.Serialization.XmlIgnoreAttribute]
1447         public override string Url { get { throw null; } set { } }
ReadDocument(System.IO.Stream stream)1448         public override object ReadDocument(System.IO.Stream stream) { throw null; }
Resolve(string contentType, System.IO.Stream stream)1449         protected internal override void Resolve(string contentType, System.IO.Stream stream) { }
ResolveAll()1450         public void ResolveAll() { }
WriteDocument(object document, System.IO.Stream stream)1451         public override void WriteDocument(object document, System.IO.Stream stream) { }
1452     }
1453     public sealed partial class DiscoveryDocumentSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
1454     {
DiscoveryDocumentSearchPattern()1455         public DiscoveryDocumentSearchPattern() { }
1456         public override string Pattern { get { throw null; } }
GetDiscoveryReference(string filename)1457         public override System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference(string filename) { throw null; }
1458     }
1459     public sealed partial class DiscoveryExceptionDictionary : System.Collections.DictionaryBase
1460     {
DiscoveryExceptionDictionary()1461         public DiscoveryExceptionDictionary() { }
1462         public System.Exception this[string url] { get { throw null; } set { } }
1463         public System.Collections.ICollection Keys { get { throw null; } }
1464         public System.Collections.ICollection Values { get { throw null; } }
Add(string url, System.Exception value)1465         public void Add(string url, System.Exception value) { }
Contains(string url)1466         public bool Contains(string url) { throw null; }
Remove(string url)1467         public void Remove(string url) { }
1468     }
1469     public abstract partial class DiscoveryReference
1470     {
DiscoveryReference()1471         protected DiscoveryReference() { }
1472         [System.Xml.Serialization.XmlIgnoreAttribute]
1473         public System.Web.Services.Discovery.DiscoveryClientProtocol ClientProtocol { get { throw null; } set { } }
1474         [System.Xml.Serialization.XmlIgnoreAttribute]
1475         public virtual string DefaultFilename { get { throw null; } }
1476         [System.Xml.Serialization.XmlIgnoreAttribute]
1477         public abstract string Url { get; set; }
FilenameFromUrl(string url)1478         public static string FilenameFromUrl(string url) { throw null; }
ReadDocument(System.IO.Stream stream)1479         public abstract object ReadDocument(System.IO.Stream stream);
Resolve()1480         public void Resolve() { }
Resolve(string contentType, System.IO.Stream stream)1481         protected internal abstract void Resolve(string contentType, System.IO.Stream stream);
WriteDocument(object document, System.IO.Stream stream)1482         public abstract void WriteDocument(object document, System.IO.Stream stream);
1483     }
1484     public sealed partial class DiscoveryReferenceCollection : System.Collections.CollectionBase
1485     {
DiscoveryReferenceCollection()1486         public DiscoveryReferenceCollection() { }
1487         public System.Web.Services.Discovery.DiscoveryReference this[int i] { get { throw null; } set { } }
Add(System.Web.Services.Discovery.DiscoveryReference value)1488         public int Add(System.Web.Services.Discovery.DiscoveryReference value) { throw null; }
Contains(System.Web.Services.Discovery.DiscoveryReference value)1489         public bool Contains(System.Web.Services.Discovery.DiscoveryReference value) { throw null; }
Remove(System.Web.Services.Discovery.DiscoveryReference value)1490         public void Remove(System.Web.Services.Discovery.DiscoveryReference value) { }
1491     }
1492     public sealed partial class DiscoveryRequestHandler : System.Web.IHttpHandler
1493     {
DiscoveryRequestHandler()1494         public DiscoveryRequestHandler() { }
1495         public bool IsReusable { get { throw null; } }
ProcessRequest(System.Web.HttpContext context)1496         public void ProcessRequest(System.Web.HttpContext context) { }
1497     }
1498     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1499     public abstract partial class DiscoverySearchPattern
1500     {
DiscoverySearchPattern()1501         protected DiscoverySearchPattern() { }
1502         public abstract string Pattern { get; }
GetDiscoveryReference(string filename)1503         public abstract System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference(string filename);
1504     }
1505     [System.Xml.Serialization.XmlRootAttribute("dynamicDiscovery", Namespace="urn:schemas-dynamicdiscovery:disco.2000-03-17")]
1506     public sealed partial class DynamicDiscoveryDocument
1507     {
1508         public const string Namespace = "urn:schemas-dynamicdiscovery:disco.2000-03-17";
DynamicDiscoveryDocument()1509         public DynamicDiscoveryDocument() { }
1510         [System.Xml.Serialization.XmlElementAttribute("exclude", typeof(System.Web.Services.Discovery.ExcludePathInfo))]
1511         public System.Web.Services.Discovery.ExcludePathInfo[] ExcludePaths { get { throw null; } set { } }
Load(System.IO.Stream stream)1512         public static System.Web.Services.Discovery.DynamicDiscoveryDocument Load(System.IO.Stream stream) { throw null; }
Write(System.IO.Stream stream)1513         public void Write(System.IO.Stream stream) { }
1514     }
1515     public sealed partial class ExcludePathInfo
1516     {
ExcludePathInfo()1517         public ExcludePathInfo() { }
ExcludePathInfo(string path)1518         public ExcludePathInfo(string path) { }
1519         [System.Xml.Serialization.XmlAttributeAttribute("path")]
1520         public string Path { get { throw null; } set { } }
1521     }
1522     [System.Xml.Serialization.XmlRootAttribute("schemaRef", Namespace="http://schemas.xmlsoap.org/disco/schema/")]
1523     public sealed partial class SchemaReference : System.Web.Services.Discovery.DiscoveryReference
1524     {
1525         public const string Namespace = "http://schemas.xmlsoap.org/disco/schema/";
SchemaReference()1526         public SchemaReference() { }
SchemaReference(string url)1527         public SchemaReference(string url) { }
1528         [System.Xml.Serialization.XmlIgnoreAttribute]
1529         public override string DefaultFilename { get { throw null; } }
1530         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1531         public string Ref { get { throw null; } set { } }
1532         [System.Xml.Serialization.XmlIgnoreAttribute]
1533         public System.Xml.Schema.XmlSchema Schema { get { throw null; } }
1534         [System.ComponentModel.DefaultValueAttribute(null)]
1535         [System.Xml.Serialization.XmlAttributeAttribute("targetNamespace")]
1536         public string TargetNamespace { get { throw null; } set { } }
1537         [System.Xml.Serialization.XmlIgnoreAttribute]
1538         public override string Url { get { throw null; } set { } }
ReadDocument(System.IO.Stream stream)1539         public override object ReadDocument(System.IO.Stream stream) { throw null; }
Resolve(string contentType, System.IO.Stream stream)1540         protected internal override void Resolve(string contentType, System.IO.Stream stream) { }
WriteDocument(object document, System.IO.Stream stream)1541         public override void WriteDocument(object document, System.IO.Stream stream) { }
1542     }
1543     [System.Xml.Serialization.XmlRootAttribute("soap", Namespace="http://schemas.xmlsoap.org/disco/soap/")]
1544     public sealed partial class SoapBinding
1545     {
1546         public const string Namespace = "http://schemas.xmlsoap.org/disco/soap/";
SoapBinding()1547         public SoapBinding() { }
1548         [System.Xml.Serialization.XmlAttributeAttribute("address")]
1549         public string Address { get { throw null; } set { } }
1550         [System.Xml.Serialization.XmlAttributeAttribute("binding")]
1551         public System.Xml.XmlQualifiedName Binding { get { throw null; } set { } }
1552     }
1553     public sealed partial class XmlSchemaSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
1554     {
XmlSchemaSearchPattern()1555         public XmlSchemaSearchPattern() { }
1556         public override string Pattern { get { throw null; } }
GetDiscoveryReference(string filename)1557         public override System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference(string filename) { throw null; }
1558     }
1559 }
1560 namespace System.Web.Services.Protocols
1561 {
1562     public partial class AnyReturnReader : System.Web.Services.Protocols.MimeReturnReader
1563     {
AnyReturnReader()1564         public AnyReturnReader() { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)1565         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Initialize(object o)1566         public override void Initialize(object o) { }
Read(System.Net.WebResponse response, System.IO.Stream responseStream)1567         public override object Read(System.Net.WebResponse response, System.IO.Stream responseStream) { throw null; }
1568     }
1569     public partial class HtmlFormParameterReader : System.Web.Services.Protocols.ValueCollectionParameterReader
1570     {
HtmlFormParameterReader()1571         public HtmlFormParameterReader() { }
Read(System.Web.HttpRequest request)1572         public override object[] Read(System.Web.HttpRequest request) { throw null; }
1573     }
1574     public partial class HtmlFormParameterWriter : System.Web.Services.Protocols.UrlEncodedParameterWriter
1575     {
HtmlFormParameterWriter()1576         public HtmlFormParameterWriter() { }
1577         public override bool UsesWriteRequest { get { throw null; } }
InitializeRequest(System.Net.WebRequest request, object[] values)1578         public override void InitializeRequest(System.Net.WebRequest request, object[] values) { }
WriteRequest(System.IO.Stream requestStream, object[] values)1579         public override void WriteRequest(System.IO.Stream requestStream, object[] values) { }
1580     }
1581     public partial class HttpGetClientProtocol : System.Web.Services.Protocols.HttpSimpleClientProtocol
1582     {
HttpGetClientProtocol()1583         public HttpGetClientProtocol() { }
GetWebRequest(System.Uri uri)1584         protected override System.Net.WebRequest GetWebRequest(System.Uri uri) { throw null; }
1585     }
1586     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
1587     public sealed partial class HttpMethodAttribute : System.Attribute
1588     {
HttpMethodAttribute()1589         public HttpMethodAttribute() { }
HttpMethodAttribute(System.Type returnFormatter, System.Type parameterFormatter)1590         public HttpMethodAttribute(System.Type returnFormatter, System.Type parameterFormatter) { }
1591         public System.Type ParameterFormatter { get { throw null; } set { } }
1592         public System.Type ReturnFormatter { get { throw null; } set { } }
1593     }
1594     public partial class HttpPostClientProtocol : System.Web.Services.Protocols.HttpSimpleClientProtocol
1595     {
HttpPostClientProtocol()1596         public HttpPostClientProtocol() { }
GetWebRequest(System.Uri uri)1597         protected override System.Net.WebRequest GetWebRequest(System.Uri uri) { throw null; }
1598     }
1599     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1600     public abstract partial class HttpSimpleClientProtocol : System.Web.Services.Protocols.HttpWebClientProtocol
1601     {
HttpSimpleClientProtocol()1602         protected HttpSimpleClientProtocol() { }
BeginInvoke(string methodName, string requestUrl, object[] parameters, System.AsyncCallback callback, object asyncState)1603         protected System.IAsyncResult BeginInvoke(string methodName, string requestUrl, object[] parameters, System.AsyncCallback callback, object asyncState) { throw null; }
EndInvoke(System.IAsyncResult asyncResult)1604         protected object EndInvoke(System.IAsyncResult asyncResult) { throw null; }
Invoke(string methodName, string requestUrl, object[] parameters)1605         protected object Invoke(string methodName, string requestUrl, object[] parameters) { throw null; }
InvokeAsync(string methodName, string requestUrl, object[] parameters, System.Threading.SendOrPostCallback callback)1606         protected void InvokeAsync(string methodName, string requestUrl, object[] parameters, System.Threading.SendOrPostCallback callback) { }
InvokeAsync(string methodName, string requestUrl, object[] parameters, System.Threading.SendOrPostCallback callback, object userState)1607         protected void InvokeAsync(string methodName, string requestUrl, object[] parameters, System.Threading.SendOrPostCallback callback, object userState) { }
1608     }
1609     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1610     public abstract partial class HttpWebClientProtocol : System.Web.Services.Protocols.WebClientProtocol
1611     {
HttpWebClientProtocol()1612         protected HttpWebClientProtocol() { }
1613         [System.ComponentModel.DefaultValueAttribute(false)]
1614         public bool AllowAutoRedirect { get { throw null; } set { } }
1615         [System.ComponentModel.BrowsableAttribute(false)]
1616         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1617         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
1618         [System.ComponentModel.DefaultValueAttribute(null)]
1619         public System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
1620         [System.ComponentModel.DefaultValueAttribute(false)]
1621         public bool EnableDecompression { get { throw null; } set { } }
1622         [System.ComponentModel.BrowsableAttribute(false)]
1623         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1624         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
1625         [System.ComponentModel.BrowsableAttribute(false)]
1626         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1627         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
1628         [System.ComponentModel.BrowsableAttribute(false)]
1629         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1630         public string UserAgent { get { throw null; } set { } }
CancelAsync(object userState)1631         protected void CancelAsync(object userState) { }
GenerateXmlMappings(System.Type type, System.Collections.ArrayList mappings)1632         public static bool GenerateXmlMappings(System.Type type, System.Collections.ArrayList mappings) { throw null; }
GenerateXmlMappings(System.Type[] types, System.Collections.ArrayList mappings)1633         public static System.Collections.Hashtable GenerateXmlMappings(System.Type[] types, System.Collections.ArrayList mappings) { throw null; }
GetWebRequest(System.Uri uri)1634         protected override System.Net.WebRequest GetWebRequest(System.Uri uri) { throw null; }
GetWebResponse(System.Net.WebRequest request)1635         protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)1636         protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
1637     }
1638     public partial class InvokeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
1639     {
InvokeCompletedEventArgs()1640         internal InvokeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
1641         public object[] Results { get { throw null; } }
1642     }
InvokeCompletedEventHandler(object sender, System.Web.Services.Protocols.InvokeCompletedEventArgs e)1643     public delegate void InvokeCompletedEventHandler(object sender, System.Web.Services.Protocols.InvokeCompletedEventArgs e);
1644     public sealed partial class LogicalMethodInfo
1645     {
LogicalMethodInfo(System.Reflection.MethodInfo methodInfo)1646         public LogicalMethodInfo(System.Reflection.MethodInfo methodInfo) { }
1647         public System.Reflection.ParameterInfo AsyncCallbackParameter { get { throw null; } }
1648         public System.Reflection.ParameterInfo AsyncResultParameter { get { throw null; } }
1649         public System.Reflection.ParameterInfo AsyncStateParameter { get { throw null; } }
1650         public System.Reflection.MethodInfo BeginMethodInfo { get { throw null; } }
1651         public System.Reflection.ICustomAttributeProvider CustomAttributeProvider { get { throw null; } }
1652         public System.Type DeclaringType { get { throw null; } }
1653         public System.Reflection.MethodInfo EndMethodInfo { get { throw null; } }
1654         public System.Reflection.ParameterInfo[] InParameters { get { throw null; } }
1655         public bool IsAsync { get { throw null; } }
1656         public bool IsVoid { get { throw null; } }
1657         public System.Reflection.MethodInfo MethodInfo { get { throw null; } }
1658         public string Name { get { throw null; } }
1659         public System.Reflection.ParameterInfo[] OutParameters { get { throw null; } }
1660         public System.Reflection.ParameterInfo[] Parameters { get { throw null; } }
1661         public System.Type ReturnType { get { throw null; } }
1662         public System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributeProvider { get { throw null; } }
1663         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
BeginInvoke(object target, object[] values, System.AsyncCallback callback, object asyncState)1664         public System.IAsyncResult BeginInvoke(object target, object[] values, System.AsyncCallback callback, object asyncState) { throw null; }
Create(System.Reflection.MethodInfo[] methodInfos)1665         public static System.Web.Services.Protocols.LogicalMethodInfo[] Create(System.Reflection.MethodInfo[] methodInfos) { throw null; }
Create(System.Reflection.MethodInfo[] methodInfos, System.Web.Services.Protocols.LogicalMethodTypes types)1666         public static System.Web.Services.Protocols.LogicalMethodInfo[] Create(System.Reflection.MethodInfo[] methodInfos, System.Web.Services.Protocols.LogicalMethodTypes types) { throw null; }
1667         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
EndInvoke(object target, System.IAsyncResult asyncResult)1668         public object[] EndInvoke(object target, System.IAsyncResult asyncResult) { throw null; }
GetCustomAttribute(System.Type type)1669         public object GetCustomAttribute(System.Type type) { throw null; }
GetCustomAttributes(System.Type type)1670         public object[] GetCustomAttributes(System.Type type) { throw null; }
1671         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Invoke(object target, object[] values)1672         public object[] Invoke(object target, object[] values) { throw null; }
IsBeginMethod(System.Reflection.MethodInfo methodInfo)1673         public static bool IsBeginMethod(System.Reflection.MethodInfo methodInfo) { throw null; }
IsEndMethod(System.Reflection.MethodInfo methodInfo)1674         public static bool IsEndMethod(System.Reflection.MethodInfo methodInfo) { throw null; }
ToString()1675         public override string ToString() { throw null; }
1676     }
1677     public enum LogicalMethodTypes
1678     {
1679         Async = 2,
1680         Sync = 1,
1681     }
1682     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1683     public sealed partial class MatchAttribute : System.Attribute
1684     {
MatchAttribute(string pattern)1685         public MatchAttribute(string pattern) { }
1686         public int Capture { get { throw null; } set { } }
1687         public int Group { get { throw null; } set { } }
1688         public bool IgnoreCase { get { throw null; } set { } }
1689         public int MaxRepeats { get { throw null; } set { } }
1690         public string Pattern { get { throw null; } set { } }
1691     }
1692     public abstract partial class MimeFormatter
1693     {
MimeFormatter()1694         protected MimeFormatter() { }
1695         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateInstance(System.Type type, object initializer)1696         public static System.Web.Services.Protocols.MimeFormatter CreateInstance(System.Type type, object initializer) { throw null; }
1697         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GetInitializer(System.Type type, System.Web.Services.Protocols.LogicalMethodInfo methodInfo)1698         public static object GetInitializer(System.Type type, System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)1699         public abstract object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo);
1700         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GetInitializers(System.Type type, System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos)1701         public static object[] GetInitializers(System.Type type, System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos) { throw null; }
GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos)1702         public virtual object[] GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos) { throw null; }
Initialize(object initializer)1703         public abstract void Initialize(object initializer);
1704     }
1705     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1706     public abstract partial class MimeParameterReader : System.Web.Services.Protocols.MimeFormatter
1707     {
MimeParameterReader()1708         protected MimeParameterReader() { }
Read(System.Web.HttpRequest request)1709         public abstract object[] Read(System.Web.HttpRequest request);
1710     }
1711     public abstract partial class MimeParameterWriter : System.Web.Services.Protocols.MimeFormatter
1712     {
MimeParameterWriter()1713         protected MimeParameterWriter() { }
1714         public virtual System.Text.Encoding RequestEncoding { get { throw null; } set { } }
1715         public virtual bool UsesWriteRequest { get { throw null; } }
GetRequestUrl(string url, object[] parameters)1716         public virtual string GetRequestUrl(string url, object[] parameters) { throw null; }
InitializeRequest(System.Net.WebRequest request, object[] values)1717         public virtual void InitializeRequest(System.Net.WebRequest request, object[] values) { }
WriteRequest(System.IO.Stream requestStream, object[] values)1718         public virtual void WriteRequest(System.IO.Stream requestStream, object[] values) { }
1719     }
1720     public abstract partial class MimeReturnReader : System.Web.Services.Protocols.MimeFormatter
1721     {
MimeReturnReader()1722         protected MimeReturnReader() { }
Read(System.Net.WebResponse response, System.IO.Stream responseStream)1723         public abstract object Read(System.Net.WebResponse response, System.IO.Stream responseStream);
1724     }
1725     public partial class NopReturnReader : System.Web.Services.Protocols.MimeReturnReader
1726     {
NopReturnReader()1727         public NopReturnReader() { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)1728         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Initialize(object initializer)1729         public override void Initialize(object initializer) { }
Read(System.Net.WebResponse response, System.IO.Stream responseStream)1730         public override object Read(System.Net.WebResponse response, System.IO.Stream responseStream) { throw null; }
1731     }
1732     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1733     public sealed partial class PatternMatcher
1734     {
PatternMatcher(System.Type type)1735         public PatternMatcher(System.Type type) { }
Match(string text)1736         public object Match(string text) { throw null; }
1737     }
1738     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1739     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1740     public abstract partial class ServerProtocol
1741     {
ServerProtocol()1742         protected ServerProtocol() { }
1743         protected internal System.Web.HttpContext Context { get { throw null; } }
1744         protected internal System.Web.HttpRequest Request { get { throw null; } }
1745         protected internal System.Web.HttpResponse Response { get { throw null; } }
1746         protected internal virtual object Target { get { throw null; } }
AddToCache(System.Type protocolType, System.Type serverType, object value)1747         protected void AddToCache(System.Type protocolType, System.Type serverType, object value) { }
GetFromCache(System.Type protocolType, System.Type serverType)1748         protected object GetFromCache(System.Type protocolType, System.Type serverType) { throw null; }
1749     }
1750     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1751     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1752     public abstract partial class ServerProtocolFactory
1753     {
ServerProtocolFactory()1754         protected ServerProtocolFactory() { }
CreateIfRequestCompatible(System.Web.HttpRequest request)1755         protected abstract System.Web.Services.Protocols.ServerProtocol CreateIfRequestCompatible(System.Web.HttpRequest request);
1756     }
1757     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1758     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1759     public partial class ServerType
1760     {
ServerType(System.Type type)1761         public ServerType(System.Type type) { }
1762     }
1763     public sealed partial class Soap12FaultCodes
1764     {
Soap12FaultCodes()1765         internal Soap12FaultCodes() { }
1766         public static readonly System.Xml.XmlQualifiedName DataEncodingUnknownFaultCode;
1767         public static readonly System.Xml.XmlQualifiedName EncodingMissingIdFaultCode;
1768         public static readonly System.Xml.XmlQualifiedName EncodingUntypedValueFaultCode;
1769         public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode;
1770         public static readonly System.Xml.XmlQualifiedName ReceiverFaultCode;
1771         public static readonly System.Xml.XmlQualifiedName RpcBadArgumentsFaultCode;
1772         public static readonly System.Xml.XmlQualifiedName RpcProcedureNotPresentFaultCode;
1773         public static readonly System.Xml.XmlQualifiedName SenderFaultCode;
1774         public static readonly System.Xml.XmlQualifiedName VersionMismatchFaultCode;
1775     }
1776     public sealed partial class SoapClientMessage : System.Web.Services.Protocols.SoapMessage
1777     {
SoapClientMessage()1778         internal SoapClientMessage() { }
1779         public override string Action { get { throw null; } }
1780         public System.Web.Services.Protocols.SoapHttpClientProtocol Client { get { throw null; } }
1781         public override System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get { throw null; } }
1782         public override bool OneWay { get { throw null; } }
1783         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1784         public override System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get { throw null; } }
1785         public override string Url { get { throw null; } }
EnsureInStage()1786         protected override void EnsureInStage() { }
EnsureOutStage()1787         protected override void EnsureOutStage() { }
1788     }
1789     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
1790     public sealed partial class SoapDocumentMethodAttribute : System.Attribute
1791     {
SoapDocumentMethodAttribute()1792         public SoapDocumentMethodAttribute() { }
SoapDocumentMethodAttribute(string action)1793         public SoapDocumentMethodAttribute(string action) { }
1794         public string Action { get { throw null; } set { } }
1795         public string Binding { get { throw null; } set { } }
1796         public bool OneWay { get { throw null; } set { } }
1797         public System.Web.Services.Protocols.SoapParameterStyle ParameterStyle { get { throw null; } set { } }
1798         public string RequestElementName { get { throw null; } set { } }
1799         public string RequestNamespace { get { throw null; } set { } }
1800         public string ResponseElementName { get { throw null; } set { } }
1801         public string ResponseNamespace { get { throw null; } set { } }
1802         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1803     }
1804     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
1805     public sealed partial class SoapDocumentServiceAttribute : System.Attribute
1806     {
SoapDocumentServiceAttribute()1807         public SoapDocumentServiceAttribute() { }
SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use)1808         public SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use) { }
SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use, System.Web.Services.Protocols.SoapParameterStyle paramStyle)1809         public SoapDocumentServiceAttribute(System.Web.Services.Description.SoapBindingUse use, System.Web.Services.Protocols.SoapParameterStyle paramStyle) { }
1810         public System.Web.Services.Protocols.SoapParameterStyle ParameterStyle { get { throw null; } set { } }
1811         public System.Web.Services.Protocols.SoapServiceRoutingStyle RoutingStyle { get { throw null; } set { } }
1812         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
1813     }
1814     [System.SerializableAttribute]
1815     public partial class SoapException : System.SystemException
1816     {
1817         public static readonly System.Xml.XmlQualifiedName ClientFaultCode;
1818         public static readonly System.Xml.XmlQualifiedName DetailElementName;
1819         public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode;
1820         public static readonly System.Xml.XmlQualifiedName ServerFaultCode;
1821         public static readonly System.Xml.XmlQualifiedName VersionMismatchFaultCode;
SoapException()1822         public SoapException() { }
SoapException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1823         protected SoapException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SoapException(string message, System.Xml.XmlQualifiedName code)1824         public SoapException(string message, System.Xml.XmlQualifiedName code) { }
SoapException(string message, System.Xml.XmlQualifiedName code, System.Exception innerException)1825         public SoapException(string message, System.Xml.XmlQualifiedName code, System.Exception innerException) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor)1826         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Exception innerException)1827         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Exception innerException) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException)1828         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException)1829         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail)1830         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail) { }
SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail, System.Exception innerException)1831         public SoapException(string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail, System.Exception innerException) { }
SoapException(string message, System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode)1832         public SoapException(string message, System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode) { }
1833         public string Actor { get { throw null; } }
1834         public System.Xml.XmlQualifiedName Code { get { throw null; } }
1835         public System.Xml.XmlNode Detail { get { throw null; } }
1836         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1837         public string Lang { get { throw null; } }
1838         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1839         public string Node { get { throw null; } }
1840         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1841         public string Role { get { throw null; } }
1842         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1843         public System.Web.Services.Protocols.SoapFaultSubCode SubCode { get { throw null; } }
1844         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1845         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
IsClientFaultCode(System.Xml.XmlQualifiedName code)1846         public static bool IsClientFaultCode(System.Xml.XmlQualifiedName code) { throw null; }
IsMustUnderstandFaultCode(System.Xml.XmlQualifiedName code)1847         public static bool IsMustUnderstandFaultCode(System.Xml.XmlQualifiedName code) { throw null; }
IsServerFaultCode(System.Xml.XmlQualifiedName code)1848         public static bool IsServerFaultCode(System.Xml.XmlQualifiedName code) { throw null; }
IsVersionMismatchFaultCode(System.Xml.XmlQualifiedName code)1849         public static bool IsVersionMismatchFaultCode(System.Xml.XmlQualifiedName code) { throw null; }
1850     }
1851     public abstract partial class SoapExtension
1852     {
SoapExtension()1853         protected SoapExtension() { }
ChainStream(System.IO.Stream stream)1854         public virtual System.IO.Stream ChainStream(System.IO.Stream stream) { throw null; }
GetInitializer(System.Type serviceType)1855         public abstract object GetInitializer(System.Type serviceType);
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo, System.Web.Services.Protocols.SoapExtensionAttribute attribute)1856         public abstract object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo, System.Web.Services.Protocols.SoapExtensionAttribute attribute);
Initialize(object initializer)1857         public abstract void Initialize(object initializer);
ProcessMessage(System.Web.Services.Protocols.SoapMessage message)1858         public abstract void ProcessMessage(System.Web.Services.Protocols.SoapMessage message);
1859     }
1860     public abstract partial class SoapExtensionAttribute : System.Attribute
1861     {
SoapExtensionAttribute()1862         protected SoapExtensionAttribute() { }
1863         public abstract System.Type ExtensionType { get; }
1864         public abstract int Priority { get; set; }
1865     }
1866     [System.SerializableAttribute]
1867     public partial class SoapFaultSubCode
1868     {
SoapFaultSubCode(System.Xml.XmlQualifiedName code)1869         public SoapFaultSubCode(System.Xml.XmlQualifiedName code) { }
SoapFaultSubCode(System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode)1870         public SoapFaultSubCode(System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode) { }
1871         public System.Xml.XmlQualifiedName Code { get { throw null; } }
1872         public System.Web.Services.Protocols.SoapFaultSubCode SubCode { get { throw null; } }
1873     }
1874     [System.Xml.Serialization.SoapTypeAttribute(IncludeInSchema=false)]
1875     [System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
1876     public abstract partial class SoapHeader
1877     {
SoapHeader()1878         protected SoapHeader() { }
1879         [System.ComponentModel.DefaultValueAttribute("")]
1880         [System.Xml.Serialization.SoapAttributeAttribute("actor", Namespace="http://schemas.xmlsoap.org/soap/envelope/")]
1881         [System.Xml.Serialization.XmlAttributeAttribute("actor", Namespace="http://schemas.xmlsoap.org/soap/envelope/")]
1882         public string Actor { get { throw null; } set { } }
1883         [System.Xml.Serialization.SoapIgnoreAttribute]
1884         [System.Xml.Serialization.XmlIgnoreAttribute]
1885         public bool DidUnderstand { get { throw null; } set { } }
1886         [System.ComponentModel.DefaultValueAttribute("0")]
1887         [System.Xml.Serialization.SoapAttributeAttribute("mustUnderstand", Namespace="http://schemas.xmlsoap.org/soap/envelope/")]
1888         [System.Xml.Serialization.XmlAttributeAttribute("mustUnderstand", Namespace="http://schemas.xmlsoap.org/soap/envelope/")]
1889         public string EncodedMustUnderstand { get { throw null; } set { } }
1890         [System.ComponentModel.DefaultValueAttribute("0")]
1891         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1892         [System.Xml.Serialization.SoapAttributeAttribute("mustUnderstand", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1893         [System.Xml.Serialization.XmlAttributeAttribute("mustUnderstand", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1894         public string EncodedMustUnderstand12 { get { throw null; } set { } }
1895         [System.ComponentModel.DefaultValueAttribute("0")]
1896         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1897         [System.Xml.Serialization.SoapAttributeAttribute("relay", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1898         [System.Xml.Serialization.XmlAttributeAttribute("relay", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1899         public string EncodedRelay { get { throw null; } set { } }
1900         [System.Xml.Serialization.SoapIgnoreAttribute]
1901         [System.Xml.Serialization.XmlIgnoreAttribute]
1902         public bool MustUnderstand { get { throw null; } set { } }
1903         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1904         [System.Xml.Serialization.SoapIgnoreAttribute]
1905         [System.Xml.Serialization.XmlIgnoreAttribute]
1906         public bool Relay { get { throw null; } set { } }
1907         [System.ComponentModel.DefaultValueAttribute("")]
1908         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1909         [System.Xml.Serialization.SoapAttributeAttribute("role", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1910         [System.Xml.Serialization.XmlAttributeAttribute("role", Namespace="http://www.w3.org/2003/05/soap-envelope")]
1911         public string Role { get { throw null; } set { } }
1912     }
1913     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true)]
1914     public sealed partial class SoapHeaderAttribute : System.Attribute
1915     {
SoapHeaderAttribute(string memberName)1916         public SoapHeaderAttribute(string memberName) { }
1917         public System.Web.Services.Protocols.SoapHeaderDirection Direction { get { throw null; } set { } }
1918         public string MemberName { get { throw null; } set { } }
1919         [System.ObsoleteAttribute("This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced", false)]
1920         public bool Required { get { throw null; } set { } }
1921     }
1922     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1923     public partial class SoapHeaderCollection : System.Collections.CollectionBase
1924     {
SoapHeaderCollection()1925         public SoapHeaderCollection() { }
1926         public System.Web.Services.Protocols.SoapHeader this[int index] { get { throw null; } set { } }
Add(System.Web.Services.Protocols.SoapHeader header)1927         public int Add(System.Web.Services.Protocols.SoapHeader header) { throw null; }
Contains(System.Web.Services.Protocols.SoapHeader header)1928         public bool Contains(System.Web.Services.Protocols.SoapHeader header) { throw null; }
CopyTo(System.Web.Services.Protocols.SoapHeader[] array, int index)1929         public void CopyTo(System.Web.Services.Protocols.SoapHeader[] array, int index) { }
IndexOf(System.Web.Services.Protocols.SoapHeader header)1930         public int IndexOf(System.Web.Services.Protocols.SoapHeader header) { throw null; }
Insert(int index, System.Web.Services.Protocols.SoapHeader header)1931         public void Insert(int index, System.Web.Services.Protocols.SoapHeader header) { }
Remove(System.Web.Services.Protocols.SoapHeader header)1932         public void Remove(System.Web.Services.Protocols.SoapHeader header) { }
1933     }
1934     [System.FlagsAttribute]
1935     public enum SoapHeaderDirection
1936     {
1937         Fault = 4,
1938         In = 1,
1939         InOut = 3,
1940         Out = 2,
1941     }
1942     [System.SerializableAttribute]
1943     public partial class SoapHeaderException : System.Web.Services.Protocols.SoapException
1944     {
SoapHeaderException()1945         public SoapHeaderException() { }
SoapHeaderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1946         protected SoapHeaderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code)1947         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code, System.Exception innerException)1948         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code, System.Exception innerException) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor)1949         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, System.Exception innerException)1950         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, System.Exception innerException) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException)1951         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException) { }
SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException)1952         public SoapHeaderException(string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Web.Services.Protocols.SoapFaultSubCode subCode, System.Exception innerException) { }
1953     }
1954     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1955     public sealed partial class SoapHeaderHandling
1956     {
SoapHeaderHandling()1957         public SoapHeaderHandling() { }
EnsureHeadersUnderstood(System.Web.Services.Protocols.SoapHeaderCollection headers)1958         public static void EnsureHeadersUnderstood(System.Web.Services.Protocols.SoapHeaderCollection headers) { }
GetHeaderMembers(System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client)1959         public static void GetHeaderMembers(System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client) { }
ReadHeaders(System.Xml.XmlReader reader, System.Xml.Serialization.XmlSerializer serializer, System.Web.Services.Protocols.SoapHeaderCollection headers, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, string envelopeNS, string encodingStyle, bool checkRequiredHeaders)1960         public string ReadHeaders(System.Xml.XmlReader reader, System.Xml.Serialization.XmlSerializer serializer, System.Web.Services.Protocols.SoapHeaderCollection headers, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, string envelopeNS, string encodingStyle, bool checkRequiredHeaders) { throw null; }
SetHeaderMembers(System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client)1961         public static void SetHeaderMembers(System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client) { }
WriteHeaders(System.Xml.XmlWriter writer, System.Xml.Serialization.XmlSerializer serializer, System.Web.Services.Protocols.SoapHeaderCollection headers, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool isEncoded, string defaultNS, bool serviceDefaultIsEncoded, string envelopeNS)1962         public static void WriteHeaders(System.Xml.XmlWriter writer, System.Xml.Serialization.XmlSerializer serializer, System.Web.Services.Protocols.SoapHeaderCollection headers, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool isEncoded, string defaultNS, bool serviceDefaultIsEncoded, string envelopeNS) { }
WriteUnknownHeaders(System.Xml.XmlWriter writer, System.Web.Services.Protocols.SoapHeaderCollection headers, string envelopeNS)1963         public static void WriteUnknownHeaders(System.Xml.XmlWriter writer, System.Web.Services.Protocols.SoapHeaderCollection headers, string envelopeNS) { }
1964     }
1965     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1966     public sealed partial class SoapHeaderMapping
1967     {
SoapHeaderMapping()1968         internal SoapHeaderMapping() { }
1969         public bool Custom { get { throw null; } }
1970         public System.Web.Services.Protocols.SoapHeaderDirection Direction { get { throw null; } }
1971         public System.Type HeaderType { get { throw null; } }
1972         public System.Reflection.MemberInfo MemberInfo { get { throw null; } }
1973         public bool Repeats { get { throw null; } }
1974     }
1975     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1976     public partial class SoapHttpClientProtocol : System.Web.Services.Protocols.HttpWebClientProtocol
1977     {
SoapHttpClientProtocol()1978         public SoapHttpClientProtocol() { }
1979         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Protocols.SoapProtocolVersion)(0))]
1980         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1981         public System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get { throw null; } set { } }
BeginInvoke(string methodName, object[] parameters, System.AsyncCallback callback, object asyncState)1982         protected System.IAsyncResult BeginInvoke(string methodName, object[] parameters, System.AsyncCallback callback, object asyncState) { throw null; }
Discover()1983         public void Discover() { }
EndInvoke(System.IAsyncResult asyncResult)1984         protected object[] EndInvoke(System.IAsyncResult asyncResult) { throw null; }
1985         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
GetReaderForMessage(System.Web.Services.Protocols.SoapClientMessage message, int bufferSize)1986         protected virtual System.Xml.XmlReader GetReaderForMessage(System.Web.Services.Protocols.SoapClientMessage message, int bufferSize) { throw null; }
GetWebRequest(System.Uri uri)1987         protected override System.Net.WebRequest GetWebRequest(System.Uri uri) { throw null; }
1988         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage message, int bufferSize)1989         protected virtual System.Xml.XmlWriter GetWriterForMessage(System.Web.Services.Protocols.SoapClientMessage message, int bufferSize) { throw null; }
Invoke(string methodName, object[] parameters)1990         protected object[] Invoke(string methodName, object[] parameters) { throw null; }
InvokeAsync(string methodName, object[] parameters, System.Threading.SendOrPostCallback callback)1991         protected void InvokeAsync(string methodName, object[] parameters, System.Threading.SendOrPostCallback callback) { }
InvokeAsync(string methodName, object[] parameters, System.Threading.SendOrPostCallback callback, object userState)1992         protected void InvokeAsync(string methodName, object[] parameters, System.Threading.SendOrPostCallback callback, object userState) { }
1993     }
1994     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1995     public abstract partial class SoapMessage
1996     {
SoapMessage()1997         internal SoapMessage() { }
1998         public abstract string Action { get; }
1999         public string ContentEncoding { get { throw null; } set { } }
2000         public string ContentType { get { throw null; } set { } }
2001         public System.Web.Services.Protocols.SoapException Exception { get { throw null; } set { } }
2002         public System.Web.Services.Protocols.SoapHeaderCollection Headers { get { throw null; } }
2003         public abstract System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get; }
2004         public abstract bool OneWay { get; }
2005         [System.ComponentModel.DefaultValueAttribute((System.Web.Services.Protocols.SoapProtocolVersion)(0))]
2006         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2007         public virtual System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get { throw null; } }
2008         public System.Web.Services.Protocols.SoapMessageStage Stage { get { throw null; } }
2009         public System.IO.Stream Stream { get { throw null; } }
2010         public abstract string Url { get; }
EnsureInStage()2011         protected abstract void EnsureInStage();
EnsureOutStage()2012         protected abstract void EnsureOutStage();
EnsureStage(System.Web.Services.Protocols.SoapMessageStage stage)2013         protected void EnsureStage(System.Web.Services.Protocols.SoapMessageStage stage) { }
GetInParameterValue(int index)2014         public object GetInParameterValue(int index) { throw null; }
GetOutParameterValue(int index)2015         public object GetOutParameterValue(int index) { throw null; }
GetReturnValue()2016         public object GetReturnValue() { throw null; }
2017     }
2018     public enum SoapMessageStage
2019     {
2020         AfterDeserialize = 8,
2021         AfterSerialize = 2,
2022         BeforeDeserialize = 4,
2023         BeforeSerialize = 1,
2024     }
2025     public enum SoapParameterStyle
2026     {
2027         Bare = 1,
2028         Default = 0,
2029         Wrapped = 2,
2030     }
2031     public enum SoapProtocolVersion
2032     {
2033         Default = 0,
2034         Soap11 = 1,
2035         Soap12 = 2,
2036     }
2037     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
2038     public sealed partial class SoapRpcMethodAttribute : System.Attribute
2039     {
SoapRpcMethodAttribute()2040         public SoapRpcMethodAttribute() { }
SoapRpcMethodAttribute(string action)2041         public SoapRpcMethodAttribute(string action) { }
2042         public string Action { get { throw null; } set { } }
2043         public string Binding { get { throw null; } set { } }
2044         public bool OneWay { get { throw null; } set { } }
2045         public string RequestElementName { get { throw null; } set { } }
2046         public string RequestNamespace { get { throw null; } set { } }
2047         public string ResponseElementName { get { throw null; } set { } }
2048         public string ResponseNamespace { get { throw null; } set { } }
2049         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2050         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
2051     }
2052     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2053     public sealed partial class SoapRpcServiceAttribute : System.Attribute
2054     {
SoapRpcServiceAttribute()2055         public SoapRpcServiceAttribute() { }
2056         public System.Web.Services.Protocols.SoapServiceRoutingStyle RoutingStyle { get { throw null; } set { } }
2057         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2058         public System.Web.Services.Description.SoapBindingUse Use { get { throw null; } set { } }
2059     }
2060     public sealed partial class SoapServerMessage : System.Web.Services.Protocols.SoapMessage
2061     {
SoapServerMessage()2062         internal SoapServerMessage() { }
2063         public override string Action { get { throw null; } }
2064         public override System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get { throw null; } }
2065         public override bool OneWay { get { throw null; } }
2066         public object Server { get { throw null; } }
2067         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2068         public override System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get { throw null; } }
2069         public override string Url { get { throw null; } }
EnsureInStage()2070         protected override void EnsureInStage() { }
EnsureOutStage()2071         protected override void EnsureOutStage() { }
2072     }
2073     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
2074     public sealed partial class SoapServerMethod
2075     {
SoapServerMethod()2076         public SoapServerMethod() { }
SoapServerMethod(System.Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2077         public SoapServerMethod(System.Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { }
2078         public string Action { get { throw null; } }
2079         public System.Web.Services.Description.SoapBindingUse BindingUse { get { throw null; } }
2080         public System.Web.Services.Protocols.SoapHeaderMapping[] InHeaderMappings { get { throw null; } }
2081         public System.Xml.Serialization.XmlSerializer InHeaderSerializer { get { throw null; } }
2082         public System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get { throw null; } }
2083         public bool OneWay { get { throw null; } }
2084         public System.Web.Services.Protocols.SoapHeaderMapping[] OutHeaderMappings { get { throw null; } }
2085         public System.Xml.Serialization.XmlSerializer OutHeaderSerializer { get { throw null; } }
2086         public System.Xml.Serialization.XmlSerializer ParameterSerializer { get { throw null; } }
2087         public System.Web.Services.Protocols.SoapParameterStyle ParameterStyle { get { throw null; } }
2088         public System.Xml.Serialization.XmlSerializer ReturnSerializer { get { throw null; } }
2089         public bool Rpc { get { throw null; } }
2090         public System.Web.Services.WsiProfiles WsiClaims { get { throw null; } }
2091     }
2092     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2093     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
2094     public partial class SoapServerProtocol : System.Web.Services.Protocols.ServerProtocol
2095     {
SoapServerProtocol()2096         protected internal SoapServerProtocol() { }
2097         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
GetReaderForMessage(System.Web.Services.Protocols.SoapServerMessage message, int bufferSize)2098         protected virtual System.Xml.XmlReader GetReaderForMessage(System.Web.Services.Protocols.SoapServerMessage message, int bufferSize) { throw null; }
2099         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
GetWriterForMessage(System.Web.Services.Protocols.SoapServerMessage message, int bufferSize)2100         protected virtual System.Xml.XmlWriter GetWriterForMessage(System.Web.Services.Protocols.SoapServerMessage message, int bufferSize) { throw null; }
ModifyInitializedExtensions(System.Web.Services.Configuration.PriorityGroup group, System.Web.Services.Protocols.SoapExtension[] extensions)2101         protected virtual System.Web.Services.Protocols.SoapExtension[] ModifyInitializedExtensions(System.Web.Services.Configuration.PriorityGroup group, System.Web.Services.Protocols.SoapExtension[] extensions) { throw null; }
RouteRequest(System.Web.Services.Protocols.SoapServerMessage message)2102         protected virtual System.Web.Services.Protocols.SoapServerMethod RouteRequest(System.Web.Services.Protocols.SoapServerMessage message) { throw null; }
2103     }
2104     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2105     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
2106     public partial class SoapServerProtocolFactory : System.Web.Services.Protocols.ServerProtocolFactory
2107     {
SoapServerProtocolFactory()2108         public SoapServerProtocolFactory() { }
CreateIfRequestCompatible(System.Web.HttpRequest request)2109         protected override System.Web.Services.Protocols.ServerProtocol CreateIfRequestCompatible(System.Web.HttpRequest request) { throw null; }
2110     }
2111     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
2112     public sealed partial class SoapServerType : System.Web.Services.Protocols.ServerType
2113     {
SoapServerType(System.Type type, System.Web.Services.Configuration.WebServiceProtocols protocolsSupported)2114         public SoapServerType(System.Type type, System.Web.Services.Configuration.WebServiceProtocols protocolsSupported) : base (default(System.Type)) { }
2115         public bool ServiceDefaultIsEncoded { get { throw null; } }
2116         public string ServiceNamespace { get { throw null; } }
2117         public bool ServiceRoutingOnSoapAction { get { throw null; } }
GetDuplicateMethod(object key)2118         public System.Web.Services.Protocols.SoapServerMethod GetDuplicateMethod(object key) { throw null; }
GetMethod(object key)2119         public System.Web.Services.Protocols.SoapServerMethod GetMethod(object key) { throw null; }
2120     }
2121     public enum SoapServiceRoutingStyle
2122     {
2123         RequestElement = 1,
2124         SoapAction = 0,
2125     }
2126     public sealed partial class SoapUnknownHeader : System.Web.Services.Protocols.SoapHeader
2127     {
SoapUnknownHeader()2128         public SoapUnknownHeader() { }
2129         [System.Xml.Serialization.XmlIgnoreAttribute]
2130         public System.Xml.XmlElement Element { get { throw null; } set { } }
2131     }
2132     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2133     public partial class TextReturnReader : System.Web.Services.Protocols.MimeReturnReader
2134     {
TextReturnReader()2135         public TextReturnReader() { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2136         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Initialize(object o)2137         public override void Initialize(object o) { }
Read(System.Net.WebResponse response, System.IO.Stream responseStream)2138         public override object Read(System.Net.WebResponse response, System.IO.Stream responseStream) { throw null; }
2139     }
2140     public abstract partial class UrlEncodedParameterWriter : System.Web.Services.Protocols.MimeParameterWriter
2141     {
UrlEncodedParameterWriter()2142         protected UrlEncodedParameterWriter() { }
2143         public override System.Text.Encoding RequestEncoding { get { throw null; } set { } }
Encode(System.IO.TextWriter writer, object[] values)2144         protected void Encode(System.IO.TextWriter writer, object[] values) { }
Encode(System.IO.TextWriter writer, string name, object value)2145         protected void Encode(System.IO.TextWriter writer, string name, object value) { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2146         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Initialize(object initializer)2147         public override void Initialize(object initializer) { }
2148     }
2149     public partial class UrlParameterReader : System.Web.Services.Protocols.ValueCollectionParameterReader
2150     {
UrlParameterReader()2151         public UrlParameterReader() { }
Read(System.Web.HttpRequest request)2152         public override object[] Read(System.Web.HttpRequest request) { throw null; }
2153     }
2154     public partial class UrlParameterWriter : System.Web.Services.Protocols.UrlEncodedParameterWriter
2155     {
UrlParameterWriter()2156         public UrlParameterWriter() { }
GetRequestUrl(string url, object[] parameters)2157         public override string GetRequestUrl(string url, object[] parameters) { throw null; }
2158     }
2159     public abstract partial class ValueCollectionParameterReader : System.Web.Services.Protocols.MimeParameterReader
2160     {
ValueCollectionParameterReader()2161         protected ValueCollectionParameterReader() { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2162         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Initialize(object o)2163         public override void Initialize(object o) { }
IsSupported(System.Reflection.ParameterInfo paramInfo)2164         public static bool IsSupported(System.Reflection.ParameterInfo paramInfo) { throw null; }
IsSupported(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2165         public static bool IsSupported(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
Read(System.Collections.Specialized.NameValueCollection collection)2166         protected object[] Read(System.Collections.Specialized.NameValueCollection collection) { throw null; }
2167     }
2168     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2169     public partial class WebClientAsyncResult : System.IAsyncResult
2170     {
WebClientAsyncResult()2171         internal WebClientAsyncResult() { }
2172         public object AsyncState { get { throw null; } }
2173         public System.Threading.WaitHandle AsyncWaitHandle { get { throw null; } }
2174         public bool CompletedSynchronously { get { throw null; } }
2175         public bool IsCompleted { get { throw null; } }
Abort()2176         public void Abort() { }
2177     }
2178     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2179     public abstract partial class WebClientProtocol : System.ComponentModel.Component
2180     {
WebClientProtocol()2181         protected WebClientProtocol() { }
2182         [System.ComponentModel.DefaultValueAttribute("")]
2183         public string ConnectionGroupName { get { throw null; } set { } }
2184         public System.Net.ICredentials Credentials { get { throw null; } set { } }
2185         [System.ComponentModel.DefaultValueAttribute(false)]
2186         public bool PreAuthenticate { get { throw null; } set { } }
2187         [System.ComponentModel.DefaultValueAttribute(null)]
2188         [System.ComponentModel.SettingsBindableAttribute(true)]
2189         public System.Text.Encoding RequestEncoding { get { throw null; } set { } }
2190         [System.ComponentModel.DefaultValueAttribute(100000)]
2191         [System.ComponentModel.SettingsBindableAttribute(true)]
2192         public int Timeout { get { throw null; } set { } }
2193         [System.ComponentModel.DefaultValueAttribute("")]
2194         [System.ComponentModel.SettingsBindableAttribute(true)]
2195         public string Url { get { throw null; } set { } }
2196         public bool UseDefaultCredentials { get { throw null; } set { } }
Abort()2197         public virtual void Abort() { }
AddToCache(System.Type type, object value)2198         protected static void AddToCache(System.Type type, object value) { }
GetFromCache(System.Type type)2199         protected static object GetFromCache(System.Type type) { throw null; }
GetWebRequest(System.Uri uri)2200         protected virtual System.Net.WebRequest GetWebRequest(System.Uri uri) { throw null; }
GetWebResponse(System.Net.WebRequest request)2201         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)2202         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
2203     }
2204     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2205     public partial class WebServiceHandlerFactory : System.Web.IHttpHandlerFactory
2206     {
WebServiceHandlerFactory()2207         public WebServiceHandlerFactory() { }
GetHandler(System.Web.HttpContext context, string verb, string url, string filePath)2208         public System.Web.IHttpHandler GetHandler(System.Web.HttpContext context, string verb, string url, string filePath) { throw null; }
ReleaseHandler(System.Web.IHttpHandler handler)2209         public void ReleaseHandler(System.Web.IHttpHandler handler) { }
2210     }
2211     public partial class XmlReturnReader : System.Web.Services.Protocols.MimeReturnReader
2212     {
XmlReturnReader()2213         public XmlReturnReader() { }
GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo)2214         public override object GetInitializer(System.Web.Services.Protocols.LogicalMethodInfo methodInfo) { throw null; }
GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos)2215         public override object[] GetInitializers(System.Web.Services.Protocols.LogicalMethodInfo[] methodInfos) { throw null; }
Initialize(object o)2216         public override void Initialize(object o) { }
Read(System.Net.WebResponse response, System.IO.Stream responseStream)2217         public override object Read(System.Net.WebResponse response, System.IO.Stream responseStream) { throw null; }
2218     }
2219 }
2220