Neokernel API

HTTPCheckKMethod Class

This KMethod checks if a web server is available by sending it a request for a URL. After the KMethod has been executed, the connection, request, and request latency are recorded in public fields. This method requires a host, port and request as arguments to the constructor. An optional timeout field can be set if needed.

For a list of all members of this type, see HTTPCheckKMethod Members .

System.Object
   KMethod
      HTTPCheckKMethod

public class HTTPCheckKMethod : KMethod

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.httpd

Assembly: Neokernel (in Neokernel.exe)

See Also

HTTPCheckKMethod Members | com.neokernel.httpd Namespace