C# Class Microsoft.AspNet.Server.Kestrel.ServerAddress

Datei anzeigen Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
FromUrl ( string url ) : ServerAddress
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

FromUrl() public static method

public static FromUrl ( string url ) : ServerAddress
url string
return ServerAddress

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string