C# Class NullReference.Win32.HttpApi

Represents a wrapper around the HTTP API.
Afficher le fichier Open project: voltagex/junkcode

Méthodes publiques

Méthode Description
DeleteUrl ( string reservePath ) : void
GetReservedUrlList ( ) : ReadOnlyCollection

Gets the list of reserved URLs

ReserveUrl ( string reservePath ) : void

Private Methods

Méthode Description
AddReservation ( string urlPrefix, string user ) : void

Adds a reservation to the list of reserved URLs

DeleteReservation ( string urlPrefix, string user ) : void
GenerateSddl ( System.Security.Principal.SecurityIdentifier securityIdentifiers ) : string
GetDacl ( System.Security.Principal.SecurityIdentifier securityIdentifiers ) : DiscretionaryAcl
GetSecurityDescriptor ( System.Security.Principal.SecurityIdentifier securityIdentifiers ) : CommonSecurityDescriptor

Method Details

DeleteUrl() public static méthode

public static DeleteUrl ( string reservePath ) : void
reservePath string
Résultat void

GetReservedUrlList() public static méthode

Gets the list of reserved URLs
public static GetReservedUrlList ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

ReserveUrl() public static méthode

public static ReserveUrl ( string reservePath ) : void
reservePath string
Résultat void