1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
cs2j/CS2JLibrary/NetFramework/System/Net/HttpWebResponse.xml

38 lines
1013 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2011-01-04 17:46:11 +01:00
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
2011-01-10 11:18:36 +01:00
<Imports>
<string>java.net.*</string>
</Imports>
<Java>HttpURLConnection</Java>
<Name>System.Net.HttpWebResponse</Name>
<Uses />
<Inherits>
<Type>System.Net.WebResponse</Type>
</Inherits>
<Methods>
<Method>
<Imports />
<Java>${this}.getInputStream()</Java>
<Params />
<Name>GetResponseStream</Name>
<Return>System.IO.Stream</Return>
</Method>
</Methods>
<Properties>
<Property>
<Imports />
<Java>${this}.getResponseCode()</Java>
<Type>System.Int32</Type>
<Name>StatusCode</Name>
<Get>${this}.getResponseCode()</Get>
<Set>${this}.setStatusCode(${value})</Set>
</Property>
</Properties>
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
</Class>