WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp Class Reference

DHCP object. More...

Properties

long LeaseExpiresRaw [get]
 Gets the time at which the lease will expire, in ticks. More...
 
long LeaseObtainedRaw [get]
 Gets the time at which the lease was obtained, in ticks. More...
 
IpAddressInfo Address [get]
 Gets the name. More...
 
DateTimeOffset LeaseExpires [get]
 Gets the lease expiration time. More...
 
DateTimeOffset LeaseObtained [get]
 Gets the lease obtained time. More...
 

Detailed Description

DHCP object.

Property Documentation

IpAddressInfo Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp.Address
get

Gets the name.

DateTimeOffset Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp.LeaseExpires
get

Gets the lease expiration time.

long Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp.LeaseExpiresRaw
get

Gets the time at which the lease will expire, in ticks.

DateTimeOffset Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp.LeaseObtained
get

Gets the lease obtained time.

long Microsoft.Tools.WindowsDevicePortal.DevicePortal.Dhcp.LeaseObtainedRaw
get

Gets the time at which the lease was obtained, in ticks.


The documentation for this class was generated from the following file: