C# 클래스 SoundSwitch.Framework.Configuration.IPCConfiguration

상속: IIPCConfiguration
파일 보기 프로젝트 열기: Belphemur/SoundSwitch

공개 메소드들

메소드 설명
ClientUrl ( ) : string
IncrementPort ( ) : int

Increment the Port Number and return its value

Save ( ) : void
ServerUrl ( ) : string

메소드 상세

ClientUrl() 공개 메소드

public ClientUrl ( ) : string
리턴 string

IncrementPort() 공개 메소드

Increment the Port Number and return its value
public IncrementPort ( ) : int
리턴 int

Save() 공개 메소드

public Save ( ) : void
리턴 void

ServerUrl() 공개 메소드

public ServerUrl ( ) : string
리턴 string