Beispiel #1
0
 public Attachment HeadAttachment(string key)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.HeadAttachmentAsync(key)));
 }