C# Class BitSharp.Network.Domain.NetworkAddress

Mostra file Open project: pmlyon/BitSharp Class Usage Examples

Public Properties

Property Type Description
IPv6Address ImmutableArray
Port System.UInt16
Services System.UInt64

Public Methods

Method Description
NetworkAddress ( System.UInt64 Services, ImmutableArray IPv6Address, UInt16 Port ) : System

Method Details

NetworkAddress() public method

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

Property Details

IPv6Address public_oe property

public ImmutableArray IPv6Address
return ImmutableArray

Port public_oe property

public UInt16,System Port
return System.UInt16

Services public_oe property

public UInt64,System Services
return System.UInt64