C# Class csExWB.ProtocolHandlerOnResponseEventArgs

Inheritance: System.ComponentModel.CancelEventArgs
Datei anzeigen Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
ProtocolHandlerOnResponseEventArgs ( string _url, string _responseheaders, string _redirectedurl, string _redirectheaders ) : System

Method Details

ProtocolHandlerOnResponseEventArgs() public method

public ProtocolHandlerOnResponseEventArgs ( string _url, string _responseheaders, string _redirectedurl, string _redirectheaders ) : System
_url string
_responseheaders string
_redirectedurl string
_redirectheaders string
return System