ATMLUtilitiesLibrary.HttpServer.handleGETRequest C# (CSharp) Method

handleGETRequest() public abstract method

public abstract handleGETRequest ( HttpProcessor p ) : void
p HttpProcessor
return void
        public abstract void handleGETRequest( HttpProcessor p );

Usage Example

示例#1
0
 public void handleGETRequest()
 {
     srv.handleGETRequest(this);
 }