1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="SoupConnectionNTLM">
<refmeta>
<refentrytitle role="top_of_page">SoupConnectionNTLM</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBSOUP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>SoupConnectionNTLM</refname>
<refpurpose>NTLM-authenticated connection</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="SoupConnectionNTLM-struct">SoupConnectionNTLM</link>;
</synopsis>
</refsynopsisdiv>
<refsect1 role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
<link linkend="GObject">GObject</link>
+----<link linkend="SoupConnection">SoupConnection</link>
+----SoupConnectionNTLM
</synopsis>
</refsect1>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
<link linkend="SoupSession"><type>SoupSession</type></link> automatically creates <link linkend="SoupConnectionNTLM"><type>SoupConnectionNTLM</type></link> rather than
<link linkend="SoupConnection"><type>SoupConnection</type></link> if you set the <link linkend="SOUP-SESSION-USE-NTLM:CAPS"><literal>SOUP_SESSION_USE_NTLM</literal></link> flag.
</para>
</refsect1>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="SoupConnectionNTLM-struct" role="struct"/>SoupConnectionNTLM</title>
<indexterm><primary>SoupConnectionNTLM</primary></indexterm><programlisting>typedef struct _SoupConnectionNTLM SoupConnectionNTLM;</programlisting>
<para>
</para></refsect2>
</refsect1>
</refentry>
|