3 references to DefaultSendTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (1)
412this.defaultSendTimeout = httpRequestContext.DefaultSendTimeout;
System\ServiceModel\Channels\HttpRequestContext.cs (1)
436this.httpOutput.Send(httpResponseMessage, this.DefaultSendTimeout);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1599TimeoutHelper timeoutHelper = new TimeoutHelper(this.DefaultSendTimeout);