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