프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / packages / Microsoft.Net.Http.2.2.29 / lib / sl4-windowsphone71 / System.Net.Http.Primitives.XML @ 47f89cbb

이력 | 보기 | 이력해설 | 다운로드 (2.67 KB)

1 787a4489 KangIngu
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>System.Net.Http.Primitives</name>
5
    </assembly>
6
    <members>
7
        <member name="T:System.Net.DecompressionMethods">
8
            <summary>
9
            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" />.
10
            </summary>
11
        </member>
12
        <member name="F:System.Net.DecompressionMethods.None">
13
            <summary>
14
            Do not use compression.
15
            </summary>
16
        </member>
17
        <member name="F:System.Net.DecompressionMethods.GZip">
18
            <summary>
19
            Use the gZip compression-decompression algorithm.
20
            </summary>
21
        </member>
22
        <member name="F:System.Net.DecompressionMethods.Deflate">
23
            <summary>
24
            Use the deflate compression-decompression algorithm.
25
            </summary>
26
        </member>
27
        <member name="T:System.Net.IWebProxy">
28
            <summary>
29
            Provides the base interface for implementation of proxy access for the <see cref="T:System.Net.WebRequest" /> class.
30
            </summary>
31
        </member>
32
        <member name="M:System.Net.IWebProxy.GetProxy(System.Uri)">
33
            <summary>
34
            Returns the URI of a proxy.
35
            </summary>
36
            <param name="destination">A <see cref="T:System.Uri" /> that specifies the requested Internet resource. </param>
37
            <returns>A <see cref="T:System.Uri" /> instance that contains the URI of the proxy used to contact <paramref name="destination" />.</returns>
38
        </member>
39
        <member name="M:System.Net.IWebProxy.IsBypassed(System.Uri)">
40
            <summary>
41
            Indicates that the proxy should not be used for the specified host.
42
            </summary>
43
            <param name="host">The <see cref="T:System.Uri" /> of the host to check for proxy use. </param>
44
            <returns>true if the proxy server should not be used for <paramref name="host" />; otherwise, false.</returns>
45
        </member>
46
        <member name="P:System.Net.IWebProxy.Credentials">
47
            <summary>
48
            The credentials to submit to the proxy server for authentication.
49
            </summary>
50
            <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>
51
        </member>
52
        <member name="T:System.Net.TransportContext">
53
            <summary>
54
            The System.Net.TransportContext class provides additional context about the underlying transport layer.
55
            </summary>
56
        </member>
57
    </members>
58
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)