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