MulticastIPAddressInformation.DhcpLeaseLifetime 속성

정의

IP 주소의 남은 DHCP(Dynamic Host Configuration Protocol) 임대 시간을 지정합니다.

public:
 abstract property long DhcpLeaseLifetime { long get(); };
public abstract long DhcpLeaseLifetime { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public abstract long DhcpLeaseLifetime { get; }
member this.DhcpLeaseLifetime : int64
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.DhcpLeaseLifetime : int64
Public MustOverride ReadOnly Property DhcpLeaseLifetime As Long

속성 값

컴퓨터에서 Int64 인스턴스를 해제하기 전까지 남은 시간(초)이 들어 있는 IPAddress 값입니다.

특성

설명

DHCP(동적 호스트 구성 프로토콜)를 사용하면 컴퓨터가 정적(고정) 네트워크 주소를 사용하는 것이 아니라 DHCP 서버에서 네트워크 주소를 가져올 수 있습니다. DHCP 서버는 주소를 영구적으로 할당하지 않습니다. 대신 컴퓨터에 사용 가능한 여러 주소 중 하나를 "임대"합니다. 주소의 임대 수명이라고 하는 지정된 시간 내에 컴퓨터는 주소를 해제하고 DHCP 서버를 다른 컴퓨터에 할당할 수 있습니다.

이 속성은 속성에서 식별된 IP 주소의 임대 수명에 남은 시간(초)을 Address 반환합니다. 컴퓨터는 임대를 연장하기 위해 DHCP 서버에 요청을 보낼 수 있으므로 시간이 지남에 따라 임대 수명이 증가할 수 있습니다.

적용 대상