Interface ISocketFactory
Implemented by components that can create a platform specific UDP socket implementation, and wrap it in the cross platform IUdpSocket interface.
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public interface ISocketFactory
Properties
Name | Description |
---|---|
DeviceNetworkType | What type of sockets will be created: ipv6 or ipv4 |
Methods
Name | Description |
---|---|
CreateUdpMulticastSocket(Int32, Int32) | Creates a new multicast socket using the specified multicast IP address, multicast time to live and local port. |
CreateUdpSocket(Int32) | Creates a new unicast socket using the specified local port number. |