libssh2_session_methods
libssh2_session_methods
Section: libssh2 manual (3) Updated: 1 Jun 2007 Local index
Up
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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- ERRORS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:49:23 GMT, April 16, 2011