[Modify] Edit it

master
sta 8 years ago
parent 044939a181
commit 955de3d7bc

@ -641,11 +641,16 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Gets the name of the subprotocol selected by server. /// Gets the name of subprotocol selected by the server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that will be one of the names of the subprotocols /// <para>
/// specified by client, or an empty string if not specified or selected. /// A <see cref="string"/> that will be one of the names of
/// subprotocols specified by client.
/// </para>
/// <para>
/// An empty string if not specified or selected.
/// </para>
/// </value> /// </value>
public string Protocol { public string Protocol {
get { get {

Loading…
Cancel
Save