1 instantiation of ServiceTimeoutsBehavior
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceTimeoutsElement.cs (1)
38
return new
ServiceTimeoutsBehavior
(this.TransactionTimeout);
4 references to ServiceTimeoutsBehavior
System.ServiceModel (4)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (3)
323
else if (behavior is
ServiceTimeoutsBehavior
)
326
ServiceTimeoutsBehavior
specificBehavior = (
ServiceTimeoutsBehavior
)behavior;
System\ServiceModel\Configuration\ServiceTimeoutsElement.cs (1)
43
get { return typeof(
ServiceTimeoutsBehavior
); }