Welcome to mirror list, hosted at ThFree Co, Russian Federation.

XmlResolver.xml « System.Xml « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 065f4b332bb9a51c4105153c8c1ac691e89b4090 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Xml.XmlResolver" assembly="System.Xml">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <property name="Credentials">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <method name="ResolveUri(System.Uri, System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="baseUri">TODO</param>
            <param name="relativeUri">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="GetEntity(System.Uri, System.String, System.Type)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="absoluteUri">TODO</param>
            <param name="role">TODO</param>
            <param name="type">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>