/// <summary> /// Sets the message body of the web response. /// </summary> /// <param name="bytes">The body of the web request.</param> public void SetResponseBody(byte[] bytes) { responseContext.SetBinary(bytes); }