Table of Contents

Class Socks5ProxyStreamSettings

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll

Represents settings for a SOCKS5 proxy stream.

public sealed class Socks5ProxyStreamSettings
Inheritance
Socks5ProxyStreamSettings
Inherited Members

Constructors

Socks5ProxyStreamSettings(Optional<Socks5ProxySettings>)

Initializes a new instance of the Socks5ProxyStreamSettings class.

Properties

Socks5ProxySettings

Gets the settings for the SOCKS5 proxy.

Methods

With(Socks5ProxySettings)

Creates a new instance of Socks5ProxyStreamSettings with the specified SOCKS5 proxy settings.