コード例 #1
0
 /// <summary>
 /// Sets the status line of the web response with statusLine.
 /// </summary>
 /// <param name="statusLine">The status line of the web response.</param>
 public void SetResponseStatusLine(string statusLine)
 {
     responseContext.SetStatusLine(statusLine);
 }