3 overrides of EndSendCore
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
889
protected override void
EndSendCore
(IRequestChannel channel, IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1475
protected override void
EndSendCore
(RequestContext context, IAsyncResult result)
System\ServiceModel\Security\SecurityChannel.cs (1)
151
protected override void
EndSendCore
(IOutputChannel channel, IAsyncResult result)
2 references to EndSendCore
System.ServiceModel (2)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (2)
71
EndSendCore
(this.channel, result);
115
self.
EndSendCore
(self.channel, result);