예제 #1
0
 private static async Task <string> GetPostMessageAsync()
 {
     return(await WebRequests.PostRequestStringSync(url, Query));
 }