C# 클래스 NullReference.Win32.HttpApi

Represents a wrapper around the HTTP API.
파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
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