C# 클래스 server.Commands.IOFunctions

파일 보기 프로젝트 열기: D4rkHero/Server-Client

공개 메소드들

메소드 설명
Listdir ( string path, TcpClient c ) : void
ReadFile ( string directory, TcpClient c ) : void

메소드 상세

Listdir() 공개 정적인 메소드

public static Listdir ( string path, TcpClient c ) : void
path string
c System.Net.Sockets.TcpClient
리턴 void

ReadFile() 공개 정적인 메소드

public static ReadFile ( string directory, TcpClient c ) : void
directory string
c System.Net.Sockets.TcpClient
리턴 void