Esempio n. 1
0
 public string FormatPostRequest(GruntEncryptedMessage Message)
 {
     return(Format(this.PostRequest, Message));
 }
Esempio n. 2
0
 public string FormatGetResponse(GruntEncryptedMessage Message)
 {
     return(Format(this.GetResponse, Message));
 }