메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Implementation of IDisposable interface
|
메소드 | 설명 | |
---|---|---|
Connect ( ) : void |
Connect socket to endpoint
|
|
Disconnect ( ) : void |
Disconnect socket
|
|
Dispose ( bool disposing ) : void |
Dispose object
|
|
LogData ( string text, byte bytes ) : void |
Write data to log as hex dump. (Set Log parameter to activate)
|
|
Receive ( ) : byte[] |
Receive data from socket.
|
|
Send ( byte data ) : void |
Send data to socket
|
|
SocketCommunication ( |
Construct admin socket on specific IP and port.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Dispose unmanaged resources? |
리턴 | void |
protected LogData ( string text, byte bytes ) : void | ||
text | string | Label to write before hex dump |
bytes | byte | Data bytes to hex dump |
리턴 | void |
protected SocketCommunication ( |
||
address | IP address of filezilla server. | |
port | int | Admin port as specified when FileZilla server were installed |
리턴 | System |