Neokernel API

HTTPAgentRequest.getUnderlyingSocket Method

Returns the underlying System.Net.Sockets.Socket associated with this HTTPAgentRequest. If there is no underlying Socket or if the Socket is unavailable, a null is returned.

public Socket getUnderlyingSocket();

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace