4 overrides of Close
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
89
public override void
Close
(TimeSpan timeout)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
53
public override void
Close
(TimeSpan timeout)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
243
public override void
Close
(TimeSpan timeout)
System\ServiceModel\Channels\RequestContextBase.cs (1)
132
public override void
Close
(TimeSpan timeout)
10 references to Close
System.ServiceModel (10)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
100
this.innerRequestContext.
Close
(timeout);
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3355
request.
Close
(timeout);
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
55
this.innerContext.
Close
(timeout);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3575
this.innerContext.
Close
(timeout);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
1065
context.
Close
(this.DefaultCloseTimeout);
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1417
this.innerContext.
Close
(timeout);
1825
innerItem.
Close
(timeout);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
225
this.innerContext.
Close
(timeout);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
3550
this.requestContext.
Close
(timeout);
3915
requestContext.
Close
(timeout);