![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 314](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653314.webp)
pb_param
314
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
pb_param
The
pb_param
represents a name-value pair, as stored in a
pb_entry
.
Session->client
The
Session->client
parameter block structure contains two entries:
•
The
ip
entry is the IP address of the client machine.
•
The
dns
entry is the DNS name of the remote machine. This member must be
accessed through the
session_dns
function call:
request
Under HTTP protocol, there is only one request per session. The
Request
structure
contains the variables that apply to the request in that session (for example, the
variables include the client’s HTTP headers).
struct pb_entry {
pb_param *param;
struct pb_entry *next;
};
typedef struct {
char *name,*value;
} pb_param;
/*
* 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);
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...