コード例 #1
0
 public ParameterData(string strKey, string strValue, UrlEncoderType intEncoderType = UrlEncoderType.Normal) : base(strKey)
 {
     Value       = strValue;
     EncoderType = intEncoderType;
 }
コード例 #2
0
ファイル: ParameterData.cs プロジェクト: jbautistam/LibRest
 public ParameterData(string strKey, string strValue, UrlEncoderType intEncoderType = UrlEncoderType.Normal)
     : base(strKey)
 {
     Value = strValue;
     EncoderType = intEncoderType;
 }