메소드 | 설명 | |
---|---|---|
EnvironmentConfiguration ( ) : System |
Initializes a new instance of the EnvironmentConfiguration class.
|
|
IsBlockedIp ( string clientIpAddress ) : bool |
Determines whether the specified clientIpAddress is configured to be blocked.
|
|
IsDeveloperIp ( string clientIpAddress ) : bool |
Determines whether the specified clientIpAddress is configured to be treated as a developer.
|
|
Parse ( |
||
ToXml ( |
메소드 | 설명 | |
---|---|---|
EnvironmentConfiguration ( |
Initializes a new instance of the EnvironmentConfiguration class, using the specified instance to initialize the content of this instance.
|
public IsBlockedIp ( string clientIpAddress ) : bool | ||
clientIpAddress | string | The client IP address to test. |
리턴 | bool |
public IsDeveloperIp ( string clientIpAddress ) : bool | ||
clientIpAddress | string | The client IP address to test. |
리턴 | bool |
public Parse ( |
||
configuration | ||
리턴 | void |
public ToXml ( |
||
document | ||
리턴 |