libssh2_session_methods
Section: libssh2 manual (3)
Updated: 1 Jun 2007
Index
Return to Main Contents
 
NAME
libssh2_session_methods - return the currently active algorithms
 
SYNOPSIS
#include <libssh2.h>
const char *
libssh2_session_methods(LIBSSH2_SESSION *session, int method_type);
 
DESCRIPTION
session - Session instance as returned by 
libssh2_session_init_ex(3)
method_type - One of the Method Type constants.
Return the actual method negotiated for a particular transport parameter.
 
RETURN VALUE
Negotiated method or NULL if the session has not yet been started.
 
ERRORS
LIBSSH2_ERROR_INVAL - The requested method type was invalid.
LIBSSH2_ERROR_METHOD_NONE - 
 
SEE ALSO
libssh2_session_init_ex(3)