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)
95
get { return
_defaultSendTimeout
; }
226
return this.BeginReply(message,
_defaultSendTimeout
, callback, state);
249
this.Reply(message,
_defaultSendTimeout
);