18 implementations of BeginReceive
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3258
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
49
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\DuplexChannel.cs (1)
126
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\InputChannel.cs (1)
77
public virtual IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
161
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
123
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
134
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
105
public override IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
168
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
569
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
744
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
921
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
293
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
145
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1402
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3205
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
115
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
47
public IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
13 references to BeginReceive
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelDemuxer.cs (5)
1113
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
1175
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
2705
return channel.
BeginReceive
(timeout, callback, state);
2771
return channel.
BeginReceive
(timeout, callback, state);
3263
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
51
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
30
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
770
return channel.
BeginReceive
(TimeSpan.MaxValue, callback, state);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
125
return InnerChannel.
BeginReceive
(timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
558
channel.
BeginReceive
(TimeSpan.MaxValue, this.onReceive, channel);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
571
return this.InnerChannel.
BeginReceive
(timeout, callback, state);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1225
result = this.innerChannel.
BeginReceive
(TimeSpan.MaxValue, receiveAsyncCallback, this);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
49
return this.InnerChannel.
BeginReceive
(timeout, callback, state);