C# 클래스 Helios.Util.IpHelper

Used to help with determining the correct AddressFamily to specify when binding to a Socket.
Used to help resolve https://github.com/akkadotnet/akka.net/issues/2194 and https://github.com/helios-io/helios/issues/118, which were caused by inconsistencies between .NET and Mono / Linux.
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
BestAddressFamily ( this ep ) : AddressFamily

Resolves the most specific AddressFamily for a given endpoint.

메소드 상세

BestAddressFamily() 공개 정적인 메소드

Resolves the most specific AddressFamily for a given endpoint.
public static BestAddressFamily ( this ep ) : AddressFamily
ep this The we're going to find a fit for.
리턴 AddressFamily