The ediHttpCfg controls the settings of an HTTP request that will be
sent to a server. When sending a
request, the following default information are sent to the server.
HTTP
version “HTTP/1.1”.
The
“PUT” verb when sending a document; the “GET” verb when receiving a
document.
Accept
type is empty meaning any messages having any content types are accepted.
No
referrers.
The
returned entity is not added to cache.
Methods
GetHeaders - Gets the
object containing a collection of HTTP headers.
GetHeadersBuffer -
Returns the string containing the headers that are to be appended to the HTTP
request.
Reset - Resets HTTP configuration values to their default
values.
Properties
EnableProcessResponse - Enables or disables the processing of the HTTP
response data that is received in the same HTTP connection from the server.
EnableRedirection - Specifies if
an HTTP request can be redirected to another URL.
IsapiActiveXFinalProc - Sets
or gets the method name in the ActiveX, located at the server, that is called
by the ISAPI extension DLL after the HTTP connection to the client has been disconnected.
IsapiActiveXParam - Sets or gets any string that should also be
passed to the ActiveX method, specified in the IsapiActiveXRunProc, that also
processes the file.
IsapiActiveXProgID - Sets or gets the program identifier of the
ActiveX, located also at the server, that the ISAPI DLL calls after it has
stored the file on the server.
IsapiActiveXRetProc
- Sets or gets the method name in the ActiveX, located at the server, that
is called by the ISAPI extension DLL, after it has previously called the method to process the file set in the property
IsapiActiveXRunProc.
IsapiActiveXRunProc - Sets or gets the method name in the ActiveX,
located at the server, that is called by the ISAPI extension DLL after it has
stored the file sent by the client to disk.
IsapiExtension - Sets or gets full file path of the ISAPI
extension DLL located at the server.
ReceiveAcceptTypes - Sets or gets the
media types of the document to receive.
ReceiveFlags - Sets or gets the flags
for receiving.
ReceiveReferrer - Sets or gets the referrer for HTTP request.
ReceiveVerb - Sets or gets the verb
for receiving in an HTTP request.
ResponseOutput- Sets or gets the full file path name where the raw
HTTP response text is saved to.
SendAcceptTypes - Sets or gets the
media types for accepting in the HTTP request for sending a document.
SendFlags - Sets or gets the flags for
sending a document in an HTTP request.
SendReferrer - Sets or gets the
referrer in the HTTP request for sending a file.
SendVerb - Sets or gets the verb for
sending a document in a HTTP request.