mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
61 lines
2.2 KiB
XML
61 lines
2.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
|
||
|
This file is
|
||
|
|
||
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
||
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
||
|
|
||
|
-->
|
||
|
<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">
|
||
|
<Imports>
|
||
|
<Import>CS2JNet.System.Net.IPEndPoint</Import>
|
||
|
</Imports>
|
||
|
<Java>IPEndPoint</Java>
|
||
|
<Name>System.Net.IPEndPoint</Name>
|
||
|
<Uses />
|
||
|
<Inherits>
|
||
|
<Type>System.Net.EndPoint</Type>
|
||
|
</Inherits>
|
||
|
<Methods>
|
||
|
</Methods>
|
||
|
<Properties>
|
||
|
<Property>
|
||
|
<Type>System.Net.IPAddress</Type>
|
||
|
<Name>Address</Name>
|
||
|
<Get>${this:16}.getIPAddress()</Get>
|
||
|
<Set>${this:16}.setIPAddress(${value})</Set>
|
||
|
</Property>
|
||
|
<Property>
|
||
|
<Type>System.Int32</Type>
|
||
|
<Name>Port</Name>
|
||
|
<Get>${this:16}.getPort()</Get>
|
||
|
<Set>${this:16}.setPort(${value})</Set>
|
||
|
</Property>
|
||
|
</Properties>
|
||
|
<Events />
|
||
|
<Indexers />
|
||
|
<Constructors>
|
||
|
<Constructor>
|
||
|
<Params>
|
||
|
<Param>
|
||
|
<Type>System.Net.IPAddress</Type>
|
||
|
<Name>address</Name>
|
||
|
</Param>
|
||
|
<Param>
|
||
|
<Type>System.Int32</Type>
|
||
|
<Name>port</Name>
|
||
|
</Param>
|
||
|
</Params>
|
||
|
<Imports>
|
||
|
<Import>CS2JNet.System.Net.IPEndPoint</Import>
|
||
|
</Imports>
|
||
|
<Java>new IPEndPoint(${address}, ${port})</Java>
|
||
|
</Constructor>
|
||
|
</Constructors>
|
||
|
<Fields />
|
||
|
<Casts />
|
||
|
<UnaryOps />
|
||
|
<BinaryOps />
|
||
|
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>SN3u4jP6NT27ku+roqFb8+ai8ss=</DigestValue></Reference></SignedInfo><SignatureValue>IDeU7DwlyrEORnFANQXDU9BSzSqxdUghEJlNqR97r026Ia06GJcmTEXLJrOZPrImgzMHmRYbc3pnd1F/6C02D1GphfR/JkDcC/k+3K6OMiXyv+o2R5bOourI8ysEUap+KLwBYAOhwRW9ZRix1KnfPD2yBO+Pd11oMA/JyuuDNoI=</SignatureValue></Signature></Class>
|