C# 클래스 tdsm.core.WebInterface.WebServer

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 프로퍼티들

프로퍼티 타입 설명
HtmlDirectory string

공개 메소드들

메소드 설명
Begin ( string bindAddress, string provider ) : void
End ( ) : void
ForEachPage ( ForEachTileFunc fnc ) : void
RegisterPage ( string request, WebPage page ) : bool

비공개 메소드들

메소드 설명
AcceptClient ( IAsyncResult result ) : void
Authenticate ( WebRequest request ) : string
GatherWebPages ( ) : WebPage>>.List
GetEncapsulated ( WebRequest request ) : FileInfo
HandleRequest ( WebRequest request, string content ) : void
HandleSocketException ( Exception e ) : string

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( string bindAddress, string provider ) : void
bindAddress string
provider string
리턴 void

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

ForEachPage() 공개 정적인 메소드

public static ForEachPage ( ForEachTileFunc fnc ) : void
fnc ForEachTileFunc
리턴 void

RegisterPage() 공개 정적인 메소드

public static RegisterPage ( string request, WebPage page ) : bool
request string
page WebPage
리턴 bool

프로퍼티 상세

HtmlDirectory 공개적으로 정적으로 프로퍼티

public static string HtmlDirectory
리턴 string