Browse Source

[Modify] Edit it

pull/571/merge
sta 3 months ago
parent
commit
6e494c2011
  1. 6
      websocket-sharp/WebSocket.cs

6
websocket-sharp/WebSocket.cs

@ -727,13 +727,15 @@ namespace WebSocketSharp
/// </value> /// </value>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// <para> /// <para>
/// The interface is not for the client.
/// The get operation is not available if the interface is not for
/// the client.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-
/// </para> /// </para>
/// <para> /// <para>
/// The interface does not use a secure connection.
/// The get operation is not available if the interface does not use
/// a secure connection.
/// </para> /// </para>
/// </exception> /// </exception>
public ClientSslConfiguration SslConfiguration { public ClientSslConfiguration SslConfiguration {

Loading…
Cancel
Save