コード例 #1
0
 /// <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);
 }