C# 클래스 System.Net.EndpointPermission

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckEndPointName EndPointType
EndpointPermission System.Collections
Intersect EndpointPermission
MatchAddress bool
MatchWildcard bool
Resolve void
SubsetMatch bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String

비공개 메소드들

메소드 설명
CheckEndPointName ( string name ) : EndPointType
EndpointPermission ( String epname, int port, TransportType trtype ) : System.Collections
Intersect ( EndpointPermission E ) : EndpointPermission
MatchAddress ( EndpointPermission e ) : bool
MatchWildcard ( string str ) : bool
Resolve ( ) : void
SubsetMatch ( EndpointPermission e ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String