Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Net.Http.AuthenticationHelper, including all inherited members.
AuthenticationType enum name | System.Net.Http.AuthenticationHelper | private |
ComputeHash(string data, string algorithm) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
GetDigestTokenForCredential(NetworkCredential credential, HttpRequestMessage request, DigestResponse digestResponse) | System.Net.Http.AuthenticationHelper | inlinestatic |
GetRandomAlphaNumericString() | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
GetResponseAuthenticationHeaderValues(HttpResponseMessage response, bool isProxyAuth) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
InnerSendAsync(HttpRequestMessage request, bool async, bool isProxyAuth, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
InnerSendAsync(HttpRequestMessage request, bool async, bool isProxyAuth, HttpConnectionPool pool, HttpConnection connection, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
IsAuthenticationChallenge(HttpResponseMessage response, bool isProxyAuth) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
IsServerNonceStale(DigestResponse digestResponse) | System.Net.Http.AuthenticationHelper | inlinestatic |
IsSessionAuthenticationChallenge(HttpResponseMessage response) | System.Net.Http.AuthenticationHelper | inlinepackagestatic |
ProxySupportsConnectionAuth(HttpResponseMessage response) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
s_alphaNumChooser | System.Net.Http.AuthenticationHelper | privatestatic |
s_usePortInSpn | System.Net.Http.AuthenticationHelper | privatestatic |
SendWithAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool preAuthenticate, bool isProxyAuth, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
SendWithNtConnectionAuthAsync(HttpRequestMessage request, bool async, ICredentials credentials, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlinestatic |
SendWithNtProxyAuthAsync(HttpRequestMessage request, Uri proxyUri, bool async, ICredentials proxyCredentials, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlinestatic |
SendWithProxyAuthAsync(HttpRequestMessage request, Uri proxyUri, bool async, ICredentials proxyCredentials, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlinestatic |
SendWithRequestAuthAsync(HttpRequestMessage request, bool async, ICredentials credentials, bool preAuthenticate, HttpConnectionPool pool, CancellationToken cancellationToken) | System.Net.Http.AuthenticationHelper | inlinestatic |
SetBasicAuthToken(HttpRequestMessage request, NetworkCredential credential, bool isProxyAuth) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
SetRequestAuthenticationHeaderValue(HttpRequestMessage request, AuthenticationHeaderValue headerValue, bool isProxyAuth) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
TryGetAuthenticationChallenge(HttpResponseMessage response, bool isProxyAuth, Uri authUri, ICredentials credentials, out AuthenticationChallenge challenge) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
TryGetChallengeDataForScheme(string scheme, HttpHeaderValueCollection< AuthenticationHeaderValue > authenticationHeaderValues, out string challengeData) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
TryGetRepeatedChallenge(HttpResponseMessage response, string scheme, bool isProxyAuth, out string challengeData) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
TryGetValidAuthenticationChallengeForScheme(string scheme, AuthenticationType authenticationType, Uri uri, ICredentials credentials, HttpHeaderValueCollection< AuthenticationHeaderValue > authenticationHeaderValues, out AuthenticationChallenge challenge) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
TrySetDigestAuthToken(HttpRequestMessage request, NetworkCredential credential, DigestResponse digestResponse, bool isProxyAuth) | System.Net.Http.AuthenticationHelper | inlineprivatestatic |
UsePortInSpn | System.Net.Http.AuthenticationHelper | privatestatic |