Show / Hide Table of Contents

Class ProxyInfo

Proxy information.

Inheritance
object
ProxyInfo
Implements
IMessage<ProxyInfo>
IEquatable<ProxyInfo>
IDeepCloneable<ProxyInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class ProxyInfo : IMessage<ProxyInfo>, IEquatable<ProxyInfo>, IDeepCloneable<ProxyInfo>, IBufferMessage, IMessage

Constructors

ProxyInfo()

Declaration
public ProxyInfo()

ProxyInfo(ProxyInfo)

Declaration
public ProxyInfo(ProxyInfo other)
Parameters
Type Name Description
ProxyInfo other

Properties

Anonymous

Whether the IP address is anonymous.

Declaration
public bool Anonymous { get; set; }
Property Value
Type Description
bool

AnonymousVpn

Whether the IP address is an anonymous VPN.

Declaration
public bool AnonymousVpn { get; set; }
Property Value
Type Description
bool

HostingProvider

Whether the IP address is a hosting provider.

Declaration
public bool HostingProvider { get; set; }
Property Value
Type Description
bool

ProxyOverVpn

Whether the IP address is a proxy over VPN.

Declaration
public bool ProxyOverVpn { get; set; }
Property Value
Type Description
bool

PublicProxy

Whether the IP address is a public proxy.

Declaration
public bool PublicProxy { get; set; }
Property Value
Type Description
bool

RelayProxy

Whether the IP address is a relay proxy.

Declaration
public bool RelayProxy { get; set; }
Property Value
Type Description
bool

ResidentialProxy

Whether the IP address is a residential proxy.

Declaration
public bool ResidentialProxy { get; set; }
Property Value
Type Description
bool

SmartDnsProxy

Whether the IP address is a smart DNS proxy.

Declaration
public bool SmartDnsProxy { get; set; }
Property Value
Type Description
bool

TorExitNode

Whether the IP address is a tor exit node.

Declaration
public bool TorExitNode { get; set; }
Property Value
Type Description
bool

VpnDatacenter

Whether the IP address is a VPN datacenter.

Declaration
public bool VpnDatacenter { get; set; }
Property Value
Type Description
bool

VpnServiceName

The name of the VPN service.

Declaration
public string VpnServiceName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX