__VsWebProxyState Enum
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.
Specifies how credentials are attached to a web proxy.
public enum class __VsWebProxyState
C++/CX
public enum class __VsWebProxyState
enum __VsWebProxyState
public enum __VsWebProxyState
type __VsWebProxyState =
Public Enum __VsWebProxyState
- Inheritance
-
__VsWebProxyState
Name | Value | Description |
---|---|---|
VsWebProxyState_NoCredentials | 0 | Initial state |
VsWebProxyState_DefaultCredentials | 1 | Default credentials attached to proxy |
VsWebProxyState_CachedCredentials | 2 | Cached credentials attached to proxy |
VsWebProxyState_PromptForCredentials | 3 | Prompt user for credentials |
VsWebProxyState_Abort | 4 | Terminate the current operation |
From vsshell90.idl:
cpp#
enum __VsWebProxyState
{
VsWebProxyState_NoCredentials = 0,
VsWebProxyState_DefaultCredentials = 1,
VsWebProxyState_CachedCredentials = 2,
VsWebProxyState_PromptForCredentials = 3,
VsWebProxyState_Abort = 4
};
typedef DWORD VsWebProxyState;
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |