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