VRChatOptions Class

Namespace: VRChat.API.Extensions.Hosting
Inherited: System.Object

IConfiguration options binding class, can be consumed in publically shipped-APIs.

Properties

  1. Username
  2. Password
  3. Timeout
  4. Proxy
  5. UserAgent

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.