The VC type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlwaysUseVIP |
To route all request through VIP, initialize to true.
| |
EnforceHttpsConnectionProperty |
Enforce using Https to connect to Cosmos for security concern.
| |
Override |
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.
| |
UserName |
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
| |
UsingConnectionGroupNameProperty |
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
|