HTTPC:SetProxy

From 3dbrew
Revision as of 08:56, 10 October 2015 by Steveice10 (talk | contribs) (SetProxy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x000D0146]
1 HTTP context handle
2 Proxy Length
3 u16, Port
4 Username Length
5 Password Length
6 (proxyLength << 14) | 0x2
7 char* Proxy
8 (usernameLength << 14) | 0x402
9 char* Username
10 (passwordLength << 14) | 0x802
11 char* Password

Response[edit]

Index Word Description
0 Header code
1 Result code