コード例 #1
0
 /// <summary>
 /// Returns the message body of the web response as binary content.
 /// </summary>
 public byte[] GetResponseBodyAsBinary()
 {
     return(responseContext.GetBinary());
 }