|
|
|
@ -222,10 +222,10 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the HTTP headers used in the request.
|
|
|
|
/// Gets the headers included in the request.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="NameValueCollection"/> that contains the HTTP headers used in the request.
|
|
|
|
/// A <see cref="NameValueCollection"/> that contains the headers.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public NameValueCollection Headers {
|
|
|
|
public NameValueCollection Headers {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|