C# 클래스 Omikron.FactFinder.Core.Server.UrlBuilder

파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UrlBuilder ( ) : System

메소드 상세

EnsureChannelParameter() 공개 메소드

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

GetUrlWithAdvancedAuthentication() 공개 메소드

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

GetUrlWithAuthentication() 공개 메소드

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

GetUrlWithHttpAuthentication() 공개 메소드

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

GetUrlWithSimpleAuthentication() 공개 메소드

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

GetUrlWithoutAuthentication() 공개 메소드

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

UrlBuilder() 공개 메소드

public UrlBuilder ( IUnixClock clock ) : System
clock IUnixClock
리턴 System