[Mono-list] Managed SRV resolver

Jiří Zárevúcký zarevucky.jiri at gmail.com
Sun Jan 25 12:06:32 EST 2009


2009/1/25 Bill Seddon <bill.seddon at lyquidity.com>:
> Download the open source c# XMPP project from http://www.ag-software.de/  This project includes code to manage SRV records.
>
>
> -----Original Message-----
> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Jirí Zárevúcký
> Sent: 25 January 2009 01:41
> To: mono-list at lists.ximian.com
> Subject: [Mono-list] Managed SRV resolver
>
> Hello. I need a managed (or in any way multiplatform without
> recompilation) DNS SRV record resolver to my project, but I only found
> a P/Invoke wrapper for Linux library. Does anyone know of some library
> I can use?
> If not, is there a way to get DNS server's IP address?
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
>

Already looked there, but the entire SRV record handling is wrapped in
#if WIN32 directives. Unless there is something terribly unoblivious,
this would be of no use to me.


More information about the Mono-list mailing list