w3ClientConnection Struct Reference

Connection data structure for the client. More...

#include <w3types.h>

List of all members.


Public Members

char* hostname
Name of the host running the server.

int socket
Contains a valid socket descriptor after a connection has successfully been set up.

struct sockaddr_in sockaddr
Contains the sockaddr data used by lower level functions. Normally the user should not need to know about this.

short int port
Port number of the server process. HTTP servers normally run on port 80.


Detailed Description

Connection data structure for the client.


Member Data Documentation

char* w3ClientConnection::hostname

Name of the host running the server.

int w3ClientConnection::socket

Contains a valid socket descriptor after a connection has successfully been set up.

struct sockaddr_in w3ClientConnection::sockaddr

Contains the sockaddr data used by lower level functions. Normally the user should not need to know about this.

short int w3ClientConnection::port

Port number of the server process. HTTP servers normally run on port 80.


The documentation for this struct was generated from the following file:
Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999