The VC type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAlwaysUseVIP
To route all request through VIP, initialize to true.
Public propertyStatic memberEnforceHttpsConnectionProperty
Enforce using Https to connect to Cosmos for security concern.
Public propertyStatic memberOverride
This property allows to override default behavior of all function that require connection to cosmos. It is introduced to enable enhanced unit testing of modules that use VcClientVC.
Public propertyStatic memberUserName
User name used by VC. It can be set by VC.Setup(). If it wasn't otherwise it will try to use default credentials. If there is no default credentials it will return process user credentials
Public propertyStatic memberUsingConnectionGroupNameProperty
the value indicate the ConnectionGroupName Property in HttpWebRequest is being used or not the UnsafeAuthenticatedConnectionSharing is set to true in our HttpClient code please the refer to: http://msdn.microsoft.com/en-us/library/vstudio/system.net.httpwebrequest.unsafeauthenticatedconnectionsharing(v=vs.100).aspx

See Also