Interface IWebClientCaller
Stipulates contract for an entity that executes calls via WebClient
Namespace: NFX.Web
Assembly: NFX.Web.dll
Syntax
public interface IWebClientCaller
Properties
KeepAlive
Specifies keepalive 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 |