C# Class Restup.Webserver.Rest.ParsedUri

Exibir arquivo Open project: tomkuijsten/restup Class Usage Examples

Public Methods

Method Description
ParsedUri ( IReadOnlyList pathParts, IReadOnlyList parameters, string fragment ) : System.Collections.Generic
ToString ( ) : string

Method Details

ParsedUri() public method

public ParsedUri ( IReadOnlyList pathParts, IReadOnlyList parameters, string fragment ) : System.Collections.Generic
pathParts IReadOnlyList
parameters IReadOnlyList
fragment string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string