3 implementations of BeginTryReceive
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
134
public IAsyncResult
BeginTryReceive
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
166
public IAsyncResult
BeginTryReceive
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1353
public IAsyncResult
BeginTryReceive
(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginTryReceive
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
136
return InnerChannel.
BeginTryReceive
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
309
return _channel.
BeginTryReceive
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
69
return _channel.
BeginTryReceive
(timeout, callback, state);