|
static List< String^> | GetIpAddresses () |
|
static List< String^> | GetIpAddresses (bool include_localhost) |
|
|
static const unsigned short | DefaultPort = 1900 |
|
◆ Running
property bool Platinum::UPnP::Running |
Initial value:{
bool get()
{
}
}
public:
virtual Boolean Equals(Object^ obj) override
{
if (obj == nullptr)
return false;
if (!this->GetType()->IsInstanceOfType(obj))
return false;
return (m_pHandle == ((UPnP^)obj)->m_pHandle);
}
public:
static UPnP()
The documentation for this class was generated from the following files:
- lib/libUPnP/Platinum/Source/Extras/Managed/UPnP.h
- lib/libUPnP/Platinum/Source/Extras/Managed/UPnP.cpp