NbRestExecutorHttpTimeout Property |
HTTPタイムアウト。
HTTPリクエストを一度でも発行したあとに変更しようとすると、
HttpClient が再作成される。
Namespace: Nec.Nebula.InternalAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public TimeSpan HttpTimeout { get; set; }
Public Property HttpTimeout As TimeSpan
Get
Set
public:
property TimeSpan HttpTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member HttpTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpanVersion Information Core
Supported in: 1.0
See Also