C# 클래스 m.Http.Endpoints

파일 보기 프로젝트 열기: joongonn/mHttp

공개 메소드들

메소드 설명
From ( Type classType ) : Endpoint[]
From ( object classInstance ) : Endpoint[]

비공개 메소드들

메소드 설명
From ( EndpointAttribute>.IEnumerable endpointMethods, object targetClassInstance ) : Endpoint[]
GetEndpointMethods ( Type classType, bool staticOnly ) : EndpointAttribute>>.IEnumerable
IsValidEndpointHandler ( MethodInfo method, object targetClassInstance, Func &asHandler ) : bool

메소드 상세

From() 공개 정적인 메소드

public static From ( Type classType ) : Endpoint[]
classType System.Type
리턴 Endpoint[]

From() 공개 정적인 메소드

public static From ( object classInstance ) : Endpoint[]
classInstance object
리턴 Endpoint[]