Class ServerConfigurationAnalyzer.ServerListenDetail
Inheritance
ServerConfigurationAnalyzer.ServerListenDetail
Assembly: Coree.NETASP.dll
Syntax
public class ServerConfigurationAnalyzer.ServerListenDetail
Properties
|
Edit this page
View Source
IsAnyIp
Declaration
public bool IsAnyIp { get; set; }
Property Value
|
Edit this page
View Source
IsDefaultPort
Declaration
public bool IsDefaultPort { get; set; }
Property Value
|
Edit this page
View Source
IsLocalHost
Declaration
public bool IsLocalHost { get; set; }
Property Value
|
Edit this page
View Source
IsSpecificAddress
Declaration
public bool IsSpecificAddress { get; set; }
Property Value
|
Edit this page
View Source
ListenUri
Declaration
public Uri ListenUri { get; set; }
Property Value