C# Class csExWB.ProtocolHandlerBeginTransactionEventArgs

Event arguments for DownloadRequestBeginTransactionEventHandler delegate.
Inheritance: System.ComponentModel.CancelEventArgs
Datei anzeigen Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
ProtocolHandlerBeginTransactionEventArgs ( string _url, string _requestheaders ) : System

Method Details

ProtocolHandlerBeginTransactionEventArgs() public method

public ProtocolHandlerBeginTransactionEventArgs ( string _url, string _requestheaders ) : System
_url string
_requestheaders string
return System