Interface IHttpProxyAuthentication

The interface for http proxy authentication.

Namespace: PushTechnology.ClientInterface.Client.Session.Proxy
Assembly: Diffusion.Client.dll
Syntax
public interface IHttpProxyAuthentication

Methods

CreateHandler(ISessionAttributes)

Creates a challenge handler using this proxy authentication scheme. The challenge handler is responsible for responding to authentication challenges from the proxy during connection negotiation.

Declaration
IHttpProxyAuthenticationChallengeHandler CreateHandler(ISessionAttributes sessionAttributes)
Parameters
Type Name Description
ISessionAttributes sessionAttributes

The Diffusion SessionAttributes.

Returns
Type Description
IHttpProxyAuthenticationChallengeHandler

A challenge handler for this authentication scheme.

Back to top