The request body is of type CommunicationTest.
The response body is of type CommunicationTestResponse.
var results = serviceClient.CommunicationTest(); if (results.IsSuccessful) { //do work... } else { //handle error }
Dim results = serviceClient.CommunicationTest() If Not results.IsSuccessful Then 'do work... Else 'handle error End If