/// <summary> /// Sets the message body of the web response. /// If the REST API Method has its 'Request Format' property set to 'Binary', no changes are made /// to the message body. /// </summary> /// <param name="text">The body of the web request.</param> public void SetResponseBody(string text) { responseContext.SetText(text); }