[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_PdDbIndentify

Overview

Send an identity string to the client.

Syntax

    void Ns_PdDbIdentify(void *handle);

Description

This function sends a string identifying the proxy daemon name and version.

Psuedo-code Example

    #define INDENTITY_STRING "My Proxy Daemon v.1.0"
    void
    Ns_PdDbIdentify(void *handle)
    {
        Ns_PdLog(Trace, "identify:");
        Ns_PdSendString(IDENTITY_STRING);
    }

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.