C# 클래스 WhippedCream.DefaultUrlService

This object represents the default implementation of IUrlService.
상속: IUrlService
파일 보기 프로젝트 열기: KCL5South/WhippedCream 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IUrlService System.Uri
IUrlService string

공개 메소드들

메소드 설명
DefaultUrlService ( System baseUri, string servicePrefix ) : System.Linq

Constructor

비공개 메소드들

메소드 설명
IUrlService ( string path ) : System.Uri
IUrlService ( string path ) : string

메소드 상세

DefaultUrlService() 공개 메소드

Constructor
public DefaultUrlService ( System baseUri, string servicePrefix ) : System.Linq
baseUri System The base Uri of all services.
servicePrefix string If we need a prefix to be appended to the base Uri.
리턴 System.Linq