IsLoopback()

IPAddress::IsLoopback(System::SharedPtr<IPAddress>) method

Returns a value that indicates if the specified address is a loopback address.

static bool System::Net::IPAddress::IsLoopback(System::SharedPtr<IPAddress> address)

Arguments

ParameterTypeDescription
addressSystem::SharedPtr<IPAddress>The address to check.

Return Value

True when the specified address is a loopback address, otherwise false.

See Also