C# 클래스 Posh.WebServer

Description of SVGTerminalServer.
파일 보기 프로젝트 열기: vvvv/Posh

공개 프로퍼티들

프로퍼티 타입 설명
OpenURL Action
TerminalPath string
URLPort int>.Dictionary
UnknownURL Action

공개 메소드들

메소드 설명
AddURL ( string url ) : string
AddURL ( string url, int port ) : string
ListenerCallback ( HttpListenerContext context ) : void
RemoveURL ( string url ) : void
RenameURL ( string from, string to ) : string
Stop ( ) : void

비공개 메소드들

메소드 설명
ContextReady ( IAsyncResult ar ) : void
GetLocalIP ( ) : string
HandleRequests ( ) : void
IsAdministrator ( ) : bool
IsLocalHost ( string ip ) : bool
WebServer ( ) : System
Worker ( ) : void

메소드 상세

AddURL() 공개 정적인 메소드

public static AddURL ( string url ) : string
url string
리턴 string

AddURL() 공개 정적인 메소드

public static AddURL ( string url, int port ) : string
url string
port int
리턴 string

ListenerCallback() 공개 정적인 메소드

public static ListenerCallback ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void

RemoveURL() 공개 정적인 메소드

public static RemoveURL ( string url ) : void
url string
리턴 void

RenameURL() 공개 정적인 메소드

public static RenameURL ( string from, string to ) : string
from string
to string
리턴 string

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

프로퍼티 상세

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

public static Action OpenURL
리턴 Action

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

public static string TerminalPath
리턴 string

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

public static Dictionary URLPort
리턴 int>.Dictionary

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

public static Action UnknownURL
리턴 Action