Method |
Description |
|
DNSServiceBrowse ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string regType, string domain, DNSServiceBrowseReply callback, IntPtr context ) : DnsServiceErrorType |
|
|
DNSServiceProcessResult ( IntPtr handle ) : DnsServiceErrorType |
|
|
DNSServiceQueryRecord ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string fullName, [ rrType, [ rrClass, DnsServiceQueryRecordReply callback, IntPtr context ) : DnsServiceErrorType |
|
|
DNSServiceRefDeallocate ( IntPtr handle ) : void |
|
|
DNSServiceRefSockFD ( IntPtr handle ) : int |
|
|
DNSServiceRegister ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string name, string regType, string domain, string host, ushort port, ushort txtLen, [ txtRecord, DnsServiceRegisterReply callback, IntPtr context ) : DnsServiceErrorType |
|
|
DNSServiceResolve ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string name, string regType, string domain, DNSServiceResolveReply callback, IntPtr context ) : DnsServiceErrorType |
|
|
select ( int nsock, [ read, [ write, [ error, TimeVal tv ) : int |
|
|