Class SsdpConstants
Provides constants for common values related to the SSDP protocols.
Inheritance
Inherited Members
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public static class SsdpConstants
Fields
Name | Description |
---|---|
DefaultUdpResendCount | The default number of times to resend each UDP packet. |
DefaultUdpSocketBufferSize | Default buffer size for receiving SSDP broadcasts. Value is 8192 (bytes). |
MaxUdpSocketBufferSize | The maximum possible buffer size for a UDP message. Value is 65507 (bytes). |
MulticastLinkLocalAddressV6 | Multicast IPV6 Address used for SSDP multicast messages. Value is FF02::C. |
MulticastLocalAdminAddress | Multicast IP Address used for SSDP multicast messages. Value is 239.255.255.250. |
MulticastPort | The UDP port used for SSDP multicast messages. Values is 1900. |
PnpDeviceTypeRootDevice | The value is used by Windows Explorer for device searches instead of the UPNPDeviceTypeRootDevice constant. Not sure why (different spec, bug, alternate protocol etc). Used to enable Windows Explorer support. |
SsdpDefaultMulticastTimeToLive | The default multicase TTL for SSDP multicast messages. Value is 4. |
UpnpDeviceTypeBasicDevice | UPnP Basic Device type. Value is Basic. |
UpnpDeviceTypeNamespace | Namespace/prefix for UPnP device types. Values is schemas-upnp-org. |
UpnpDeviceTypeRootDevice | UPnP Root Device type. Value is upnp:rootdevice. |
Properties
Name | Description |
---|---|
DefaultUdpResendDelay | The default time to delay between re-sends of UDP packets. |