C# Class J9Updater.FileTransferSvc.Client

Exibir arquivo Open project: zlphoenix/LearnCSharp

Public Methods

Method Description
Client ( ) : System
Send ( string filePath ) : void
SendFile ( string filePath ) : void

Private Methods

Method Description
GetFileName ( ) : string

Method Details

Client() public method

public Client ( ) : System
return System

Send() public method

public Send ( string filePath ) : void
filePath string
return void

SendFile() public method

public SendFile ( string filePath ) : void
filePath string
return void