Exemple #1
0
 public void SetLong(string propertyName, long l)
 {
     CheckPropertyName(propertyName);
     _headers.SetInt64(propertyName, l);
 }