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

Ns_ConnClose

Overview

Close a connection

Syntax

    int Ns_ConnClose(
    	Ns_Conn *conn
    );

Description

The Ns_ConnClose function closes a connection. The semantics of this call are specific to the driver associated with the connection. In the case of a socket driver (the nssock module), this function will cause the socket associated with the connection to be closed. Ns_ConnClose returns a status of NS_OK or NS_ERROR.

This function is called by AOLserver before running any registered traces. You do not normally need to call it.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.