System::Net::IPAddress::IsLoopback method

IPAddress::IsLoopback method

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

static bool System::Net::IPAddress::IsLoopback(System::SharedPtr<IPAddress> address)
ParameterTypeDescription
addressSystem::SharedPtr<IPAddress>The address to check.

ReturnValue

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

See Also