Subversion Repository Public Repository

ChrisCompleteCodeTrunk

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
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.Net.Http.Primitives</name>
    </assembly>
    <members>
        <member name="T:System.Net.DecompressionMethods">
            <summary>
            Represents the file compression and decompression encoding format to be used to compress the data received in response to an <see cref="T:System.Net.HttpWebRequest" />.
            </summary>
        </member>
        <member name="F:System.Net.DecompressionMethods.None">
            <summary>
            Do not use compression.
            </summary>
        </member>
        <member name="F:System.Net.DecompressionMethods.GZip">
            <summary>
            Use the gZip compression-decompression algorithm.
            </summary>
        </member>
        <member name="F:System.Net.DecompressionMethods.Deflate">
            <summary>
            Use the deflate compression-decompression algorithm.
            </summary>
        </member>
        <member name="T:System.Net.IWebProxy">
            <summary>
            Provides the base interface for implementation of proxy access for the <see cref="T:System.Net.WebRequest" /> class.
            </summary>
        </member>
        <member name="M:System.Net.IWebProxy.GetProxy(System.Uri)">
            <summary>
            Returns the URI of a proxy.
            </summary>
            <param name="destination">A <see cref="T:System.Uri" /> that specifies the requested Internet resource. </param>
            <returns>A <see cref="T:System.Uri" /> instance that contains the URI of the proxy used to contact <paramref name="destination" />.</returns>
        </member>
        <member name="M:System.Net.IWebProxy.IsBypassed(System.Uri)">
            <summary>
            Indicates that the proxy should not be used for the specified host.
            </summary>
            <param name="host">The <see cref="T:System.Uri" /> of the host to check for proxy use. </param>
            <returns>true if the proxy server should not be used for <paramref name="host" />; otherwise, false.</returns>
        </member>
        <member name="P:System.Net.IWebProxy.Credentials">
            <summary>
            The credentials to submit to the proxy server for authentication.
            </summary>
            <returns>An <see cref="T:System.Net.ICredentials" /> instance that contains the credentials that are needed to authenticate a request to the proxy server.</returns>
        </member>
        <member name="T:System.Net.TransportContext">
            <summary>
            The System.Net.TransportContext class provides additional context about the underlying transport layer.
            </summary>
        </member>
    </members>
</doc>

Commits for ChrisCompleteCodeTrunk/PremierMigration/packages/Microsoft.Net.Http.2.2.29/lib/sl4-windowsphone71/System.Net.Http.Primitives.XML

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000