C# Class SoundSwitch.Framework.Configuration.IPCConfiguration

Inheritance: IIPCConfiguration
ファイルを表示 Open project: Belphemur/SoundSwitch

Public Methods

Method Description
ClientUrl ( ) : string
IncrementPort ( ) : int

Increment the Port Number and return its value

Save ( ) : void
ServerUrl ( ) : string

Method Details

ClientUrl() public method

public ClientUrl ( ) : string
return string

IncrementPort() public method

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

Save() public method

public Save ( ) : void
return void

ServerUrl() public method

public ServerUrl ( ) : string
return string