Esempio n. 1
0
 public JsonDocumentMetadata Head(string key)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.HeadAsync(key)));
 }