Home
last modified time | relevance | path

Searched refs:EndWaitForMessage (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DInputChannelBase.cs59 public abstract bool EndWaitForMessage (IAsyncResult result); in EndWaitForMessage() method in System.ServiceModel.Channels.InputChannelBase
78 return EndWaitForMessage (BeginWaitForMessage (timeout, null, null)); in WaitForMessage()
H A DIInputChannel.cs42 bool EndWaitForMessage (IAsyncResult result); in EndWaitForMessage() method
H A DMsmqInputChannel.cs75 public override bool EndWaitForMessage (IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.MsmqInputChannel
H A DPeerInputChannel.cs76 public override bool EndWaitForMessage (IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.PeerInputChannel
H A DDuplexChannelBase.cs211 public virtual bool EndWaitForMessage (IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.DuplexChannelBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSynchronizedMessageSource.cs27 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.SynchronizedMessageSource
257 SetReturnValue(Source.EndWaitForMessage()); in PerformOperation()
271 thisPtr.SetReturnValue(thisPtr.Source.EndWaitForMessage()); in OnWaitForMessageComplete()
H A DContextInputChannelBase.cs68 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.ContextInputChannelBase
70 return this.InnerChannel.EndWaitForMessage(result); in EndWaitForMessage()
H A DContextDuplexSessionChannel.cs89 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.ContextDuplexSessionChannel
91 return this.InnerChannel.EndWaitForMessage(result); in EndWaitForMessage()
H A DIMessageSource.cs22 bool EndWaitForMessage(); in EndWaitForMessage() method
H A DIInputChannel.cs26 bool EndWaitForMessage(IAsyncResult result); in EndWaitForMessage() method
H A DLayeredChannelFactory.cs164 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.LayeredInputChannel
166 return InnerChannel.EndWaitForMessage(result); in EndWaitForMessage()
H A DMsmqInputChannelBase.cs301 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.MsmqInputChannelBase
312 return this.receiver.EndWaitForMessage(result); in EndWaitForMessage()
H A DInternalDuplexChannelListener.cs371 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.InternalDuplexChannelListener.ServerCompositeDuplexChannel
373 return innerInputChannel.EndWaitForMessage(result); in EndWaitForMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DDiscoveryClientDuplexChannel.cs77 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Discovery.DiscoveryClientDuplexChannel
79 return this.InnerChannel.EndWaitForMessage(result); in EndWaitForMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DInputChannelBinder.cs148 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.InputChannelBinder
150 return this.channel.EndWaitForMessage(result); in EndWaitForMessage()
H A DErrorhandlingReceiver.cs234 internal void EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.ErrorHandlingReceiver
245 this.binder.EndWaitForMessage(result); in EndWaitForMessage()
H A DBufferedReceiveBinder.cs169 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.BufferedReceiveBinder
171 return this.channelBinder.EndWaitForMessage(result); in EndWaitForMessage()
H A DMultipleReceiveBinder.cs232 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.MultipleReceiveBinder
234 return this.channelBinder.EndWaitForMessage(result); in EndWaitForMessage()
H A DIChannelBinder.cs36 bool EndWaitForMessage(IAsyncResult result); in EndWaitForMessage() method
H A DOutputChannelBinder.cs126 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.OutputChannelBinder
H A DReplyChannelBinder.cs128 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.ReplyChannelBinder
H A DRequestChannelBinder.cs130 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Dispatcher.RequestChannelBinder
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery/
H A DDiscoveryRequestChannel.cs195 public bool EndWaitForMessage (IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Discovery.DiscoveryChannel
197 return ((IInputChannel) inner).EndWaitForMessage (result); in EndWaitForMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Routing/System/ServiceModel/Channels/
H A DSynchronousSendBindingElement.cs189 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.SynchronousSendBindingElement.SynchronousDuplexChannelBase
191 return this.InnerChannel.EndWaitForMessage(result); in EndWaitForMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpDuplexChannel.cs180 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage() method in System.ServiceModel.Channels.UdpDuplexChannel

123