8 references to DefaultSendTimeout
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
41
get { return this.
DefaultSendTimeout
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
247
this.Send(message, this.
DefaultSendTimeout
);
257
return this.BeginSend(message, this.
DefaultSendTimeout
, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (2)
26
return this.BeginSend(message, this.
DefaultSendTimeout
, callback, state);
71
this.Send(message, this.
DefaultSendTimeout
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (3)
220
return this.BeginRequest(message, this.
DefaultSendTimeout
, callback, state);
237
return this.Request(message, this.
DefaultSendTimeout
);
247
return RequestAsync(message, this.
DefaultSendTimeout
);