|
|
|
@ -400,8 +400,13 @@ namespace WebSocketSharp
|
|
|
|
/// Gets the credentials for the HTTP authentication (Basic/Digest).
|
|
|
|
/// Gets the credentials for the HTTP authentication (Basic/Digest).
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="NetworkCredential"/> that represents the credentials for
|
|
|
|
/// <para>
|
|
|
|
/// the authentication. The default value is <see langword="null"/>.
|
|
|
|
/// A <see cref="NetworkCredential"/> that represents the credentials
|
|
|
|
|
|
|
|
/// used to authenticate the client.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The default value is <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public NetworkCredential Credentials {
|
|
|
|
public NetworkCredential Credentials {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|