DiagnosticMonitor.AllowInsecureRemoteConnections Property
This API is now obsolete. Specifies that the diagnostic monitor may use non-secure (HTTP) connections to communicate with the storage account. Namespace: Microsoft.WindowsAzure.Diagnostics
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [ObsoleteAttribute("Using insecure remote connections can cause issues in the development fabric when communicating to storage through a proxy.")] public static bool AllowInsecureRemoteConnections { get; set; }
/** @property */ public static boolean get_AllowInsecureRemoteConnections () /** @property */ public static void set_AllowInsecureRemoteConnections (boolean value)
public static function get AllowInsecureRemoteConnections () : boolean public static function set AllowInsecureRemoteConnections (value : boolean)
Property Value
Type: System.BooleanReturns Boolean.This property should be set to true only in debugging scenarios. In a production environment, the default connection used by the diagnostic monitor is secure (HTTPS). When the diagnostic monitor is configured to use the development storage account, this property is ignored.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms