[Modify] Edit it
This commit is contained in:
parent
bcf8c87d62
commit
3229d8e38a
@ -622,11 +622,11 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the WebSocket subprotocol selected by the server.
|
/// Gets the name of the subprotocol selected by server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the subprotocol if any.
|
/// A <see cref="string"/> that will be one of the names of the subprotocols
|
||||||
/// The default value is <see cref="String.Empty"/>.
|
/// specified by client or an empty string if not specified or selected.
|
||||||
/// </value>
|
/// </value>
|
||||||
public string Protocol {
|
public string Protocol {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user