C# Class m.Http.Endpoints

ファイルを表示 Open project: joongonn/mHttp

Public Methods

Method Description
From ( Type classType ) : Endpoint[]
From ( object classInstance ) : Endpoint[]

Private Methods

Method Description
From ( EndpointAttribute>.IEnumerable endpointMethods, object targetClassInstance ) : Endpoint[]
GetEndpointMethods ( Type classType, bool staticOnly ) : EndpointAttribute>>.IEnumerable
IsValidEndpointHandler ( MethodInfo method, object targetClassInstance, Func &asHandler ) : bool

Method Details

From() public static method

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

From() public static method

public static From ( object classInstance ) : Endpoint[]
classInstance object
return Endpoint[]