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