Implemented interface member:
property
MaxOutputDelay
System.ServiceModel.Channels.IConnectionOrientedConnectionSettings.MaxOutputDelay
3 references to MaxOutputDelay
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
106
(this.MaxOutputDelay == channelListener.
MaxOutputDelay
) &&
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
181
this.maxOutputDelay = channelListener.
MaxOutputDelay
;
236
&& (this.maxOutputDelay == channelListener.
MaxOutputDelay
)