C# Class Ext.Net.AjaxRequestFilter

Inheritance: BaseFilter
Mostra file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
AjaxRequestFilter System.ComponentModel
Close void
ExtractDynamicHtml string
ExtractUpdates void
Flush void
GetHiddenInputValue string
Read int
Seek long
SetLength void
Write void

Private Methods

Method Description
AjaxRequestFilter ( Stream stream ) : System.ComponentModel
Close ( ) : void
ExtractDynamicHtml ( string html ) : string
ExtractUpdates ( string html, StringBuilder &buffer ) : void
Flush ( ) : void
GetHiddenInputValue ( string html, string marker ) : string
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long length ) : void
Write ( byte buffer, int offset, int count ) : void