BINDSTRING Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the values for the bind string types available for IInternetBindInfo::GetBindString.
public enum class BINDSTRING
public enum class BINDSTRING
enum BINDSTRING
public enum BINDSTRING
type BINDSTRING =
Public Enum BINDSTRING
- Inheritance
-
BINDSTRING
Fields
Name | Value | Description |
---|---|---|
BINDSTRING_HEADERS | 1 | Retrieves the headers associated with the request. |
BINDSTRING_ACCEPT_MIMES | 2 | Retrieves the accepted MIME types. |
BINDSTRING_EXTRA_URL | 3 | Not currently supported. |
BINDSTRING_LANGUAGE | 4 | Retrieves the accepted language types. |
BINDSTRING_USERNAME | 5 | Retrieves the user name sent with the request. |
BINDSTRING_PASSWORD | 6 | Retrieves the password sent with the request. |
BINDSTRING_UA_PIXELS | 7 | Not currently supported. |
BINDSTRING_UA_COLOR | 8 | Not currently supported. |
BINDSTRING_OS | 9 | Retrieves the server's operating system. |
BINDSTRING_USER_AGENT | 10 | Retrieves the user agent string used. |
BINDSTRING_ACCEPT_ENCODINGS | 11 | Retrieves the accepted encoding types. |
BINDSTRING_POST_COOKIE | 12 | Retrieves the posted cookie. |
BINDSTRING_POST_DATA_MIME | 13 | Retrieves the MIME type of the posted data. |
BINDSTRING_URL | 14 | Retrieves the URL. |
BINDSTRING_IID | 15 | Retrieves the CLSID of the resource. This value was added for Microsoft Internet Explorer 5. |
BINDSTRING_FLAG_BIND_TO_OBJECT | 16 | Retrieves a string that indicates if the protocol handler is binding to an object. This value was added for Internet Explorer 5. |
BINDSTRING_PTR_BIND_CONTEXT | 17 | Retrieves the address of the IBindCtx interface. This value was added for Internet Explorer 5. |