C# Class HappyFunTimes.HFTDnsServer

Inheritance: DNS.Server.DnsServer
Mostrar archivo Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
HFTDnsServer ( string ipv4AddressToReturnForAllDomains, string ipv6AddressToReturnForAllDomains ) : System.Collections.Generic

Protected Methods

Method Description
ResolveRemote ( Request request ) : IResponse

Method Details

HFTDnsServer() public method

public HFTDnsServer ( string ipv4AddressToReturnForAllDomains, string ipv6AddressToReturnForAllDomains ) : System.Collections.Generic
ipv4AddressToReturnForAllDomains string
ipv6AddressToReturnForAllDomains string
return System.Collections.Generic

ResolveRemote() protected method

protected ResolveRemote ( Request request ) : IResponse
request Request
return IResponse