Share via


BINDSTRING Enumeration

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

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

Syntax

‘선언
Public Enumeration BINDSTRING
‘사용 방법
Dim instance As BINDSTRING
public enum BINDSTRING
public enum class BINDSTRING
type BINDSTRING
public enum BINDSTRING

Members

Member name Description
BINDSTRING_HEADERS Retrieves the headers associated with the request.
BINDSTRING_ACCEPT_MIMES Retrieves the accepted MIME types.
BINDSTRING_EXTRA_URL Not currently supported.
BINDSTRING_LANGUAGE Retrieves the accepted language types.
BINDSTRING_USERNAME Retrieves the user name sent with the request.
BINDSTRING_PASSWORD Retrieves the password sent with the request.
BINDSTRING_UA_PIXELS Not currently supported.
BINDSTRING_UA_COLOR Not currently supported.
BINDSTRING_OS Retrieves the server's operating system.
BINDSTRING_USER_AGENT Retrieves the user agent string used.
BINDSTRING_ACCEPT_ENCODINGS Retrieves the accepted encoding types.
BINDSTRING_POST_COOKIE Retrieves the posted cookie.
BINDSTRING_POST_DATA_MIME Retrieves the MIME type of the posted data.
BINDSTRING_URL Retrieves the URL.
BINDSTRING_IID Retrieves the CLSID of the resource. This value was added for Microsoft Internet Explorer 5.
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_PTR_BIND_CONTEXT Retrieves the address of the IBindCtx interface. This value was added for Internet Explorer 5.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace