Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
wmib
Terminal.Session
C# Class wmib.Terminal.Session
Inheritance:
IDisposable
Mostrar archivo
Open project: benapetr/wikimedia-bot
Public Methods
Method
Description
Dispose
( ) :
void
ThreadExec
(
object
data
) :
void
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Private Methods
Method
Description
Disconnect
( ) :
void
Disconnect
(
string
text
) :
void
Write
(
string
text
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
ThreadExec()
public
method
public
ThreadExec
(
object
data
) :
void
data
object
return
void