C# Class withSIX.Mini.Presentation.Core.PortsInfo

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
IsSslRegistered ( ) : bool
PortsInfo ( IProcessManagerSync pm, IPEndPoint http, IPEndPoint https, string thumbprint ) : System

Private Methods

Method Description
ContainsCert ( string s, string thumbprint, string epStr ) : bool
QueryCertRegistered ( IProcessManagerSync pm, IPEndPoint value, string thumbprint ) : bool
QueryPortRegistered ( IProcessManagerSync pm, string value ) : bool

Method Details

IsSslRegistered() public method

public IsSslRegistered ( ) : bool
return bool

PortsInfo() public method

public PortsInfo ( IProcessManagerSync pm, IPEndPoint http, IPEndPoint https, string thumbprint ) : System
pm IProcessManagerSync
http System.Net.IPEndPoint
https System.Net.IPEndPoint
thumbprint string
return System