C# Class withSIX.Mini.Presentation.Core.Services.WindowsApiPortHandler

Inheritance: WindowsApiPortHandlerBase
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
SetupApiPort ( IPEndPoint http, IPEndPoint https, IProcessManager pm ) : System.Threading.Tasks.Task

Private Methods

Method Description
BuildCommands ( IPEndPoint http, IPEndPoint https, IAbsoluteDirectoryPath tmpFolder, NTAccount acct ) : IEnumerable
BuildHttp ( IPEndPoint valueHttp, NTAccount acct ) : string
BuildHttps ( IPEndPoint value, NTAccount acct ) : string[]

Method Details

SetupApiPort() public static method

public static SetupApiPort ( IPEndPoint http, IPEndPoint https, IProcessManager pm ) : System.Threading.Tasks.Task
http System.Net.IPEndPoint
https System.Net.IPEndPoint
pm IProcessManager
return System.Threading.Tasks.Task