4 references to InternalSendTimeout
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
34
: base(requestMessage, listener.InternalCloseTimeout, listener.
InternalSendTimeout
)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
116
get { return this.
InternalSendTimeout
; }
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
118
get { return this.
InternalSendTimeout
; }
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
542
this.sendTimeout = this.securityChannelListener.
InternalSendTimeout
;