Exemplo n.º 1
0
 public ContentTransferEncodingContainer(string input)
 {
     m = ContentTypeDecode.decode(input);
 }
Exemplo n.º 2
0
 public ContentTypeContainer(string input)
 {
     m = ContentTypeDecode.decode(input);
 }
Exemplo n.º 3
0
 public ContentDispositionContainer(string input)
 {
     m = ContentTypeDecode.decode(input);
 }