iControl.LocalLBPool.LocalLBPool C# (CSharp) Method

LocalLBPool() public method

public LocalLBPool ( ) : System
return System
        public LocalLBPool()
        {
            this.Url = "https://url_to_service";
        }
LocalLBPool