18 implementations of BeginWaitForMessage
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3306
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
64
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\DuplexChannel.cs (1)
178
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\InputChannel.cs (1)
136
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
366
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
159
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
293
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
209
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
579
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
832
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
997
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
343
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
263
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1432
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3421
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4020
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
169
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
62
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
14 references to BeginWaitForMessage
System.ServiceModel (13)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3310
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
66
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
45
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
368
return innerInputChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
161
return InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
581
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
184
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
834
return this.InnerDuplexChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
999
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
713
return channel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
345
return InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
664
return this.channel.
BeginWaitForMessage
(timeout, callback, state);
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
145
return this.channel.
BeginWaitForMessage
(timeout, callback, state);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
64
return this.InnerChannel.
BeginWaitForMessage
(timeout, callback, state);