6 implementations of EndWaitForMessage
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
170
public bool
EndWaitForMessage
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
623
public bool
EndWaitForMessage
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
147
public bool
EndWaitForMessage
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
125
public bool
EndWaitForMessage
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
127
public bool
EndWaitForMessage
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
128
public bool
EndWaitForMessage
(IAsyncResult result)
1 reference to EndWaitForMessage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
172
return _channelBinder.
EndWaitForMessage
(result);