C# Класс NullReference.Win32.HttpApi

Represents a wrapper around the HTTP API.
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteUrl ( string reservePath ) : void
GetReservedUrlList ( ) : ReadOnlyCollection

Gets the list of reserved URLs

ReserveUrl ( string reservePath ) : void

Приватные методы

Метод Описание
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

Описание методов

DeleteUrl() публичный статический Метод

public static DeleteUrl ( string reservePath ) : void
reservePath string
Результат void

GetReservedUrlList() публичный статический Метод

Gets the list of reserved URLs
public static GetReservedUrlList ( ) : ReadOnlyCollection
Результат ReadOnlyCollection

ReserveUrl() публичный статический Метод

public static ReserveUrl ( string reservePath ) : void
reservePath string
Результат void