#include <w3types.h>
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. |
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.