Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.Proxy.IProxyAuthenticationFactory Interface Reference

Factory for proxy authentication instances. More...

Public Member Functions

IHttpProxyAuthentication Basic (string username, string password)
 Provides an implementation of Basic proxy authentication. More...
 

Detailed Description

Factory for proxy authentication instances.

This factory allows common proxy authentication schemes to be used when connecting a session to a Diffusion server.

Member Function Documentation

IHttpProxyAuthentication PushTechnology.ClientInterface.Client.Session.Proxy.IProxyAuthenticationFactory.Basic ( string  username,
string  password 
)

Provides an implementation of Basic proxy authentication.

Parameters
usernamespecifies the username to be used when authenticating a connection to a proxy server using Basic authentication
passwordthe password associated with the provided username to authenticate a connection to the proxy server
Returns
an instance of a Basic Proxy Authentication scheme

The documentation for this interface was generated from the following file: