C# Class OpenXNet.SessionImpl

Datei anzeigen Open project: mausch/OpenX.Net

Public Methods

Method Description
Dispose ( ) : void
SessionImpl ( IOpenXProxy proxy, string username, string password ) : System
SessionImpl ( string sessionId, string url ) : System
SessionImpl ( string username, string password, string url ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SessionImpl() public method

public SessionImpl ( IOpenXProxy proxy, string username, string password ) : System
proxy IOpenXProxy
username string
password string
return System

SessionImpl() public method

public SessionImpl ( string sessionId, string url ) : System
sessionId string
url string
return System

SessionImpl() public method

public SessionImpl ( string username, string password, string url ) : System
username string
password string
url string
return System