Apachai.ContextExtensions.HandleEmptyJson C# (CSharp) Метод

HandleEmptyJson() публичный статический Метод

public static HandleEmptyJson ( this response ) : void
response this
Результат void
        public static void HandleEmptyJson(this IHttpResponse response)
        {
            HandleJson (response, string.Empty);
        }