Base:
method
OnEndClose
System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)
7 overrides of OnEndClose
System.ServiceModel (7)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1208protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
161protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
131protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1038protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
337protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
525protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
160protected override void OnEndClose(IAsyncResult result)
6 references to OnEndClose
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1205return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
76base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
858base.OnEndClose
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
300base.OnEndClose
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
464new OperationEndCallback(base.OnEndClose)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
157base.OnBeginClose, base.OnEndClose);