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