1 implementation of EndSend
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
507public void EndSend(IAsyncResult result)
10 references to EndSend
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1381this.binder.EndSend(result); 1497this.Binder.EndSend(result);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
1102binder.EndSend(result); 2034this.requestor.Binder.EndSend(result); 2220this.Binder.EndSend(result); 2433this.Binder.EndSend(result);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
2655this.ChannelBinder.EndSend(result); 2677thisResult.ChannelBinder.EndSend(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
2243this.sessionChannel.channelBinder.EndSend(result); 3653this.ChannelBinder.EndSend(result);