C# Class Omikron.FactFinder.Core.Server.UrlBuilder

Show file Open project: FACT-Finder/FACT-Finder-.NET-Library Class Usage Examples

Public Methods

Method Description
EnsureChannelParameter ( NameValueCollection parameters ) : void
GetUrlWithAdvancedAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
GetUrlWithAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
GetUrlWithHttpAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
GetUrlWithSimpleAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
GetUrlWithoutAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
UrlBuilder ( IUnixClock clock ) : System

Private Methods

Method Description
UrlBuilder ( ) : System

Method Details

EnsureChannelParameter() public method

public EnsureChannelParameter ( NameValueCollection parameters ) : void
parameters System.Collections.Specialized.NameValueCollection
return void

GetUrlWithAdvancedAuthentication() public method

public GetUrlWithAdvancedAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
action RequestType
parameters System.Collections.Specialized.NameValueCollection
return System.Uri

GetUrlWithAuthentication() public method

public GetUrlWithAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
action RequestType
parameters System.Collections.Specialized.NameValueCollection
return System.Uri

GetUrlWithHttpAuthentication() public method

public GetUrlWithHttpAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
action RequestType
parameters System.Collections.Specialized.NameValueCollection
return System.Uri

GetUrlWithSimpleAuthentication() public method

public GetUrlWithSimpleAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
action RequestType
parameters System.Collections.Specialized.NameValueCollection
return System.Uri

GetUrlWithoutAuthentication() public method

public GetUrlWithoutAuthentication ( RequestType action, NameValueCollection parameters ) : Uri
action RequestType
parameters System.Collections.Specialized.NameValueCollection
return System.Uri

UrlBuilder() public method

public UrlBuilder ( IUnixClock clock ) : System
clock IUnixClock
return System