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
Parameter | Type | Description |
---|---|---|
address | System::SharedPtr<IPAddress> | The address to check. |
Return Value
True when the specified address is a loopback address, otherwise false.
See Also
- Typedef SharedPtr
- Class IPAddress
- Namespace System::Net
- Library Aspose.Slides