|
|
|
@ -687,10 +687,10 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the WebSocket URL used to connect, or accepted.
|
|
|
|
/// Gets the URL to which to connect.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="Uri"/> that represents the URL used to connect, or accepted.
|
|
|
|
/// A <see cref="Uri"/> that represents the URL to which to connect.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public Uri Url {
|
|
|
|
public Uri Url {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|