1 write to defaultSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\RequestContextBase.cs (1)
27this.defaultSendTimeout = defaultSendTimeout;
3 references to defaultSendTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\RequestContextBase.cs (3)
96get { return this.defaultSendTimeout; } 234return this.BeginReply(message, this.defaultSendTimeout, callback, state); 257this.Reply(message, this.defaultSendTimeout);