Click or drag to resize
MimeKit

Socks4ClientIsSocks4a Property

Get or set whether this Socks4Client is a Socks4a client.

Namespace: MailKit.Net.Proxy
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected bool IsSocks4a { get; set; }

Property Value

Boolean
true if is is a Socks4a client; otherwise, false.
Remarks
Gets or sets whether this Socks4Client is a Socks4a client.
See Also