|
@ -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 { |
|
|