3 writes to maxOutputDelay
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
41
this.
maxOutputDelay
= ConnectionOrientedTransportDefaults.MaxOutputDelay;
57
this.
maxOutputDelay
= elementToBeCloned.maxOutputDelay;
233
this.
maxOutputDelay
= value;
4 references to maxOutputDelay
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
57
this.maxOutputDelay = elementToBeCloned.
maxOutputDelay
;
216
return this.
maxOutputDelay
;
405
if (this.
maxOutputDelay
!= connection.
maxOutputDelay
)