Pb_Param; Session->Client; Request - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

pb_param

struct pb_entry {
};
pb_param
The
pb_param
typedef struct {
} pb_param;
Session->client
The
Session->client
The
The
accessed through the
/*
* session_dns returns the DNS host name of the client for this
* session and inserts it into the client pblock. Returns NULL if
* unavailable.
*/
char *session_dns(Session *sn);

request

Under HTTP protocol, there is only one request per session. The
contains the variables that apply to the request in that session (for example, the
variables include the client's HTTP headers).
302
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
pb_param *param;
struct pb_entry *next;
represents a name-value pair, as stored in a
char *name,*value;
parameter block structure contains two entries:
entry is the IP address of the client machine.
ip
entry is the DNS name of the remote machine. This member must be
dns
session_dns
pb_entry
function call:
.
structure
Request

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents