Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
J9Updater
FileTransferSvc
Client
C# Class J9Updater.FileTransferSvc.Client
Show file
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