10 references to InternalCloseTimeout
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
26
get { return this.channelManager.
InternalCloseTimeout
; }
System\ServiceModel\Channels\HttpRequestContext.cs (1)
34
: base(requestMessage, listener.
InternalCloseTimeout
, listener.InternalSendTimeout)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
78
get { return channelManager.
InternalCloseTimeout
; }
System\ServiceModel\Channels\ServiceChannel.cs (2)
225
return factory.
InternalCloseTimeout
;
229
return this.ChannelDispatcher.
InternalCloseTimeout
;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1581
channel.Session.CloseOutputSession(channel.
InternalCloseTimeout
);
System\ServiceModel\ClientBase.cs (2)
524
((ICommunicationObject)this).Close(GetChannelFactory().
InternalCloseTimeout
);
705
return ((ICommunicationObject)this).BeginClose(GetChannelFactory().
InternalCloseTimeout
, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
541
this.closeTimeout = this.securityChannelListener.
InternalCloseTimeout
;
3536
: base(requestMessage, channel.
InternalCloseTimeout
, channel.InternalSendTimeout)