Struct ProxySettings

Settings for the proxy

Namespace: VoltstroStudios.UnityWebBrowser.Shared
Assembly: VoltstroStudios.UnityWebBrowser.Shared.dll
Syntax
[Serializable]
public struct ProxySettings

Constructors

| Edit this page View Source

ProxySettings(string, string, bool)

Declaration
public ProxySettings(string username, string password, bool proxyServer)
Parameters
TypeNameDescription
stringusername
stringpassword
boolproxyServer

Fields

| Edit this page View Source

Password

The password to use for auth with the proxy

Declaration
public string Password
Field Value
TypeDescription
string
| Edit this page View Source

ProxyServer

Enable or disable the proxy server

Declaration
public bool ProxyServer
Field Value
TypeDescription
bool
| Edit this page View Source

Username

The username to use for auth with the proxy

Declaration
public string Username
Field Value
TypeDescription
string