C# Class mRemoteNG.Connection.Protocol.Http.HTTPBase

Inheritance: ProtocolBase
Mostra file Open project: mRemoteNG/mRemoteNG

Public Properties

Property Type Description
defaultPort int
httpOrS string

Public Methods

Method Description
Connect ( ) : bool
HTTPBase ( RenderingEngine RenderingEngine ) : System
Initialize ( ) : bool
NewExtended ( ) : void

Private Methods

Method Description
geckoBrowser_DocumentTitleChanged ( object sender, EventArgs e ) : void
wBrowser_DocumentTitleChanged ( object sender, EventArgs e ) : void
wBrowser_LastTabRemoved ( object sender ) : void
wBrowser_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
wBrowser_NewWindow3 ( object &ppDisp, bool &Cancel, uint dwFlags, string bstrUrlContext, string bstrUrl ) : void

Method Details

Connect() public method

public Connect ( ) : bool
return bool

HTTPBase() public method

public HTTPBase ( RenderingEngine RenderingEngine ) : System
RenderingEngine RenderingEngine
return System

Initialize() public method

public Initialize ( ) : bool
return bool

NewExtended() public method

public NewExtended ( ) : void
return void

Property Details

defaultPort public_oe property

public int defaultPort
return int

httpOrS public_oe property

public string httpOrS
return string