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