C# 클래스 Owin.Scim.Configuration.ScimHttpControllerSelector

상속: System.Web.Http.Dispatcher.DefaultHttpControllerSelector
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

공개 메소드들

메소드 설명
GetControllerMapping ( ) : HttpControllerDescriptor>.IDictionary
GetControllerName ( HttpRequestMessage request ) : string
ScimHttpControllerSelector ( System.Web.Http.HttpConfiguration configuration ) : System
SelectController ( HttpRequestMessage request ) : HttpControllerDescriptor

메소드 상세

GetControllerMapping() 공개 메소드

public GetControllerMapping ( ) : HttpControllerDescriptor>.IDictionary
리턴 HttpControllerDescriptor>.IDictionary

GetControllerName() 공개 메소드

public GetControllerName ( HttpRequestMessage request ) : string
request System.Net.Http.HttpRequestMessage
리턴 string

ScimHttpControllerSelector() 공개 메소드

public ScimHttpControllerSelector ( System.Web.Http.HttpConfiguration configuration ) : System
configuration System.Web.Http.HttpConfiguration
리턴 System

SelectController() 공개 메소드

public SelectController ( HttpRequestMessage request ) : HttpControllerDescriptor
request System.Net.Http.HttpRequestMessage
리턴 HttpControllerDescriptor