1 write to _defaultSendTimeout
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (1)
27_defaultSendTimeout = defaultSendTimeout;
3 references to _defaultSendTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (3)
95get { return _defaultSendTimeout; } 226return this.BeginReply(message, _defaultSendTimeout, callback, state); 249this.Reply(message, _defaultSendTimeout);