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)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.ServiceModel.Discovery.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.ServiceModel.Discovery.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.ServiceModel.Discovery.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(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.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
23 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Execution=true)]
24 namespace System.ServiceModel.Discovery
25 {
26     public sealed partial class AnnouncementClient : System.IDisposable, System.ServiceModel.ICommunicationObject
27     {
AnnouncementClient()28         public AnnouncementClient() { }
AnnouncementClient(System.ServiceModel.Discovery.AnnouncementEndpoint announcementEndpoint)29         public AnnouncementClient(System.ServiceModel.Discovery.AnnouncementEndpoint announcementEndpoint) { }
AnnouncementClient(string endpointConfigurationName)30         public AnnouncementClient(string endpointConfigurationName) { }
31         public System.ServiceModel.ChannelFactory ChannelFactory { get { throw null; } }
32         public System.ServiceModel.Description.ClientCredentials ClientCredentials { get { throw null; } }
33         public System.ServiceModel.Description.ServiceEndpoint Endpoint { get { throw null; } }
34         public System.ServiceModel.IClientChannel InnerChannel { get { throw null; } }
35         public System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator MessageSequenceGenerator { get { throw null; } set { } }
36         System.ServiceModel.CommunicationState System.ServiceModel.ICommunicationObject.State { get { throw null; } }
37         public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> AnnounceOfflineCompleted { add { } remove { } }
38         public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> AnnounceOnlineCompleted { add { } remove { } }
39         event System.EventHandler System.ServiceModel.ICommunicationObject.Closed { add { } remove { } }
40         event System.EventHandler System.ServiceModel.ICommunicationObject.Closing { add { } remove { } }
41         event System.EventHandler System.ServiceModel.ICommunicationObject.Faulted { add { } remove { } }
42         event System.EventHandler System.ServiceModel.ICommunicationObject.Opened { add { } remove { } }
43         event System.EventHandler System.ServiceModel.ICommunicationObject.Opening { add { } remove { } }
AnnounceOffline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)44         public void AnnounceOffline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { }
AnnounceOfflineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)45         public void AnnounceOfflineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { }
AnnounceOfflineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, object userState)46         public void AnnounceOfflineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, object userState) { }
AnnounceOfflineTaskAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)47         public System.Threading.Tasks.Task AnnounceOfflineTaskAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { throw null; }
AnnounceOnline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)48         public void AnnounceOnline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { }
AnnounceOnlineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)49         public void AnnounceOnlineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { }
AnnounceOnlineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, object userState)50         public void AnnounceOnlineAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, object userState) { }
AnnounceOnlineTaskAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata)51         public System.Threading.Tasks.Task AnnounceOnlineTaskAsync(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata) { throw null; }
BeginAnnounceOffline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, System.AsyncCallback callback, object state)52         public System.IAsyncResult BeginAnnounceOffline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, System.AsyncCallback callback, object state) { throw null; }
BeginAnnounceOnline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, System.AsyncCallback callback, object state)53         public System.IAsyncResult BeginAnnounceOnline(System.ServiceModel.Discovery.EndpointDiscoveryMetadata discoveryMetadata, System.AsyncCallback callback, object state) { throw null; }
Close()54         public void Close() { }
EndAnnounceOffline(System.IAsyncResult result)55         public void EndAnnounceOffline(System.IAsyncResult result) { }
EndAnnounceOnline(System.IAsyncResult result)56         public void EndAnnounceOnline(System.IAsyncResult result) { }
Open()57         public void Open() { }
System.IDisposable.Dispose()58         void System.IDisposable.Dispose() { }
System.ServiceModel.ICommunicationObject.Abort()59         void System.ServiceModel.ICommunicationObject.Abort() { }
System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callback, object state)60         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state)61         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callback, object state)62         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state)63         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.Close()64         void System.ServiceModel.ICommunicationObject.Close() { }
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan timeout)65         void System.ServiceModel.ICommunicationObject.Close(System.TimeSpan timeout) { }
System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult result)66         void System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult result) { }
System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult result)67         void System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult result) { }
System.ServiceModel.ICommunicationObject.Open()68         void System.ServiceModel.ICommunicationObject.Open() { }
System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout)69         void System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout) { }
70     }
71     public partial class AnnouncementEndpoint : System.ServiceModel.Description.ServiceEndpoint
72     {
AnnouncementEndpoint()73         public AnnouncementEndpoint() : base (default(System.ServiceModel.Description.ContractDescription)) { }
AnnouncementEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address)74         public AnnouncementEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address) : base (default(System.ServiceModel.Description.ContractDescription)) { }
AnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion)75         public AnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion) : base (default(System.ServiceModel.Description.ContractDescription)) { }
AnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address)76         public AnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address) : base (default(System.ServiceModel.Description.ContractDescription)) { }
77         public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get { throw null; } }
78         public System.TimeSpan MaxAnnouncementDelay { get { throw null; } set { } }
79     }
80     public partial class AnnouncementEventArgs : System.EventArgs
81     {
AnnouncementEventArgs()82         internal AnnouncementEventArgs() { }
83         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata EndpointDiscoveryMetadata { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
84         public System.ServiceModel.Discovery.DiscoveryMessageSequence MessageSequence { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
85     }
86     [System.ServiceModel.ServiceBehaviorAttribute(InstanceContextMode=(System.ServiceModel.InstanceContextMode)(2), ConcurrencyMode=(System.ServiceModel.ConcurrencyMode)(2))]
87     public partial class AnnouncementService
88     {
AnnouncementService()89         public AnnouncementService() { }
AnnouncementService(int duplicateMessageHistoryLength)90         public AnnouncementService(int duplicateMessageHistoryLength) { }
91         public event System.EventHandler<System.ServiceModel.Discovery.AnnouncementEventArgs> OfflineAnnouncementReceived { add { } remove { } }
92         public event System.EventHandler<System.ServiceModel.Discovery.AnnouncementEventArgs> OnlineAnnouncementReceived { add { } remove { } }
OnBeginOfflineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state)93         protected virtual System.IAsyncResult OnBeginOfflineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state) { throw null; }
OnBeginOnlineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state)94         protected virtual System.IAsyncResult OnBeginOnlineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state) { throw null; }
OnEndOfflineAnnouncement(System.IAsyncResult result)95         protected virtual void OnEndOfflineAnnouncement(System.IAsyncResult result) { }
OnEndOnlineAnnouncement(System.IAsyncResult result)96         protected virtual void OnEndOnlineAnnouncement(System.IAsyncResult result) { }
97     }
98     public sealed partial class DiscoveryClient : System.IDisposable, System.ServiceModel.ICommunicationObject
99     {
DiscoveryClient()100         public DiscoveryClient() { }
DiscoveryClient(System.ServiceModel.Discovery.DiscoveryEndpoint discoveryEndpoint)101         public DiscoveryClient(System.ServiceModel.Discovery.DiscoveryEndpoint discoveryEndpoint) { }
DiscoveryClient(string endpointConfigurationName)102         public DiscoveryClient(string endpointConfigurationName) { }
103         public System.ServiceModel.ChannelFactory ChannelFactory { get { throw null; } }
104         public System.ServiceModel.Description.ClientCredentials ClientCredentials { get { throw null; } }
105         public System.ServiceModel.Description.ServiceEndpoint Endpoint { get { throw null; } }
106         public System.ServiceModel.IClientChannel InnerChannel { get { throw null; } }
107         System.ServiceModel.CommunicationState System.ServiceModel.ICommunicationObject.State { get { throw null; } }
108         public event System.EventHandler<System.ServiceModel.Discovery.FindCompletedEventArgs> FindCompleted { add { } remove { } }
109         public event System.EventHandler<System.ServiceModel.Discovery.FindProgressChangedEventArgs> FindProgressChanged { add { } remove { } }
110         public event System.EventHandler<System.ServiceModel.Discovery.AnnouncementEventArgs> ProxyAvailable { add { } remove { } }
111         public event System.EventHandler<System.ServiceModel.Discovery.ResolveCompletedEventArgs> ResolveCompleted { add { } remove { } }
112         event System.EventHandler System.ServiceModel.ICommunicationObject.Closed { add { } remove { } }
113         event System.EventHandler System.ServiceModel.ICommunicationObject.Closing { add { } remove { } }
114         event System.EventHandler System.ServiceModel.ICommunicationObject.Faulted { add { } remove { } }
115         event System.EventHandler System.ServiceModel.ICommunicationObject.Opened { add { } remove { } }
116         event System.EventHandler System.ServiceModel.ICommunicationObject.Opening { add { } remove { } }
CancelAsync(object userState)117         public void CancelAsync(object userState) { }
Close()118         public void Close() { }
Find(System.ServiceModel.Discovery.FindCriteria criteria)119         public System.ServiceModel.Discovery.FindResponse Find(System.ServiceModel.Discovery.FindCriteria criteria) { throw null; }
FindAsync(System.ServiceModel.Discovery.FindCriteria criteria)120         public void FindAsync(System.ServiceModel.Discovery.FindCriteria criteria) { }
FindAsync(System.ServiceModel.Discovery.FindCriteria criteria, object userState)121         public void FindAsync(System.ServiceModel.Discovery.FindCriteria criteria, object userState) { }
FindTaskAsync(System.ServiceModel.Discovery.FindCriteria criteria)122         public System.Threading.Tasks.Task<System.ServiceModel.Discovery.FindResponse> FindTaskAsync(System.ServiceModel.Discovery.FindCriteria criteria) { throw null; }
FindTaskAsync(System.ServiceModel.Discovery.FindCriteria criteria, System.Threading.CancellationToken cancellationToken)123         public System.Threading.Tasks.Task<System.ServiceModel.Discovery.FindResponse> FindTaskAsync(System.ServiceModel.Discovery.FindCriteria criteria, System.Threading.CancellationToken cancellationToken) { throw null; }
Open()124         public void Open() { }
Resolve(System.ServiceModel.Discovery.ResolveCriteria criteria)125         public System.ServiceModel.Discovery.ResolveResponse Resolve(System.ServiceModel.Discovery.ResolveCriteria criteria) { throw null; }
ResolveAsync(System.ServiceModel.Discovery.ResolveCriteria criteria)126         public void ResolveAsync(System.ServiceModel.Discovery.ResolveCriteria criteria) { }
ResolveAsync(System.ServiceModel.Discovery.ResolveCriteria criteria, object userState)127         public void ResolveAsync(System.ServiceModel.Discovery.ResolveCriteria criteria, object userState) { }
ResolveTaskAsync(System.ServiceModel.Discovery.ResolveCriteria criteria)128         public System.Threading.Tasks.Task<System.ServiceModel.Discovery.ResolveResponse> ResolveTaskAsync(System.ServiceModel.Discovery.ResolveCriteria criteria) { throw null; }
ResolveTaskAsync(System.ServiceModel.Discovery.ResolveCriteria criteria, System.Threading.CancellationToken cancellationToken)129         public System.Threading.Tasks.Task<System.ServiceModel.Discovery.ResolveResponse> ResolveTaskAsync(System.ServiceModel.Discovery.ResolveCriteria criteria, System.Threading.CancellationToken cancellationToken) { throw null; }
System.IDisposable.Dispose()130         void System.IDisposable.Dispose() { }
System.ServiceModel.ICommunicationObject.Abort()131         void System.ServiceModel.ICommunicationObject.Abort() { }
System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callback, object state)132         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state)133         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callback, object state)134         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state)135         System.IAsyncResult System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan timeout, System.AsyncCallback callback, object state) { throw null; }
System.ServiceModel.ICommunicationObject.Close()136         void System.ServiceModel.ICommunicationObject.Close() { }
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan timeout)137         void System.ServiceModel.ICommunicationObject.Close(System.TimeSpan timeout) { }
System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult result)138         void System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult result) { }
System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult result)139         void System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult result) { }
System.ServiceModel.ICommunicationObject.Open()140         void System.ServiceModel.ICommunicationObject.Open() { }
System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout)141         void System.ServiceModel.ICommunicationObject.Open(System.TimeSpan timeout) { }
142     }
143     public sealed partial class DiscoveryClientBindingElement : System.ServiceModel.Channels.BindingElement
144     {
145         public static readonly System.ServiceModel.EndpointAddress DiscoveryEndpointAddress;
DiscoveryClientBindingElement()146         public DiscoveryClientBindingElement() { }
DiscoveryClientBindingElement(System.ServiceModel.Discovery.DiscoveryEndpointProvider discoveryEndpointProvider, System.ServiceModel.Discovery.FindCriteria findCriteria)147         public DiscoveryClientBindingElement(System.ServiceModel.Discovery.DiscoveryEndpointProvider discoveryEndpointProvider, System.ServiceModel.Discovery.FindCriteria findCriteria) { }
148         public System.ServiceModel.Discovery.DiscoveryEndpointProvider DiscoveryEndpointProvider { get { throw null; } set { } }
149         public System.ServiceModel.Discovery.FindCriteria FindCriteria { get { throw null; } set { } }
BuildChannelFactory(System.ServiceModel.Channels.BindingContext context)150         public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; }
BuildChannelListener(System.ServiceModel.Channels.BindingContext context)151         public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; }
CanBuildChannelFactory(System.ServiceModel.Channels.BindingContext context)152         public override bool CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; }
CanBuildChannelListener(System.ServiceModel.Channels.BindingContext context)153         public override bool CanBuildChannelListener<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; }
Clone()154         public override System.ServiceModel.Channels.BindingElement Clone() { throw null; }
GetProperty(System.ServiceModel.Channels.BindingContext context)155         public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) { throw null; }
156     }
157     public partial class DiscoveryEndpoint : System.ServiceModel.Description.ServiceEndpoint
158     {
DiscoveryEndpoint()159         public DiscoveryEndpoint() : base (default(System.ServiceModel.Description.ContractDescription)) { }
DiscoveryEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress)160         public DiscoveryEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress) : base (default(System.ServiceModel.Description.ContractDescription)) { }
DiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Discovery.ServiceDiscoveryMode discoveryMode)161         public DiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Discovery.ServiceDiscoveryMode discoveryMode) : base (default(System.ServiceModel.Description.ContractDescription)) { }
DiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Discovery.ServiceDiscoveryMode discoveryMode, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress)162         public DiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.ServiceModel.Discovery.ServiceDiscoveryMode discoveryMode, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress) : base (default(System.ServiceModel.Description.ContractDescription)) { }
163         public System.ServiceModel.Discovery.ServiceDiscoveryMode DiscoveryMode { get { throw null; } }
164         public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get { throw null; } }
165         public System.TimeSpan MaxResponseDelay { get { throw null; } set { } }
166     }
167     public abstract partial class DiscoveryEndpointProvider
168     {
DiscoveryEndpointProvider()169         protected DiscoveryEndpointProvider() { }
GetDiscoveryEndpoint()170         public abstract System.ServiceModel.Discovery.DiscoveryEndpoint GetDiscoveryEndpoint();
171     }
172     public partial class DiscoveryMessageSequence : System.IComparable<System.ServiceModel.Discovery.DiscoveryMessageSequence>, System.IEquatable<System.ServiceModel.Discovery.DiscoveryMessageSequence>
173     {
DiscoveryMessageSequence()174         internal DiscoveryMessageSequence() { }
175         public long InstanceId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
176         public long MessageNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
177         public System.Uri SequenceId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CanCompareTo(System.ServiceModel.Discovery.DiscoveryMessageSequence other)178         public bool CanCompareTo(System.ServiceModel.Discovery.DiscoveryMessageSequence other) { throw null; }
CompareTo(System.ServiceModel.Discovery.DiscoveryMessageSequence other)179         public int CompareTo(System.ServiceModel.Discovery.DiscoveryMessageSequence other) { throw null; }
Equals(object obj)180         public override bool Equals(object obj) { throw null; }
Equals(System.ServiceModel.Discovery.DiscoveryMessageSequence other)181         public bool Equals(System.ServiceModel.Discovery.DiscoveryMessageSequence other) { throw null; }
GetHashCode()182         public override int GetHashCode() { throw null; }
operator ==(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence1, System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence2)183         public static bool operator ==(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence1, System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence2) { throw null; }
operator !=(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence1, System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence2)184         public static bool operator !=(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence1, System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence2) { throw null; }
ToString()185         public override string ToString() { throw null; }
186     }
187     public partial class DiscoveryMessageSequenceGenerator
188     {
DiscoveryMessageSequenceGenerator()189         public DiscoveryMessageSequenceGenerator() { }
DiscoveryMessageSequenceGenerator(long instanceId, System.Uri sequenceId)190         public DiscoveryMessageSequenceGenerator(long instanceId, System.Uri sequenceId) { }
Next()191         public System.ServiceModel.Discovery.DiscoveryMessageSequence Next() { throw null; }
192     }
193     public partial class DiscoveryOperationContextExtension : System.ServiceModel.IExtension<System.ServiceModel.OperationContext>
194     {
DiscoveryOperationContextExtension()195         internal DiscoveryOperationContextExtension() { }
196         public System.ServiceModel.Discovery.ServiceDiscoveryMode DiscoveryMode { get { throw null; } }
197         public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get { throw null; } }
198         public System.TimeSpan MaxResponseDelay { get { throw null; } }
Attach(System.ServiceModel.OperationContext owner)199         void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach(System.ServiceModel.OperationContext owner) { }
Detach(System.ServiceModel.OperationContext owner)200         void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Detach(System.ServiceModel.OperationContext owner) { }
201     }
202     public abstract partial class DiscoveryProxy
203     {
DiscoveryProxy()204         protected DiscoveryProxy() { }
DiscoveryProxy(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator messageSequenceGenerator)205         protected DiscoveryProxy(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator messageSequenceGenerator) { }
DiscoveryProxy(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator messageSequenceGenerator, int duplicateMessageHistoryLength)206         protected DiscoveryProxy(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator messageSequenceGenerator, int duplicateMessageHistoryLength) { }
BeginShouldRedirectFind(System.ServiceModel.Discovery.FindCriteria resolveCriteria, System.AsyncCallback callback, object state)207         protected virtual System.IAsyncResult BeginShouldRedirectFind(System.ServiceModel.Discovery.FindCriteria resolveCriteria, System.AsyncCallback callback, object state) { throw null; }
BeginShouldRedirectResolve(System.ServiceModel.Discovery.ResolveCriteria findCriteria, System.AsyncCallback callback, object state)208         protected virtual System.IAsyncResult BeginShouldRedirectResolve(System.ServiceModel.Discovery.ResolveCriteria findCriteria, System.AsyncCallback callback, object state) { throw null; }
EndShouldRedirectFind(System.IAsyncResult result, out System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> redirectionEndpoints)209         protected virtual bool EndShouldRedirectFind(System.IAsyncResult result, out System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> redirectionEndpoints) { redirectionEndpoints = default(System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata>); throw null; }
EndShouldRedirectResolve(System.IAsyncResult result, out System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> redirectionEndpoints)210         protected virtual bool EndShouldRedirectResolve(System.IAsyncResult result, out System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> redirectionEndpoints) { redirectionEndpoints = default(System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata>); throw null; }
OnBeginFind(System.ServiceModel.Discovery.FindRequestContext findRequestContext, System.AsyncCallback callback, object state)211         protected abstract System.IAsyncResult OnBeginFind(System.ServiceModel.Discovery.FindRequestContext findRequestContext, System.AsyncCallback callback, object state);
OnBeginOfflineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state)212         protected abstract System.IAsyncResult OnBeginOfflineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state);
OnBeginOnlineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state)213         protected abstract System.IAsyncResult OnBeginOnlineAnnouncement(System.ServiceModel.Discovery.DiscoveryMessageSequence messageSequence, System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata, System.AsyncCallback callback, object state);
OnBeginResolve(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria, System.AsyncCallback callback, object state)214         protected abstract System.IAsyncResult OnBeginResolve(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria, System.AsyncCallback callback, object state);
OnEndFind(System.IAsyncResult result)215         protected abstract void OnEndFind(System.IAsyncResult result);
OnEndOfflineAnnouncement(System.IAsyncResult result)216         protected abstract void OnEndOfflineAnnouncement(System.IAsyncResult result);
OnEndOnlineAnnouncement(System.IAsyncResult result)217         protected abstract void OnEndOnlineAnnouncement(System.IAsyncResult result);
OnEndResolve(System.IAsyncResult result)218         protected abstract System.ServiceModel.Discovery.EndpointDiscoveryMetadata OnEndResolve(System.IAsyncResult result);
219     }
220     public abstract partial class DiscoveryService
221     {
DiscoveryService()222         protected DiscoveryService() { }
DiscoveryService(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator discoveryMessageSequenceGenerator)223         protected DiscoveryService(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator discoveryMessageSequenceGenerator) { }
DiscoveryService(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator discoveryMessageSequenceGenerator, int duplicateMessageHistoryLength)224         protected DiscoveryService(System.ServiceModel.Discovery.DiscoveryMessageSequenceGenerator discoveryMessageSequenceGenerator, int duplicateMessageHistoryLength) { }
OnBeginFind(System.ServiceModel.Discovery.FindRequestContext findRequestContext, System.AsyncCallback callback, object state)225         protected abstract System.IAsyncResult OnBeginFind(System.ServiceModel.Discovery.FindRequestContext findRequestContext, System.AsyncCallback callback, object state);
OnBeginResolve(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria, System.AsyncCallback callback, object state)226         protected abstract System.IAsyncResult OnBeginResolve(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria, System.AsyncCallback callback, object state);
OnEndFind(System.IAsyncResult result)227         protected abstract void OnEndFind(System.IAsyncResult result);
OnEndResolve(System.IAsyncResult result)228         protected abstract System.ServiceModel.Discovery.EndpointDiscoveryMetadata OnEndResolve(System.IAsyncResult result);
229     }
230     public abstract partial class DiscoveryServiceExtension : System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>
231     {
DiscoveryServiceExtension()232         protected DiscoveryServiceExtension() { }
233         public System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> PublishedEndpoints { get { throw null; } }
GetDiscoveryService()234         protected abstract System.ServiceModel.Discovery.DiscoveryService GetDiscoveryService();
Attach(System.ServiceModel.ServiceHostBase owner)235         void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Attach(System.ServiceModel.ServiceHostBase owner) { }
Detach(System.ServiceModel.ServiceHostBase owner)236         void System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>.Detach(System.ServiceModel.ServiceHostBase owner) { }
237     }
238     public sealed partial class DiscoveryVersion
239     {
DiscoveryVersion()240         internal DiscoveryVersion() { }
241         public System.Uri AdhocAddress { get { throw null; } }
242         public System.ServiceModel.Channels.MessageVersion MessageVersion { get { throw null; } }
243         public string Name { get { throw null; } }
244         public string Namespace { get { throw null; } }
245         public static System.ServiceModel.Discovery.DiscoveryVersion WSDiscovery11 { get { throw null; } }
246         public static System.ServiceModel.Discovery.DiscoveryVersion WSDiscoveryApril2005 { get { throw null; } }
247         public static System.ServiceModel.Discovery.DiscoveryVersion WSDiscoveryCD1 { get { throw null; } }
FromName(string name)248         public static System.ServiceModel.Discovery.DiscoveryVersion FromName(string name) { throw null; }
ToString()249         public override string ToString() { throw null; }
250     }
251     public partial class DynamicEndpoint : System.ServiceModel.Description.ServiceEndpoint
252     {
DynamicEndpoint(System.ServiceModel.Description.ContractDescription contract, System.ServiceModel.Channels.Binding binding)253         public DynamicEndpoint(System.ServiceModel.Description.ContractDescription contract, System.ServiceModel.Channels.Binding binding) : base (default(System.ServiceModel.Description.ContractDescription)) { }
254         public System.ServiceModel.Discovery.DiscoveryEndpointProvider DiscoveryEndpointProvider { get { throw null; } set { } }
255         public System.ServiceModel.Discovery.FindCriteria FindCriteria { get { throw null; } set { } }
256     }
257     public partial class EndpointDiscoveryBehavior : System.ServiceModel.Description.IEndpointBehavior
258     {
EndpointDiscoveryBehavior()259         public EndpointDiscoveryBehavior() { }
260         public System.Collections.ObjectModel.Collection<System.Xml.XmlQualifiedName> ContractTypeNames { get { throw null; } }
261         public bool Enabled { get { throw null; } set { } }
262         public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get { throw null; } }
263         public System.Collections.ObjectModel.Collection<System.Uri> Scopes { get { throw null; } }
System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters)264         void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { }
System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime)265         void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime) { }
System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher)266         void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher) { }
System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint endpoint)267         void System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint endpoint) { }
268     }
269     public partial class EndpointDiscoveryMetadata
270     {
EndpointDiscoveryMetadata()271         public EndpointDiscoveryMetadata() { }
272         public System.ServiceModel.EndpointAddress Address { get { throw null; } set { } }
273         public System.Collections.ObjectModel.Collection<System.Xml.XmlQualifiedName> ContractTypeNames { get { throw null; } }
274         public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get { throw null; } }
275         public System.Collections.ObjectModel.Collection<System.Uri> ListenUris { get { throw null; } }
276         public System.Collections.ObjectModel.Collection<System.Uri> Scopes { get { throw null; } }
277         public int Version { get { throw null; } set { } }
FromServiceEndpoint(System.ServiceModel.Description.ServiceEndpoint endpoint)278         public static System.ServiceModel.Discovery.EndpointDiscoveryMetadata FromServiceEndpoint(System.ServiceModel.Description.ServiceEndpoint endpoint) { throw null; }
FromServiceEndpoint(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher)279         public static System.ServiceModel.Discovery.EndpointDiscoveryMetadata FromServiceEndpoint(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher) { throw null; }
280     }
281     public partial class FindCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
282     {
FindCompletedEventArgs()283         internal FindCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
284         public System.ServiceModel.Discovery.FindResponse Result { get { throw null; } }
285     }
286     public partial class FindCriteria
287     {
288         public static readonly System.Uri ScopeMatchByExact;
289         public static readonly System.Uri ScopeMatchByLdap;
290         public static readonly System.Uri ScopeMatchByNone;
291         public static readonly System.Uri ScopeMatchByPrefix;
292         public static readonly System.Uri ScopeMatchByUuid;
FindCriteria()293         public FindCriteria() { }
FindCriteria(System.Type contractType)294         public FindCriteria(System.Type contractType) { }
295         public System.Collections.ObjectModel.Collection<System.Xml.XmlQualifiedName> ContractTypeNames { get { throw null; } }
296         public System.TimeSpan Duration { get { throw null; } set { } }
297         public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get { throw null; } }
298         public int MaxResults { get { throw null; } set { } }
299         public System.Uri ScopeMatchBy { get { throw null; } set { } }
300         public System.Collections.ObjectModel.Collection<System.Uri> Scopes { get { throw null; } }
CreateMetadataExchangeEndpointCriteria()301         public static System.ServiceModel.Discovery.FindCriteria CreateMetadataExchangeEndpointCriteria() { throw null; }
CreateMetadataExchangeEndpointCriteria(System.Collections.Generic.IEnumerable<System.Xml.XmlQualifiedName> contractTypeNames)302         public static System.ServiceModel.Discovery.FindCriteria CreateMetadataExchangeEndpointCriteria(System.Collections.Generic.IEnumerable<System.Xml.XmlQualifiedName> contractTypeNames) { throw null; }
CreateMetadataExchangeEndpointCriteria(System.Type contractType)303         public static System.ServiceModel.Discovery.FindCriteria CreateMetadataExchangeEndpointCriteria(System.Type contractType) { throw null; }
IsMatch(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata)304         public bool IsMatch(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata) { throw null; }
305     }
306     public partial class FindProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
307     {
FindProgressChangedEventArgs()308         internal FindProgressChangedEventArgs() : base (default(int), default(object)) { }
309         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata EndpointDiscoveryMetadata { get { throw null; } }
310         public System.ServiceModel.Discovery.DiscoveryMessageSequence MessageSequence { get { throw null; } }
311     }
312     public partial class FindRequestContext
313     {
FindRequestContext(System.ServiceModel.Discovery.FindCriteria criteria)314         protected FindRequestContext(System.ServiceModel.Discovery.FindCriteria criteria) { }
315         public System.ServiceModel.Discovery.FindCriteria Criteria { get { throw null; } }
AddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint)316         public void AddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint) { }
OnAddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint)317         protected virtual void OnAddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint) { }
318     }
319     public partial class FindResponse
320     {
FindResponse()321         internal FindResponse() { }
322         public System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> Endpoints { get { throw null; } }
GetMessageSequence(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata)323         public System.ServiceModel.Discovery.DiscoveryMessageSequence GetMessageSequence(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata) { throw null; }
324     }
325     public partial class ResolveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
326     {
ResolveCompletedEventArgs()327         internal ResolveCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
328         public System.ServiceModel.Discovery.ResolveResponse Result { get { throw null; } }
329     }
330     public partial class ResolveCriteria
331     {
ResolveCriteria()332         public ResolveCriteria() { }
ResolveCriteria(System.ServiceModel.EndpointAddress address)333         public ResolveCriteria(System.ServiceModel.EndpointAddress address) { }
334         public System.ServiceModel.EndpointAddress Address { get { throw null; } set { } }
335         public System.TimeSpan Duration { get { throw null; } set { } }
336         public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get { throw null; } }
337     }
338     public partial class ResolveResponse
339     {
ResolveResponse()340         internal ResolveResponse() { }
341         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata EndpointDiscoveryMetadata { get { throw null; } }
342         public System.ServiceModel.Discovery.DiscoveryMessageSequence MessageSequence { get { throw null; } }
343     }
344     public partial class ServiceDiscoveryBehavior : System.ServiceModel.Description.IServiceBehavior
345     {
ServiceDiscoveryBehavior()346         public ServiceDiscoveryBehavior() { }
347         public System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.AnnouncementEndpoint> AnnouncementEndpoints { get { throw null; } }
System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase, System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ServiceEndpoint> endpoints, System.ServiceModel.Channels.BindingParameterCollection bindingParameters)348         void System.ServiceModel.Description.IServiceBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase, System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ServiceEndpoint> endpoints, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { }
System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase)349         void System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase) { }
System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase)350         void System.ServiceModel.Description.IServiceBehavior.Validate(System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase) { }
351     }
352     public enum ServiceDiscoveryMode
353     {
354         Adhoc = 0,
355         Managed = 1,
356     }
357     public partial class UdpAnnouncementEndpoint : System.ServiceModel.Discovery.AnnouncementEndpoint
358     {
359         public static readonly System.Uri DefaultIPv4MulticastAddress;
360         public static readonly System.Uri DefaultIPv6MulticastAddress;
UdpAnnouncementEndpoint()361         public UdpAnnouncementEndpoint() { }
UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion)362         public UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion) { }
UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, string multicastAddress)363         public UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, string multicastAddress) { }
UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.Uri multicastAddress)364         public UdpAnnouncementEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.Uri multicastAddress) { }
UdpAnnouncementEndpoint(string multicastAddress)365         public UdpAnnouncementEndpoint(string multicastAddress) { }
UdpAnnouncementEndpoint(System.Uri multicastAddress)366         public UdpAnnouncementEndpoint(System.Uri multicastAddress) { }
367         public System.Uri MulticastAddress { get { throw null; } set { } }
368         [System.ObsoleteAttribute("TranportSettings property in System.SerivceModel.Discovery.UdpAnnouncementEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")]
369         public System.ServiceModel.Discovery.UdpTransportSettings TransportSettings { get { throw null; } }
370     }
371     public partial class UdpDiscoveryEndpoint : System.ServiceModel.Discovery.DiscoveryEndpoint
372     {
373         public static readonly System.Uri DefaultIPv4MulticastAddress;
374         public static readonly System.Uri DefaultIPv6MulticastAddress;
UdpDiscoveryEndpoint()375         public UdpDiscoveryEndpoint() { }
UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion)376         public UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion) { }
UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, string multicastAddress)377         public UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, string multicastAddress) { }
UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.Uri multicastAddress)378         public UdpDiscoveryEndpoint(System.ServiceModel.Discovery.DiscoveryVersion discoveryVersion, System.Uri multicastAddress) { }
UdpDiscoveryEndpoint(string multicastAddress)379         public UdpDiscoveryEndpoint(string multicastAddress) { }
UdpDiscoveryEndpoint(System.Uri multicastAddress)380         public UdpDiscoveryEndpoint(System.Uri multicastAddress) { }
381         public System.Uri MulticastAddress { get { throw null; } set { } }
382         [System.ObsoleteAttribute("TranportSettings property in System.SerivceModel.Discovery.UdpDiscoveryEndpoint is obsolete. Consider using System.ServiceModel.Channels.UdpTransportBindingElement for setting the transport properties.")]
383         public System.ServiceModel.Discovery.UdpTransportSettings TransportSettings { get { throw null; } }
384     }
385     public partial class UdpTransportSettings
386     {
UdpTransportSettings()387         internal UdpTransportSettings() { }
388         public int DuplicateMessageHistoryLength { get { throw null; } set { } }
389         public long MaxBufferPoolSize { get { throw null; } set { } }
390         public int MaxMulticastRetransmitCount { get { throw null; } set { } }
391         public int MaxPendingMessageCount { get { throw null; } set { } }
392         public long MaxReceivedMessageSize { get { throw null; } set { } }
393         public int MaxUnicastRetransmitCount { get { throw null; } set { } }
394         public string MulticastInterfaceId { get { throw null; } set { } }
395         public int SocketReceiveBufferSize { get { throw null; } set { } }
396         public int TimeToLive { get { throw null; } set { } }
397     }
398 }
399 namespace System.ServiceModel.Discovery.Configuration
400 {
401     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Configuration.ChannelEndpointElement), AddItemName="endpoint")]
402     public sealed partial class AnnouncementChannelEndpointElementCollection : System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection<System.ServiceModel.Configuration.ChannelEndpointElement>
403     {
AnnouncementChannelEndpointElementCollection()404         public AnnouncementChannelEndpointElementCollection() { }
GetElementKey(System.Configuration.ConfigurationElement element)405         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
406     }
407     public partial class AnnouncementEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.AnnouncementEndpoint, System.ServiceModel.Discovery.Configuration.AnnouncementEndpointElement>
408     {
AnnouncementEndpointCollectionElement()409         public AnnouncementEndpointCollectionElement() { }
410     }
411     public partial class AnnouncementEndpointElement : System.ServiceModel.Configuration.StandardEndpointElement
412     {
AnnouncementEndpointElement()413         public AnnouncementEndpointElement() { }
414         [System.ComponentModel.TypeConverterAttribute(typeof(System.ServiceModel.Discovery.Configuration.DiscoveryVersionConverter))]
415         [System.Configuration.ConfigurationPropertyAttribute("discoveryVersion", DefaultValue="WSDiscovery11")]
416         public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get { throw null; } set { } }
417         protected internal override System.Type EndpointType { get { throw null; } }
418         [System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter")]
419         [System.Configuration.ConfigurationPropertyAttribute("maxAnnouncementDelay", DefaultValue="00:00:00")]
420         public System.TimeSpan MaxAnnouncementDelay { get { throw null; } set { } }
421         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription)422         protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription) { throw null; }
InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint)423         protected internal override void InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement)424         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)425         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement)426         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)427         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
428     }
429     public sealed partial class ContractTypeNameElement : System.Configuration.ConfigurationElement
430     {
ContractTypeNameElement()431         public ContractTypeNameElement() { }
ContractTypeNameElement(string name, string ns)432         public ContractTypeNameElement(string name, string ns) { }
433         [System.Configuration.ConfigurationPropertyAttribute("name", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
434         [System.Configuration.StringValidatorAttribute(MinLength=1)]
435         public string Name { get { throw null; } set { } }
436         [System.Configuration.ConfigurationPropertyAttribute("namespace", DefaultValue="http://tempuri.org/", Options=(System.Configuration.ConfigurationPropertyOptions)(4))]
437         public string Namespace { get { throw null; } set { } }
438         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
439     }
440     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Discovery.Configuration.ContractTypeNameElement))]
441     public sealed partial class ContractTypeNameElementCollection : System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection<System.ServiceModel.Discovery.Configuration.ContractTypeNameElement>
442     {
ContractTypeNameElementCollection()443         public ContractTypeNameElementCollection() { }
GetElementKey(System.Configuration.ConfigurationElement element)444         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
445     }
446     public sealed partial class DiscoveryClientElement : System.ServiceModel.Configuration.BindingElementExtensionElement
447     {
DiscoveryClientElement()448         public DiscoveryClientElement() { }
449         public override System.Type BindingElementType { get { throw null; } }
450         [System.Configuration.ConfigurationPropertyAttribute("endpoint")]
451         public System.ServiceModel.Configuration.ChannelEndpointElement DiscoveryEndpoint { get { throw null; } }
452         [System.Configuration.ConfigurationPropertyAttribute("findCriteria")]
453         public System.ServiceModel.Discovery.Configuration.FindCriteriaElement FindCriteria { get { throw null; } }
454         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
ApplyConfiguration(System.ServiceModel.Channels.BindingElement bindingElement)455         public override void ApplyConfiguration(System.ServiceModel.Channels.BindingElement bindingElement) { }
CopyFrom(System.ServiceModel.Configuration.ServiceModelExtensionElement from)456         public override void CopyFrom(System.ServiceModel.Configuration.ServiceModelExtensionElement from) { }
CreateBindingElement()457         protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement() { throw null; }
InitializeFrom(System.ServiceModel.Channels.BindingElement bindingElement)458         protected internal override void InitializeFrom(System.ServiceModel.Channels.BindingElement bindingElement) { }
459     }
460     public sealed partial class DiscoveryClientSettingsElement : System.Configuration.ConfigurationElement
461     {
DiscoveryClientSettingsElement()462         public DiscoveryClientSettingsElement() { }
463         [System.Configuration.ConfigurationPropertyAttribute("endpoint")]
464         public System.ServiceModel.Configuration.ChannelEndpointElement DiscoveryEndpoint { get { throw null; } }
465         [System.Configuration.ConfigurationPropertyAttribute("findCriteria")]
466         public System.ServiceModel.Discovery.Configuration.FindCriteriaElement FindCriteria { get { throw null; } }
467         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
468     }
469     public partial class DiscoveryEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.DiscoveryEndpoint, System.ServiceModel.Discovery.Configuration.DiscoveryEndpointElement>
470     {
DiscoveryEndpointCollectionElement()471         public DiscoveryEndpointCollectionElement() { }
472     }
473     public partial class DiscoveryEndpointElement : System.ServiceModel.Configuration.StandardEndpointElement
474     {
DiscoveryEndpointElement()475         public DiscoveryEndpointElement() { }
476         [System.Configuration.ConfigurationPropertyAttribute("discoveryMode", DefaultValue=(System.ServiceModel.Discovery.ServiceDiscoveryMode)(1))]
477         public System.ServiceModel.Discovery.ServiceDiscoveryMode DiscoveryMode { get { throw null; } set { } }
478         [System.ComponentModel.TypeConverterAttribute(typeof(System.ServiceModel.Discovery.Configuration.DiscoveryVersionConverter))]
479         [System.Configuration.ConfigurationPropertyAttribute("discoveryVersion", DefaultValue="WSDiscovery11")]
480         public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get { throw null; } set { } }
481         protected internal override System.Type EndpointType { get { throw null; } }
482         [System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter")]
483         [System.Configuration.ConfigurationPropertyAttribute("maxResponseDelay", DefaultValue="00:00:00")]
484         public System.TimeSpan MaxResponseDelay { get { throw null; } set { } }
485         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription)486         protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription) { throw null; }
InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint)487         protected internal override void InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement)488         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)489         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement)490         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)491         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
492     }
493     public partial class DiscoveryVersionConverter : System.ComponentModel.TypeConverter
494     {
DiscoveryVersionConverter()495         public DiscoveryVersionConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)496         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)497         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)498         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)499         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
500     }
501     public partial class DynamicEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.DynamicEndpoint, System.ServiceModel.Discovery.Configuration.DynamicEndpointElement>
502     {
DynamicEndpointCollectionElement()503         public DynamicEndpointCollectionElement() { }
504     }
505     public sealed partial class DynamicEndpointElement : System.ServiceModel.Configuration.StandardEndpointElement
506     {
DynamicEndpointElement()507         public DynamicEndpointElement() { }
508         [System.Configuration.ConfigurationPropertyAttribute("discoveryClientSettings")]
509         public System.ServiceModel.Discovery.Configuration.DiscoveryClientSettingsElement DiscoveryClientSettings { get { throw null; } }
510         protected internal override System.Type EndpointType { get { throw null; } }
511         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription)512         protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription) { throw null; }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement)513         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)514         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement)515         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)516         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
517     }
518     public sealed partial class EndpointDiscoveryElement : System.ServiceModel.Configuration.BehaviorExtensionElement
519     {
EndpointDiscoveryElement()520         public EndpointDiscoveryElement() { }
521         public override System.Type BehaviorType { get { throw null; } }
522         [System.Configuration.ConfigurationPropertyAttribute("types")]
523         public System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection ContractTypeNames { get { throw null; } }
524         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=true)]
525         public bool Enabled { get { throw null; } set { } }
526         [System.Configuration.ConfigurationPropertyAttribute("extensions")]
527         public System.ServiceModel.Configuration.XmlElementElementCollection Extensions { get { throw null; } }
528         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
529         [System.Configuration.ConfigurationPropertyAttribute("scopes")]
530         public System.ServiceModel.Discovery.Configuration.ScopeElementCollection Scopes { get { throw null; } }
CreateBehavior()531         protected internal override object CreateBehavior() { throw null; }
532     }
533     public sealed partial class FindCriteriaElement : System.Configuration.ConfigurationElement
534     {
FindCriteriaElement()535         public FindCriteriaElement() { }
536         [System.Configuration.ConfigurationPropertyAttribute("types")]
537         public System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection ContractTypeNames { get { throw null; } }
538         [System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter")]
539         [System.Configuration.ConfigurationPropertyAttribute("duration", DefaultValue="00:00:20")]
540         public System.TimeSpan Duration { get { throw null; } set { } }
541         [System.Configuration.ConfigurationPropertyAttribute("extensions")]
542         public System.ServiceModel.Configuration.XmlElementElementCollection Extensions { get { throw null; } }
543         [System.Configuration.ConfigurationPropertyAttribute("maxResults", DefaultValue=2147483647)]
544         [System.Configuration.IntegerValidatorAttribute(MinValue=1, MaxValue=2147483647)]
545         public int MaxResults { get { throw null; } set { } }
546         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
547         [System.Configuration.ConfigurationPropertyAttribute("scopeMatchBy")]
548         public System.Uri ScopeMatchBy { get { throw null; } set { } }
549         [System.Configuration.ConfigurationPropertyAttribute("scopes")]
550         public System.ServiceModel.Discovery.Configuration.ScopeElementCollection Scopes { get { throw null; } }
551     }
552     public sealed partial class ScopeElement : System.Configuration.ConfigurationElement
553     {
ScopeElement()554         public ScopeElement() { }
555         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
556         [System.Configuration.CallbackValidatorAttribute(CallbackMethodName="ScopeValidatorCallback", Type=typeof(System.ServiceModel.Discovery.Configuration.ScopeElement))]
557         [System.Configuration.ConfigurationPropertyAttribute("scope", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
558         public System.Uri Scope { get { throw null; } set { } }
559     }
560     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.ServiceModel.Discovery.Configuration.ScopeElement))]
561     public sealed partial class ScopeElementCollection : System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection<System.ServiceModel.Discovery.Configuration.ScopeElement>
562     {
ScopeElementCollection()563         public ScopeElementCollection() { }
GetElementKey(System.Configuration.ConfigurationElement element)564         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
565     }
566     public sealed partial class ServiceDiscoveryElement : System.ServiceModel.Configuration.BehaviorExtensionElement
567     {
ServiceDiscoveryElement()568         public ServiceDiscoveryElement() { }
569         [System.Configuration.ConfigurationPropertyAttribute("announcementEndpoints")]
570         public System.ServiceModel.Discovery.Configuration.AnnouncementChannelEndpointElementCollection AnnouncementEndpoints { get { throw null; } }
571         public override System.Type BehaviorType { get { throw null; } }
572         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
CreateBehavior()573         protected internal override object CreateBehavior() { throw null; }
574     }
575     public partial class UdpAnnouncementEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.UdpAnnouncementEndpoint, System.ServiceModel.Discovery.Configuration.UdpAnnouncementEndpointElement>
576     {
UdpAnnouncementEndpointCollectionElement()577         public UdpAnnouncementEndpointCollectionElement() { }
578     }
579     public partial class UdpAnnouncementEndpointElement : System.ServiceModel.Discovery.Configuration.AnnouncementEndpointElement
580     {
UdpAnnouncementEndpointElement()581         public UdpAnnouncementEndpointElement() { }
582         protected internal override System.Type EndpointType { get { throw null; } }
583         [System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter")]
584         [System.Configuration.ConfigurationPropertyAttribute("maxAnnouncementDelay", DefaultValue="00:00:00.500")]
585         public new System.TimeSpan MaxAnnouncementDelay { get { throw null; } set { } }
586         [System.Configuration.ConfigurationPropertyAttribute("multicastAddress", DefaultValue="soap.udp://239.255.255.250:3702")]
587         public System.Uri MulticastAddress { get { throw null; } set { } }
588         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
589         [System.Configuration.ConfigurationPropertyAttribute("transportSettings")]
590         public System.ServiceModel.Discovery.Configuration.UdpTransportSettingsElement TransportSettings { get { throw null; } }
CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription)591         protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription) { throw null; }
InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint)592         protected internal override void InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement)593         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)594         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement)595         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)596         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
597     }
598     public partial class UdpDiscoveryEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.UdpDiscoveryEndpoint, System.ServiceModel.Discovery.Configuration.UdpDiscoveryEndpointElement>
599     {
UdpDiscoveryEndpointCollectionElement()600         public UdpDiscoveryEndpointCollectionElement() { }
601     }
602     public partial class UdpDiscoveryEndpointElement : System.ServiceModel.Discovery.Configuration.DiscoveryEndpointElement
603     {
UdpDiscoveryEndpointElement()604         public UdpDiscoveryEndpointElement() { }
605         [System.Configuration.ConfigurationPropertyAttribute("discoveryMode", DefaultValue=(System.ServiceModel.Discovery.ServiceDiscoveryMode)(0))]
606         public new System.ServiceModel.Discovery.ServiceDiscoveryMode DiscoveryMode { get { throw null; } set { } }
607         protected internal override System.Type EndpointType { get { throw null; } }
608         [System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter")]
609         [System.Configuration.ConfigurationPropertyAttribute("maxResponseDelay", DefaultValue="00:00:00.500")]
610         public new System.TimeSpan MaxResponseDelay { get { throw null; } set { } }
611         [System.Configuration.ConfigurationPropertyAttribute("multicastAddress", DefaultValue="soap.udp://239.255.255.250:3702")]
612         public System.Uri MulticastAddress { get { throw null; } set { } }
613         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
614         [System.Configuration.ConfigurationPropertyAttribute("transportSettings")]
615         public System.ServiceModel.Discovery.Configuration.UdpTransportSettingsElement TransportSettings { get { throw null; } }
CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription)616         protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint(System.ServiceModel.Description.ContractDescription contractDescription) { throw null; }
InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint)617         protected internal override void InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement)618         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement) { }
OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)619         protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement)620         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement) { }
OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement)621         protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement) { }
622     }
623     public sealed partial class UdpTransportSettingsElement : System.Configuration.ConfigurationElement
624     {
UdpTransportSettingsElement()625         public UdpTransportSettingsElement() { }
626         [System.Configuration.ConfigurationPropertyAttribute("duplicateMessageHistoryLength", DefaultValue=4112)]
627         [System.Configuration.IntegerValidatorAttribute(MinValue=0, MaxValue=2147483647)]
628         public int DuplicateMessageHistoryLength { get { throw null; } set { } }
629         [System.Configuration.ConfigurationPropertyAttribute("maxBufferPoolSize", DefaultValue=(long)524288)]
630         [System.Configuration.LongValidatorAttribute(MinValue=(long)1, MaxValue=(long)9223372036854775807)]
631         public long MaxBufferPoolSize { get { throw null; } set { } }
632         [System.Configuration.ConfigurationPropertyAttribute("maxMulticastRetransmitCount", DefaultValue=2)]
633         [System.Configuration.IntegerValidatorAttribute(MinValue=0, MaxValue=2147483647)]
634         public int MaxMulticastRetransmitCount { get { throw null; } set { } }
635         [System.Configuration.ConfigurationPropertyAttribute("maxPendingMessageCount", DefaultValue=32)]
636         [System.Configuration.IntegerValidatorAttribute(MinValue=1, MaxValue=2147483647)]
637         public int MaxPendingMessageCount { get { throw null; } set { } }
638         [System.Configuration.ConfigurationPropertyAttribute("maxReceivedMessageSize", DefaultValue=(long)65536)]
639         [System.Configuration.LongValidatorAttribute(MinValue=(long)1, MaxValue=(long)65536)]
640         public long MaxReceivedMessageSize { get { throw null; } set { } }
641         [System.Configuration.ConfigurationPropertyAttribute("maxUnicastRetransmitCount", DefaultValue=1)]
642         [System.Configuration.IntegerValidatorAttribute(MinValue=0, MaxValue=2147483647)]
643         public int MaxUnicastRetransmitCount { get { throw null; } set { } }
644         [System.Configuration.ConfigurationPropertyAttribute("multicastInterfaceId")]
645         public string MulticastInterfaceId { get { throw null; } set { } }
646         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
647         [System.Configuration.ConfigurationPropertyAttribute("socketReceiveBufferSize", DefaultValue=65536)]
648         [System.Configuration.IntegerValidatorAttribute(MinValue=1, MaxValue=2147483647)]
649         public int SocketReceiveBufferSize { get { throw null; } set { } }
650         [System.Configuration.ConfigurationPropertyAttribute("timeToLive", DefaultValue=1)]
651         [System.Configuration.IntegerValidatorAttribute(MinValue=0, MaxValue=255)]
652         public int TimeToLive { get { throw null; } set { } }
653     }
654 }
655 namespace System.ServiceModel.Discovery.Version11
656 {
657     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
658     public partial class DiscoveryMessageSequence11 : System.Xml.Serialization.IXmlSerializable
659     {
DiscoveryMessageSequence11()660         internal DiscoveryMessageSequence11() { }
FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence)661         public static System.ServiceModel.Discovery.Version11.DiscoveryMessageSequence11 FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence) { throw null; }
GetSchema()662         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)663         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)664         public void ReadXml(System.Xml.XmlReader reader) { }
ToDiscoveryMessageSequence()665         public System.ServiceModel.Discovery.DiscoveryMessageSequence ToDiscoveryMessageSequence() { throw null; }
WriteXml(System.Xml.XmlWriter writer)666         public void WriteXml(System.Xml.XmlWriter writer) { }
667     }
668     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
669     public partial class EndpointDiscoveryMetadata11 : System.Xml.Serialization.IXmlSerializable
670     {
EndpointDiscoveryMetadata11()671         internal EndpointDiscoveryMetadata11() { }
FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata)672         public static System.ServiceModel.Discovery.Version11.EndpointDiscoveryMetadata11 FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata) { throw null; }
GetSchema()673         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)674         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)675         public void ReadXml(System.Xml.XmlReader reader) { }
ToEndpointDiscoveryMetadata()676         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata ToEndpointDiscoveryMetadata() { throw null; }
WriteXml(System.Xml.XmlWriter writer)677         public void WriteXml(System.Xml.XmlWriter writer) { }
678     }
679     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
680     public partial class FindCriteria11 : System.Xml.Serialization.IXmlSerializable
681     {
FindCriteria11()682         internal FindCriteria11() { }
FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria)683         public static System.ServiceModel.Discovery.Version11.FindCriteria11 FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria) { throw null; }
GetSchema()684         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)685         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)686         public void ReadXml(System.Xml.XmlReader reader) { }
ToFindCriteria()687         public System.ServiceModel.Discovery.FindCriteria ToFindCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)688         public void WriteXml(System.Xml.XmlWriter writer) { }
689     }
690     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
691     public partial class ResolveCriteria11 : System.Xml.Serialization.IXmlSerializable
692     {
ResolveCriteria11()693         internal ResolveCriteria11() { }
FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria)694         public static System.ServiceModel.Discovery.Version11.ResolveCriteria11 FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria) { throw null; }
GetSchema()695         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)696         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)697         public void ReadXml(System.Xml.XmlReader reader) { }
ToResolveCriteria()698         public System.ServiceModel.Discovery.ResolveCriteria ToResolveCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)699         public void WriteXml(System.Xml.XmlWriter writer) { }
700     }
701 }
702 namespace System.ServiceModel.Discovery.VersionApril2005
703 {
704     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
705     public partial class DiscoveryMessageSequenceApril2005 : System.Xml.Serialization.IXmlSerializable
706     {
DiscoveryMessageSequenceApril2005()707         internal DiscoveryMessageSequenceApril2005() { }
FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence)708         public static System.ServiceModel.Discovery.VersionApril2005.DiscoveryMessageSequenceApril2005 FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence) { throw null; }
GetSchema()709         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)710         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)711         public void ReadXml(System.Xml.XmlReader reader) { }
ToDiscoveryMessageSequence()712         public System.ServiceModel.Discovery.DiscoveryMessageSequence ToDiscoveryMessageSequence() { throw null; }
WriteXml(System.Xml.XmlWriter writer)713         public void WriteXml(System.Xml.XmlWriter writer) { }
714     }
715     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
716     public partial class EndpointDiscoveryMetadataApril2005 : System.Xml.Serialization.IXmlSerializable
717     {
EndpointDiscoveryMetadataApril2005()718         internal EndpointDiscoveryMetadataApril2005() { }
FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata)719         public static System.ServiceModel.Discovery.VersionApril2005.EndpointDiscoveryMetadataApril2005 FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata) { throw null; }
GetSchema()720         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)721         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)722         public void ReadXml(System.Xml.XmlReader reader) { }
ToEndpointDiscoveryMetadata()723         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata ToEndpointDiscoveryMetadata() { throw null; }
WriteXml(System.Xml.XmlWriter writer)724         public void WriteXml(System.Xml.XmlWriter writer) { }
725     }
726     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
727     public partial class FindCriteriaApril2005 : System.Xml.Serialization.IXmlSerializable
728     {
FindCriteriaApril2005()729         internal FindCriteriaApril2005() { }
FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria)730         public static System.ServiceModel.Discovery.VersionApril2005.FindCriteriaApril2005 FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria) { throw null; }
GetSchema()731         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)732         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)733         public void ReadXml(System.Xml.XmlReader reader) { }
ToFindCriteria()734         public System.ServiceModel.Discovery.FindCriteria ToFindCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)735         public void WriteXml(System.Xml.XmlWriter writer) { }
736     }
737     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
738     public partial class ResolveCriteriaApril2005 : System.Xml.Serialization.IXmlSerializable
739     {
ResolveCriteriaApril2005()740         internal ResolveCriteriaApril2005() { }
FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria)741         public static System.ServiceModel.Discovery.VersionApril2005.ResolveCriteriaApril2005 FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria) { throw null; }
GetSchema()742         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)743         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)744         public void ReadXml(System.Xml.XmlReader reader) { }
ToResolveCriteria()745         public System.ServiceModel.Discovery.ResolveCriteria ToResolveCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)746         public void WriteXml(System.Xml.XmlWriter writer) { }
747     }
748 }
749 namespace System.ServiceModel.Discovery.VersionCD1
750 {
751     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
752     public partial class DiscoveryMessageSequenceCD1 : System.Xml.Serialization.IXmlSerializable
753     {
DiscoveryMessageSequenceCD1()754         internal DiscoveryMessageSequenceCD1() { }
FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence)755         public static System.ServiceModel.Discovery.VersionCD1.DiscoveryMessageSequenceCD1 FromDiscoveryMessageSequence(System.ServiceModel.Discovery.DiscoveryMessageSequence discoveryMessageSequence) { throw null; }
GetSchema()756         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)757         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)758         public void ReadXml(System.Xml.XmlReader reader) { }
ToDiscoveryMessageSequence()759         public System.ServiceModel.Discovery.DiscoveryMessageSequence ToDiscoveryMessageSequence() { throw null; }
WriteXml(System.Xml.XmlWriter writer)760         public void WriteXml(System.Xml.XmlWriter writer) { }
761     }
762     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
763     public partial class EndpointDiscoveryMetadataCD1 : System.Xml.Serialization.IXmlSerializable
764     {
EndpointDiscoveryMetadataCD1()765         internal EndpointDiscoveryMetadataCD1() { }
FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata)766         public static System.ServiceModel.Discovery.VersionCD1.EndpointDiscoveryMetadataCD1 FromEndpointDiscoveryMetadata(System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata) { throw null; }
GetSchema()767         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)768         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)769         public void ReadXml(System.Xml.XmlReader reader) { }
ToEndpointDiscoveryMetadata()770         public System.ServiceModel.Discovery.EndpointDiscoveryMetadata ToEndpointDiscoveryMetadata() { throw null; }
WriteXml(System.Xml.XmlWriter writer)771         public void WriteXml(System.Xml.XmlWriter writer) { }
772     }
773     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
774     public partial class FindCriteriaCD1 : System.Xml.Serialization.IXmlSerializable
775     {
FindCriteriaCD1()776         internal FindCriteriaCD1() { }
FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria)777         public static System.ServiceModel.Discovery.VersionCD1.FindCriteriaCD1 FromFindCriteria(System.ServiceModel.Discovery.FindCriteria findCriteria) { throw null; }
GetSchema()778         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)779         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)780         public void ReadXml(System.Xml.XmlReader reader) { }
ToFindCriteria()781         public System.ServiceModel.Discovery.FindCriteria ToFindCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)782         public void WriteXml(System.Xml.XmlWriter writer) { }
783     }
784     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetSchema")]
785     public partial class ResolveCriteriaCD1 : System.Xml.Serialization.IXmlSerializable
786     {
ResolveCriteriaCD1()787         internal ResolveCriteriaCD1() { }
FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria)788         public static System.ServiceModel.Discovery.VersionCD1.ResolveCriteriaCD1 FromResolveCriteria(System.ServiceModel.Discovery.ResolveCriteria resolveCriteria) { throw null; }
GetSchema()789         public System.Xml.Schema.XmlSchema GetSchema() { throw null; }
GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)790         public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
ReadXml(System.Xml.XmlReader reader)791         public void ReadXml(System.Xml.XmlReader reader) { }
ToResolveCriteria()792         public System.ServiceModel.Discovery.ResolveCriteria ToResolveCriteria() { throw null; }
WriteXml(System.Xml.XmlWriter writer)793         public void WriteXml(System.Xml.XmlWriter writer) { }
794     }
795 }
796