C# Class JustEat.StatsD.EndpointLookups.DnsEndpointProvider

Base endpoint provider. Basically an adapter around IpEndpoint creation.
Inheritance: IDnsEndpointMapper
Mostra file Open project: justeat/JustEat.StatsD

Public Methods

Method Description
GetIPEndPoint ( string hostName, int port ) : IPEndPoint

Method Details

GetIPEndPoint() public method

public GetIPEndPoint ( string hostName, int port ) : IPEndPoint
hostName string
port int
return System.Net.IPEndPoint