C# Class CmisSync.Lib.Events.ProxyAuthRequiredEvent

Proxy auth required event.
Inheritance: ExceptionEvent
Mostrar archivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
ProxyAuthRequiredEvent ( DotCMIS e ) : System

Initializes a new instance of the CmisSync.Lib.Events.ProxyAuthRequiredEvent class.

Method Details

ProxyAuthRequiredEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.ProxyAuthRequiredEvent class.
public ProxyAuthRequiredEvent ( DotCMIS e ) : System
e DotCMIS /// thrown CmisRuntimException indicating the proxy settings problem ///
return System