C# 클래스 BitSharp.Network.Domain.NetworkAddress

파일 보기 프로젝트 열기: pmlyon/BitSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IPv6Address ImmutableArray
Port System.UInt16
Services System.UInt64

공개 메소드들

메소드 설명
NetworkAddress ( System.UInt64 Services, ImmutableArray IPv6Address, UInt16 Port ) : System

메소드 상세

NetworkAddress() 공개 메소드

public NetworkAddress ( System.UInt64 Services, ImmutableArray IPv6Address, UInt16 Port ) : System
Services System.UInt64
IPv6Address ImmutableArray
Port System.UInt16
리턴 System

프로퍼티 상세

IPv6Address 공개적으로 프로퍼티

public ImmutableArray IPv6Address
리턴 ImmutableArray

Port 공개적으로 프로퍼티

public UInt16,System Port
리턴 System.UInt16

Services 공개적으로 프로퍼티

public UInt64,System Services
리턴 System.UInt64