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