Interface IWebClientCaller
Stipulates contract for an entity that executes calls via WebClient
Namespace: Azos.Web
Assembly: Azos.Web.dll
Syntax
public interface IWebClientCaller
Properties
KeepAlive
Specifies keep-alive option for web request
Declaration
bool KeepAlive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pipelined
Specifies if pipelining is used for web request
Declaration
bool Pipelined { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
WebServiceCallTimeoutMs
Specifies timeout for web call. If zero then default is used
Declaration
int WebServiceCallTimeoutMs { get; }
Property Value
Type | Description |
---|---|
System.Int32 |