BINDSTRINGBINDSTRING*
*Contents  *Index  *Topic Contents
*Previous Topic: BINDSTATUS
*Next Topic: BINDVERB

BINDSTRING

typedef enum tagBINDSTRING{
    BINDSTRING_HEADERS = 1,
    BINDSTRING_ACCEPT_MIMES,
    BINDSTRING_EXTRA_URL,
    BINDSTRING_LANGUAGE,
    BINDSTRING_USERNAME,
    BINDSTRING_PASSWORD,
    BINDSTRING_UA_PIXELS,
    BINDSTRING_UA_COLOR,
    BINDSTRING_OS,
    BINDSTRING_USERAGENT,
    BINDSTRING_ACCEPT_ENCODINGS,
    BINDSTRING_POST_COOKIE,
    BINDSTRING_POST_DATA_MIME,
    BINDSTRING_URL
} BINDSTRING;

Contains the values for the bind string types available for IInternetBindInfo::GetBindString.

BINDSTRING_HEADERS
Retrieve the headers associated with the request.
BINDSTRING_ACCEPT_MIMES
Retrieve the accepted MIME types.
BINDSTRING_EXTRA_URL
BINDSTRING_LANGUAGE
Retrieve the language types accepted.
BINDSTRING_USERNAME
Retrieve the username sent with the request.
BINDSTRING_PASSWORD
Retrieve the password sent with the request.
BINDSTRING_UA_PIXELS
BINDSTRING_UA_COLOR
BINDSTRING_OS
Retrieve the server's operating system.
BINDSTRING_USERAGENT
Retrieve the user agent string used.
BINDSTRING_ACCEPT_ENCODINGS
Retrieve the encoding types accepted.
BINDSTRING_POST_COOKIE
Retrieve the posted cookie.
BINDSTRING_POST_DATA_MIME
Retrieve the MIME type of the posted data.
BINDSTRING_URL
Retrieve the URL.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.