Gets the empty proxy to disable using proxy to connect to remote server

Namespace: Microsoft.Cosmos.Client
Assembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public static string NoProxy { get; }
Visual Basic
Public Shared ReadOnly Property NoProxy As String
	Get
Visual C++
public:
static property String^ NoProxy {
	String^ get ();
}

See Also