3 implementations of BeginWaitForMessage
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
158
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
255
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1368
public IAsyncResult
BeginWaitForMessage
(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginWaitForMessage
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
160
return InnerChannel.
BeginWaitForMessage
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
620
return _channel.
BeginWaitForMessage
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
144
return _channel.
BeginWaitForMessage
(timeout, callback, state);