Пример #1
0
 public string GetString(string propertyName)
 {
     CheckPropertyName(propertyName);
     return(_headers.GetString(propertyName));
 }