Methods

Name Description
Clear
Execute
ExecuteWithRetry Executes the Web Request, but retries if a 429 or optionally 403 or 503 response (with optional text) is returned.

Properties

Name Description
BaseAddress
ClientCertificateDisableValidation Disable the Client Certificate Validation.
ClientCertificateFormat The Client Certificate Format.
ClientCertificateName The Client Certificate. This may be one of the following based on the ClientCertificateFormat property: Certificate Name, File Name or Base-64 encoded Certificate data.
ClientCertificatePassword The Client Certificate Password to use when sending a request to the Web Service.
CredentialCache
Encoding The Text Encoding to use. Set to Nothing to use the default encoding method.
HttpRequestMessage Read-Only The HTTPRequestMessage that was created in the Execute.
HttpResponseMessage Read-Only The HTTPResponseMessage that was created in the Execute.
IfModifiedSince Sets the "If-Modified-Since" HTTP Header.
ProxyServer The Proxy Server Name to use. This includes both the Host Name and Port.
ProxyServerHostName The Proxy Server Host Name to use.
ProxyServerPassword The Proxy Server User Password.
ProxyServerPort The Proxy Server Port to use. -1 indicates the Default Port for the protocol.
ProxyServerUserName The Proxy Server User Name.
RequestHeaders Request Headers.
ServiceId The Id of the Service using Web Client. This is reported back in error messages.
ServiceName The Name of the Service using Web Client. This is reported back in error messages.
StatusCode Read-Only Returns the HTTP Status Code - for a failed Request.
TimeoutSeconds The number of seconds before Web Service requests fail with a Timeout error.
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0