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

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

AuthenticationType enum nameSystem.Net.Http.AuthenticationHelperprivate
ComputeHash(string data, string algorithm)System.Net.Http.AuthenticationHelperinlineprivatestatic
GetDigestTokenForCredential(NetworkCredential credential, HttpRequestMessage request, DigestResponse digestResponse)System.Net.Http.AuthenticationHelperinlinestatic
GetRandomAlphaNumericString()System.Net.Http.AuthenticationHelperinlineprivatestatic
GetResponseAuthenticationHeaderValues(HttpResponseMessage response, bool isProxyAuth)System.Net.Http.AuthenticationHelperinlineprivatestatic
InnerSendAsync(HttpRequestMessage request, bool async, bool isProxyAuth, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlineprivatestatic
InnerSendAsync(HttpRequestMessage request, bool async, bool isProxyAuth, HttpConnectionPool pool, HttpConnection connection, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlineprivatestatic
IsAuthenticationChallenge(HttpResponseMessage response, bool isProxyAuth)System.Net.Http.AuthenticationHelperinlineprivatestatic
IsServerNonceStale(DigestResponse digestResponse)System.Net.Http.AuthenticationHelperinlinestatic
IsSessionAuthenticationChallenge(HttpResponseMessage response)System.Net.Http.AuthenticationHelperinlinepackagestatic
ProxySupportsConnectionAuth(HttpResponseMessage response)System.Net.Http.AuthenticationHelperinlineprivatestatic
s_alphaNumChooserSystem.Net.Http.AuthenticationHelperprivatestatic
s_usePortInSpnSystem.Net.Http.AuthenticationHelperprivatestatic
SendWithAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool preAuthenticate, bool isProxyAuth, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlineprivatestatic
SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlineprivatestatic
SendWithNtConnectionAuthAsync(HttpRequestMessage request, bool async, ICredentials credentials, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlinestatic
SendWithNtProxyAuthAsync(HttpRequestMessage request, Uri proxyUri, bool async, ICredentials proxyCredentials, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlinestatic
SendWithProxyAuthAsync(HttpRequestMessage request, Uri proxyUri, bool async, ICredentials proxyCredentials, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlinestatic
SendWithRequestAuthAsync(HttpRequestMessage request, bool async, ICredentials credentials, bool preAuthenticate, HttpConnectionPool pool, CancellationToken cancellationToken)System.Net.Http.AuthenticationHelperinlinestatic
SetBasicAuthToken(HttpRequestMessage request, NetworkCredential credential, bool isProxyAuth)System.Net.Http.AuthenticationHelperinlineprivatestatic
SetRequestAuthenticationHeaderValue(HttpRequestMessage request, AuthenticationHeaderValue headerValue, bool isProxyAuth)System.Net.Http.AuthenticationHelperinlineprivatestatic
TryGetAuthenticationChallenge(HttpResponseMessage response, bool isProxyAuth, Uri authUri, ICredentials credentials, out AuthenticationChallenge challenge)System.Net.Http.AuthenticationHelperinlineprivatestatic
TryGetChallengeDataForScheme(string scheme, HttpHeaderValueCollection< AuthenticationHeaderValue > authenticationHeaderValues, out string challengeData)System.Net.Http.AuthenticationHelperinlineprivatestatic
TryGetRepeatedChallenge(HttpResponseMessage response, string scheme, bool isProxyAuth, out string challengeData)System.Net.Http.AuthenticationHelperinlineprivatestatic
TryGetValidAuthenticationChallengeForScheme(string scheme, AuthenticationType authenticationType, Uri uri, ICredentials credentials, HttpHeaderValueCollection< AuthenticationHeaderValue > authenticationHeaderValues, out AuthenticationChallenge challenge)System.Net.Http.AuthenticationHelperinlineprivatestatic
TrySetDigestAuthToken(HttpRequestMessage request, NetworkCredential credential, DigestResponse digestResponse, bool isProxyAuth)System.Net.Http.AuthenticationHelperinlineprivatestatic
UsePortInSpnSystem.Net.Http.AuthenticationHelperprivatestatic