BitSharp.Network.Domain.NetworkAddressWithTime.NetworkAddressWithTime C# (CSharp) Method

NetworkAddressWithTime() public method

public NetworkAddressWithTime ( DateTimeOffset Time, NetworkAddress NetworkAddress ) : System
Time DateTimeOffset
NetworkAddress NetworkAddress
return System
        public NetworkAddressWithTime(DateTimeOffset Time, NetworkAddress NetworkAddress)
        {
            this.Time = Time;
            this.NetworkAddress = NetworkAddress;
        }
NetworkAddressWithTime