System.Net.Configuration.BypassElement.BypassElement C# (CSharp) Method

BypassElement() public method

public BypassElement ( ) : System
return System
        public BypassElement()
        {
            this.properties.Add(this.address);
        }

Same methods

BypassElement::BypassElement ( string address ) : System
BypassElement