C# Class System.Net.EndpointPermission

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CheckEndPointName EndPointType
EndpointPermission System.Collections
Intersect EndpointPermission
MatchAddress bool
MatchWildcard bool
Resolve void
SubsetMatch bool

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String