w3ClientConnection Struct Reference
[Client]

#include <w3types.h>


Data Fields

char * hostname
int socket
sockaddr_in sockaddr
short int port


Detailed Description

Connection data structure for the client.


Field Documentation

char* w3ClientConnection::hostname
 

Name of the host running the server.

short int w3ClientConnection::port
 

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

struct sockaddr_in w3ClientConnection::sockaddr
 

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

int w3ClientConnection::socket
 

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


The documentation for this struct was generated from the following file:
Generated on Thu Jul 6 15:37:32 2006 for w3server by  doxygen 1.4.6