1 write to defaultSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
30this.defaultSendTimeout = defaultSendTimeout;
2 references to defaultSendTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
50return this.BeginReply(message, this.defaultSendTimeout, callback, state); 107this.Reply(message, this.defaultSendTimeout);