1 override of EndReply
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (1)
241
public override void
EndReply
(IAsyncResult result)
2 references to EndReply
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1030
state.Request.
EndReply
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
213
rpc.RequestContext.
EndReply
(rpc.AsyncResult);