6 implementations of EndSend
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
265
public void
EndSend
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
44
public void
EndSend
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1208
public void
EndSend
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
740
void IOutputChannel.
EndSend
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
791
void IOutputChannel.
EndSend
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1502
public void
EndSend
(IAsyncResult result)
8 references to EndSend
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
267
_innerOutputChannel.
EndSend
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
793
((IOutputChannel)_channel).
EndSend
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
355
_channel.
EndSend
(result);
686
context._channel.
EndSend
(result);
708
thisPtr._context._channel.
EndSend
(result);
928
_parent._channel.
EndSend
(sendResult);
1504
_innerChannel.
EndSend
(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
87
_channel.
EndSend
(result);