C# Class Foundstone.ViewStateFilter

Summary description for ViewStateFilter.
Inheritance: Stream
Mostrar archivo Open project: o2platform/Demos_Files

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, System direction ) : long
SetLength ( long length ) : void
ViewStateFilter ( Stream inputStream, Hashtable htViewStateData ) : System
Write ( byte buffer, int offset, int count ) : void
handleViewState ( object sender, EventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, System direction ) : long
offset long
direction System
return long

SetLength() public method

public SetLength ( long length ) : void
length long
return void

ViewStateFilter() public method

public ViewStateFilter ( Stream inputStream, Hashtable htViewStateData ) : System
inputStream Stream
htViewStateData System.Collections.Hashtable
return System

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

handleViewState() public static method

public static handleViewState ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void