Enforce using Https to connect to Cosmos for security concern.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static bool EnforceHttpsConnectionProperty { get; set; }
Visual Basic
Public Shared Property EnforceHttpsConnectionProperty As Boolean
	Get
	Set
Visual C++
public:
static property bool EnforceHttpsConnectionProperty {
	bool get ();
	void set (bool value);
}

See Also