|
|
|
@ -237,7 +237,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets the HTTP method specified by the client.
|
|
|
|
/// Gets the HTTP method specified by the client.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the HTTP method.
|
|
|
|
/// A <see cref="string"/> that represents the HTTP method specified in
|
|
|
|
|
|
|
|
/// the request line.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string HttpMethod {
|
|
|
|
public string HttpMethod {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|