C# Class DevForceFiddlerExtension.DevForceMessageInspector

Inheritance: Inspector2
Exibir arquivo Open project: IdeaBlade/DevForce.Utilities

Public Methods

Method Description
AddToTab ( System o ) : void
DevForceMessageInspector ( ) : System
GetOrder ( ) : int
ScoreForContentType ( string sMIMEType ) : int

Protected Methods

Method Description
ClearOutput ( ) : void
DisplayMessage ( byte bytes ) : void

Private Methods

Method Description
CreateAndWriteMessage ( byte bytes ) : void
WriteMessage ( System message ) : void

Method Details

AddToTab() public method

public AddToTab ( System o ) : void
o System
return void

ClearOutput() protected method

protected ClearOutput ( ) : void
return void

DevForceMessageInspector() public method

public DevForceMessageInspector ( ) : System
return System

DisplayMessage() protected method

protected DisplayMessage ( byte bytes ) : void
bytes byte
return void

GetOrder() public method

public GetOrder ( ) : int
return int

ScoreForContentType() public method

public ScoreForContentType ( string sMIMEType ) : int
sMIMEType string
return int