Projekt

Obecné

Profil

Stáhnout (297 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6
using LDClient.network.data;
7

    
8
namespace LDClient.network {
9
    public interface IHttpClient {
10

    
11
        public Task<HttpResponseMessage> PostAsJsonAsync(Payload payload);
12
    }
13
}
(4-4/4)