Table of Contents

Interface IHttpProxyAuthentication

Namespace
PushTechnology.ClientInterface.Client.Session.Proxy
Assembly
Diffusion.Client.dll

The interface for http proxy authentication.

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.

IHttpProxyAuthenticationChallengeHandler CreateHandler(ISessionAttributes sessionAttributes)

Parameters

sessionAttributes ISessionAttributes

The Diffusion SessionAttributes.

Returns

IHttpProxyAuthenticationChallengeHandler

A challenge handler for this authentication scheme.