C# Class J9Updater.FileTransferSvc.Ver1.ApplicationUpdateService

Inheritance: IService
Exibir arquivo Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Properties

Property Type Description
OnClose Action

Private Properties

Property Type Description

Public Methods

Method Description
ApplicationUpdateService ( Socket socket ) : J9Updater.FileTransferSvc.Ver1.Msgs
Download ( HandshakeMessage msg ) : void
Upload ( HandshakeMessage msg ) : void

Method Details

ApplicationUpdateService() public method

public ApplicationUpdateService ( Socket socket ) : J9Updater.FileTransferSvc.Ver1.Msgs
socket System.Net.Sockets.Socket
return J9Updater.FileTransferSvc.Ver1.Msgs

Download() public method

public Download ( HandshakeMessage msg ) : void
msg J9Updater.FileTransferSvc.Ver1.Msgs.HandshakeMessage
return void

Upload() public method

public Upload ( HandshakeMessage msg ) : void
msg J9Updater.FileTransferSvc.Ver1.Msgs.HandshakeMessage
return void

Property Details

OnClose public_oe property

public Action OnClose
return Action