C# Class J9Updater.FileTransferSvc.Client

Afficher le fichier Open project: zlphoenix/LearnCSharp

Méthodes publiques

Méthode Description
Client ( ) : System
Send ( string filePath ) : void
SendFile ( string filePath ) : void

Private Methods

Méthode Description
GetFileName ( ) : string

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Send() public méthode

public Send ( string filePath ) : void
filePath string
Résultat void

SendFile() public méthode

public SendFile ( string filePath ) : void
filePath string
Résultat void