C# 클래스 WinVolumeMixer.Client.ConnectionManager

파일 보기 프로젝트 열기: aidenmagrath/WinVolumeMixer-Client

공개 프로퍼티들

프로퍼티 타입 설명
ipAddress String
isConnected bool
port String

공개 메소드들

메소드 설명
Connect ( string ipAddress, string port ) : System.Threading.Tasks.Task
Disconnect ( ) : void
GetManager ( ) : ConnectionManager

메소드 상세

Connect() 공개 메소드

public Connect ( string ipAddress, string port ) : System.Threading.Tasks.Task
ipAddress string
port string
리턴 System.Threading.Tasks.Task

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

GetManager() 공개 정적인 메소드

public static GetManager ( ) : ConnectionManager
리턴 ConnectionManager

프로퍼티 상세

ipAddress 공개적으로 정적으로 프로퍼티

public static String ipAddress
리턴 String

isConnected 공개적으로 정적으로 프로퍼티

public static bool isConnected
리턴 bool

port 공개적으로 정적으로 프로퍼티

public static String port
리턴 String