IHttpHandlerFactory 인터페이스

정의

IHttpHandler 개체를 만들기 위해 클래스 팩터리에서 구현해야 하는 규약을 정의합니다.

public interface class IHttpHandlerFactory
public interface IHttpHandlerFactory
type IHttpHandlerFactory = interface
Public Interface IHttpHandlerFactory
파생

설명

구현 하는 클래스를 IHttpHandlerFactory 인터페이스를 구현 하는 클래스의 새 인스턴스를 제조 동적으로 제외 하 고 동작이 없습니다를 IHttpHandler 인터페이스입니다.

메서드

GetHandler(HttpContext, String, String, String)

IHttpHandler 인터페이스를 구현하는 클래스의 인스턴스를 반환합니다.

ReleaseHandler(IHttpHandler)

팩터리에서 기존 처리기 인스턴스를 다시 사용할 수 있도록 합니다.

적용 대상