CSHttpClientSample.Program.MakeRequest3 C# (CSharp) Method

MakeRequest3() public method

public MakeRequest3 ( string json ) : void
json string
return void
        public async void MakeRequest3(string json)
        {
            Report report = new Report(json);
            FirebaseResponse response = await client.UpdateAsync("reports", report);

        }