C# 클래스 OpenRasta.Web.Internal.CommunicationContextExtensions

파일 보기 프로젝트 열기: Huddle/openrasta-stable

공개 메소드들

메소드 설명
GetRequestUriRelativeToRoot ( this context ) : Uri
WithScheme ( this uri, string scheme ) : Uri

메소드 상세

GetRequestUriRelativeToRoot() 공개 정적인 메소드

public static GetRequestUriRelativeToRoot ( this context ) : Uri
context this
리턴 System.Uri

WithScheme() 공개 정적인 메소드

public static WithScheme ( this uri, string scheme ) : Uri
uri this
scheme string
리턴 System.Uri