Class Socks5AuthenticationSettings
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.dll
Represents the settings for SOCKS5 authentication.
public abstract class Socks5AuthenticationSettings
- Inheritance
-
Socks5AuthenticationSettings
- Inherited Members
Properties
- None
Creates authentication settings that does not require any authentication.
Methods
- UsernamePassword(string, string)
Creates authentication settings for username and password.