C# 클래스 SimpleAuthentication.Core.SystemHelpers

파일 보기 프로젝트 열기: SimpleAuthentication/SimpleAuthentication

공개 메소드들

메소드 설명
CreateCallBackUri ( string providerKey, Uri requestUrl, string path = "/authentication/authenticatecallback", Uri basePathOverride = null ) : Uri
RecursiveErrorMessages ( this exception ) : string

메소드 상세

CreateCallBackUri() 공개 정적인 메소드

public static CreateCallBackUri ( string providerKey, Uri requestUrl, string path = "/authentication/authenticatecallback", Uri basePathOverride = null ) : Uri
providerKey string
requestUrl System.Uri
path string
basePathOverride System.Uri
리턴 System.Uri

RecursiveErrorMessages() 공개 정적인 메소드

public static RecursiveErrorMessages ( this exception ) : string
exception this
리턴 string