1 implementation of BeginWaitForRequest
System.ServiceModel (1)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
149public IAsyncResult BeginWaitForRequest(TimeSpan timeout, AsyncCallback callback,
2 references to BeginWaitForRequest
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
3520return this.ChannelBinder.BeginWaitForRequest(timeout, callback, state); 4022return this.ChannelBinder.BeginWaitForRequest(timeout, callback, state);