BINDSTRING Enum

Definition

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

BINDSTRING_ACCEPT_ENCODINGS 11

Retrieves the accepted encoding types.

BINDSTRING_ACCEPT_MIMES 2

Retrieves the accepted MIME types.

BINDSTRING_EXTRA_URL 3

Not currently supported.

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_HEADERS 1

Retrieves the headers associated with the request.

BINDSTRING_IID 15

Retrieves the CLSID of the resource. This value was added for Microsoft Internet Explorer 5.

BINDSTRING_LANGUAGE 4

Retrieves the accepted language types.

BINDSTRING_OS 9

Retrieves the server's operating system.

BINDSTRING_PASSWORD 6

Retrieves the password sent with the request.

BINDSTRING_POST_COOKIE 12

Retrieves the posted cookie.

BINDSTRING_POST_DATA_MIME 13

Retrieves the MIME type of the posted data.

BINDSTRING_PTR_BIND_CONTEXT 17

Retrieves the address of the IBindCtx interface. This value was added for Internet Explorer 5.

BINDSTRING_UA_COLOR 8

Not currently supported.

BINDSTRING_UA_PIXELS 7

Not currently supported.

BINDSTRING_URL 14

Retrieves the URL.

BINDSTRING_USER_AGENT 10

Retrieves the user agent string used.

BINDSTRING_USERNAME 5

Retrieves the user name sent with the request.

Applies to