C# Class System.Net.EndpointPermission

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CheckEndPointName EndPointType
EndpointPermission System.Collections
Intersect EndpointPermission
MatchAddress bool
MatchWildcard bool
Resolve void
SubsetMatch bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Private Methods

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

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String