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>
/// <exception cref="InvalidOperationException">
/// <para>
/// The interface is not for the client.
/// The get operation is not available if the interface is not for
/// the client.
/// </para>
/// <para>
/// -or-
/// </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>
/// </exception>
public ClientSslConfiguration SslConfiguration {

Loading…
Cancel
Save