메소드 | 설명 | |
---|---|---|
ModifyReservation ( string urlPrefix, string accountName, bool removeReservation ) : void |
Adds or removes an entry in the HTTP ACLs for a given prefix.
|
메소드 | 설명 | |
---|---|---|
CheckResult ( string fcn, int errorCode ) : void |
Checks whether the errorCode is zero. If not, an ApplicationException is thrown.
|
|
CreateSddl ( string account ) : string |
Creates a SDDL string representation of the ACL that Allows Generic eXecute for the specified user.
|
|
GetWin32ErrorMessage ( int errorCode ) : string |
Retrieves the Win32 error message from an error code.
|
|
HRESULT_FROM_WIN32 ( int errorCode ) : int |
Transforms an error code into a HRESULT
|
|
HttpDeleteServiceConfigurationAcl ( |
||
HttpInitialize ( HTTPAPI_VERSION version, int flags, |
||
HttpSetServiceConfigurationAcl ( |
||
HttpTerminate ( int flags, |
public static ModifyReservation ( string urlPrefix, string accountName, bool removeReservation ) : void | ||
urlPrefix | string | the prefix whose ACL should be modified |
accountName | string | the account name to be added or removed from the ACL |
removeReservation | bool | whether access should be granted or denied |
리턴 | void |