Commit 2444fcf3 authored by Stephen Roberts's avatar Stephen Roberts

Fixing Documentation for ConfigurationOptions.Proxy

The Intellisense documentation for the Proxy Property was the same as AllowAdmin

Probably error through Copy and Paste.
parent 14b6d7e2
...@@ -233,7 +233,7 @@ public CommandMap CommandMap ...@@ -233,7 +233,7 @@ public CommandMap CommandMap
public string Password { get { return password; } set { password = value; } } public string Password { get { return password; } set { password = value; } }
/// <summary> /// <summary>
/// Indicates whether admin operations should be allowed /// Type of proxy to use (if any); for example Proxy.Twemproxy
/// </summary> /// </summary>
public Proxy Proxy { get { return proxy.GetValueOrDefault(); } set { proxy = value; } } public Proxy Proxy { get { return proxy.GetValueOrDefault(); } set { proxy = value; } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment