C# 클래스 Electro.Handlers.HttpListenerUtils

파일 보기 프로젝트 열기: HackerDom/ructfe-2015

공개 메소드들

메소드 설명
AssertMethod ( this request, string method ) : void
GetPostData ( this request ) : string>.Dictionary

메소드 상세

AssertMethod() 공개 정적인 메소드

public static AssertMethod ( this request, string method ) : void
request this
method string
리턴 void

GetPostData() 공개 정적인 메소드

public static GetPostData ( this request ) : string>.Dictionary
request this
리턴 string>.Dictionary