C# Class iSpyApplication.FindCameras

Exibir arquivo Open project: ispysoftware/iSpy Class Usage Examples

Public Properties

Property Type Description
AudioModel string
AudioSourceType int
AudioUrl string
Channel string
Cookies string
DnsEntries List
FinalUrl string
Flags string
Password string
Ptzentryid int
Ptzid int
Username string
VideoSourceType int

Public Methods

Method Description
ExecuteCommandLine ( String file, String arguments = "" ) : StreamReader
FindCameras ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddCamera ( string addr, ManufacturersManufacturer m, ManufacturersManufacturerUrl u ) : void
AddConnections ( ) : void
CheckAndFilterResults ( ) : void
FindCameras_FormClosing ( object sender, FormClosingEventArgs e ) : void
FindCameras_Load ( object sender, EventArgs e ) : void
GetAddr ( ManufacturersManufacturerUrl s, bool audio = false ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListCameras ( IEnumerable m, List &lp, string login, string password ) : void
ListCameras ( string make, string model ) : void
LoadSources ( ) : void
Next ( ) : void
PortScanner ( IEnumerable ports, string ipaddress, ManualResetEvent mre ) : void
PortScannerManager ( string host ) : void
QuitScanner ( ) : void
RenderResources ( ) : void
ResetControls ( ) : void
ScanCamera ( string make ) : void
ScanCameras ( string make ) : void
ScanListedUrLs ( ) : void
ScanNetwork ( ) : void
SendHTTPReq ( string source, string cookies, string login, string password ) : bool
SendRTSPReq ( string addr, string login, string password ) : bool
ShowPanel ( Control p ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnNext_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
chkRTSP_CheckedChanged ( object sender, EventArgs e ) : void
dataGridView1_CellClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellContentClick_1 ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_RowHeaderMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
dataGridView1_RowHeaderMouseDoubleClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
ddlHost_SelectedIndexChanged ( object sender, EventArgs e ) : void
ddlMake_SelectedIndexChanged ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel2_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
llblDownloadVLC_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
llblScan_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
quitScannerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
rdoListed_CheckedChanged ( object sender, EventArgs e ) : void
rdoUnlisted_CheckedChanged ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
txtIPAddress_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ExecuteCommandLine() public static method

public static ExecuteCommandLine ( String file, String arguments = "" ) : StreamReader
file String
arguments String
return StreamReader

FindCameras() public method

public FindCameras ( ) : System
return System

Property Details

AudioModel public_oe property

public string AudioModel
return string

AudioSourceType public_oe property

public int AudioSourceType
return int

AudioUrl public_oe property

public string AudioUrl
return string

Channel public_oe property

public string Channel
return string

Cookies public_oe property

public string Cookies
return string

DnsEntries public_oe static_oe property

public static List DnsEntries
return List

FinalUrl public_oe property

public string FinalUrl
return string

Flags public_oe property

public string Flags
return string

Password public_oe property

public string Password
return string

Ptzentryid public_oe property

public int Ptzentryid
return int

Ptzid public_oe property

public int Ptzid
return int

Username public_oe property

public string Username
return string

VideoSourceType public_oe property

public int VideoSourceType
return int