Aegis.Network.Rest.RestRequest.this C# (CSharp) Method

this() public method

public this ( string key ) : string
key string
return string
        public string this[string key]
        {
            get { return Arguments[key]; }
        }