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

Inheritance: ProtocolBase
Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Свойство Type Description
defaultPort int
httpOrS string

Méthodes publiques

Méthode Description
Connect ( ) : bool
HTTPBase ( RenderingEngine RenderingEngine ) : System
Initialize ( ) : bool
NewExtended ( ) : void

Private Methods

Méthode 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 méthode

public Connect ( ) : bool
Résultat bool

HTTPBase() public méthode

public HTTPBase ( RenderingEngine RenderingEngine ) : System
RenderingEngine RenderingEngine
Résultat System

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

NewExtended() public méthode

public NewExtended ( ) : void
Résultat void

Property Details

defaultPort public_oe property

public int defaultPort
Résultat int

httpOrS public_oe property

public string httpOrS
Résultat string