C# Class NullReference.Win32.HttpApi

Represents a wrapper around the HTTP API.
Exibir arquivo Open project: voltagex/junkcode

Public Methods

Method Description
DeleteUrl ( string reservePath ) : void
GetReservedUrlList ( ) : ReadOnlyCollection

Gets the list of reserved URLs

ReserveUrl ( string reservePath ) : void

Private Methods

Method 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 method

public static DeleteUrl ( string reservePath ) : void
reservePath string
return void

GetReservedUrlList() public static method

Gets the list of reserved URLs
public static GetReservedUrlList ( ) : ReadOnlyCollection
return ReadOnlyCollection

ReserveUrl() public static method

public static ReserveUrl ( string reservePath ) : void
reservePath string
return void