|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
    int Ns_WriteConn(
    Ns_Conn *conn, 
    char *buf, 
    int len
    );
The Ns_WriteConn function performs the same function as Ns_ConnWrite, except that Ns_WriteConn guarantees to write as many bytes as are specified in len. It writes the specified length of data from the buffer to the client.