File: soup-connection-ntlm.xml

package info (click to toggle)
libsoup 2.2.98-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,180 kB
  • ctags: 3,121
  • sloc: ansic: 14,096; sh: 8,772; xml: 8,638; makefile: 192; php: 58
file content (69 lines) | stat: -rw-r--r-- 1,830 bytes parent folder | download | duplicates (2)
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>