|
|
|
@ -797,8 +797,8 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Tries to get the WebSocket service host with the specified
|
|
|
|
/// Tries to get the host instance for a WebSocket service with
|
|
|
|
/// <paramref name="path"/>.
|
|
|
|
/// the specified <paramref name="path"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// <paramref name="path"/> is converted to a URL-decoded string and
|
|
|
|
/// <paramref name="path"/> is converted to a URL-decoded string and
|
|
|
|
|