2 writes to send
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (2)
28this.send = ServiceDefaults.SendTimeout; 35this.send = timeouts.SendTimeout;
1 reference to send
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
56get { return this.send; }