Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.SocksHelper Member List

This is the complete list of members for System.Net.Http.SocksHelper, including all inherited members.

EncodeString(ReadOnlySpan< char > chars, Span< byte > buffer, string parameterName)System.Net.Http.SocksHelperinlineprivatestatic
EstablishSocks4TunnelAsync(Stream stream, bool isVersion4a, string host, int port, Uri proxyUri, NetworkCredential credentials, bool async, CancellationToken cancellationToken)System.Net.Http.SocksHelperinlineprivatestatic
EstablishSocks5TunnelAsync(Stream stream, string host, int port, Uri proxyUri, NetworkCredential credentials, bool async)System.Net.Http.SocksHelperinlineprivatestatic
EstablishSocksTunnelAsync(Stream stream, string host, int port, Uri proxyUri, ICredentials proxyCredentials, bool async, CancellationToken cancellationToken)System.Net.Http.SocksHelperinlinestatic
ReadToFillAsync(Stream stream, Memory< byte > buffer, bool async)System.Net.Http.SocksHelperinlineprivatestatic
VerifyProtocolVersion(byte expected, byte version)System.Net.Http.SocksHelperinlineprivatestatic
WriteAsync(Stream stream, Memory< byte > buffer, bool async)System.Net.Http.SocksHelperinlineprivatestatic