C# 클래스 System.ServiceModel.Channels.SvcHttpHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
EndHttpRequest ( HttpContext context ) : void
ProcessRequest ( HttpContext context ) : void
SvcHttpHandler ( Type type, Type factoryType, string path ) : System

비공개 메소드들

메소드 설명
EnsureServiceHost ( ) : void
EnsureServiceHostCore ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndHttpRequest() 공개 메소드

public EndHttpRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

SvcHttpHandler() 공개 메소드

public SvcHttpHandler ( Type type, Type factoryType, string path ) : System
type System.Type
factoryType System.Type
path string
리턴 System