1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-08-16 16:01:45 +02:00

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>l/cwBpAGx6tz8Wji4taBEW7LMnI=</DigestValue></Reference></SignedInfo><SignatureValue>VHci57z6BMKARk1P2X6uuuQhcyfA2A7WJfgwVq0bhG7/hWQX5sS0oDxZ9BzGKPVMPwWUNBldDnfCO/FI/G9pMErIDXDmwENzGqBiq7kTNLT3D7aRmrjVPyyJbcAL/w97UekpO/OoEZYquATYmHarFKeIMxt9QWmZdZcsy5Vjk58=</SignatureValue></Signature></Class>