AnyPlace.ApiClient.CustomPushpinWp8APIClient.CustomPushpinWp8APIClient C# (CSharp) Method

CustomPushpinWp8APIClient() static private method

static private CustomPushpinWp8APIClient ( ) : AnyPlace.classes
return AnyPlace.classes
        static CustomPushpinWp8APIClient()
        {
            IsDirty = true;

            AnyPlaceClient = new HttpClient(new HttpClientHandler{AutomaticDecompression =  DecompressionMethods.GZip | DecompressionMethods.Deflate});
        }