VRChatOptions Class
Namespace: VRChat.API.Extensions.Hosting
Inherited: System.Object
IConfiguration options binding class, can be consumed in publically shipped-APIs.
Properties
public Username
The username of the VRChat account to login with
public Password
The password of the VRChat account to login with
public Timeout
HTTP Request pool timeout, in miliseconds
public Proxy
Proxy URL, if any. Bypass will be enabled by default.
public UserAgent
The User-Agent header to attach with the client.