Ejemplo n.º 1
0
 public ParameterData(string strKey, string strValue, UrlEncoderType intEncoderType = UrlEncoderType.Normal) : base(strKey)
 {
     Value       = strValue;
     EncoderType = intEncoderType;
 }
Ejemplo n.º 2
0
 public ParameterData(string strKey, string strValue, UrlEncoderType intEncoderType = UrlEncoderType.Normal)
     : base(strKey)
 {
     Value = strValue;
     EncoderType = intEncoderType;
 }