BINDSTRING Enumeration

 

Contains the values for the bind string types available for .getbindstring

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum BINDSTRING

Member nameDescription
BINDSTRING_ACCEPT_ENCODINGS

Retrieves the accepted encoding types.

BINDSTRING_ACCEPT_MIMES

Retrieves the accepted MIME types.

BINDSTRING_EXTRA_URL

Not currently supported.

BINDSTRING_FLAG_BIND_TO_OBJECT

Retrieves a string that indicates if the protocol handler is binding to an object. This value was added for Internet Explorer 5.

BINDSTRING_HEADERS

Retrieves the headers associated with the request.

BINDSTRING_IID

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

BINDSTRING_LANGUAGE

Retrieves the accepted language types.

BINDSTRING_OS

Retrieves the server's operating system.

BINDSTRING_PASSWORD

Retrieves the password sent with the request.

BINDSTRING_POST_COOKIE

Retrieves the posted cookie.

BINDSTRING_POST_DATA_MIME

Retrieves the MIME type of the posted data.

BINDSTRING_PTR_BIND_CONTEXT

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

BINDSTRING_UA_COLOR

Not currently supported.

BINDSTRING_UA_PIXELS

Not currently supported.

BINDSTRING_URL

Retrieves the URL.

BINDSTRING_USER_AGENT

Retrieves the user agent string used.

BINDSTRING_USERNAME

Retrieves the user name sent with the request.

Return to top
Show: