Esempio n. 1
0
        public async Task <bool> Put(byte[] requestBody, string imageFileName)
        {
            var content  = GetContent(requestBody, imageFileName);
            var response = await RC.PutContent(Endpoint(false), content);

            return(true);
        }