Method CreateUdpSocket
CreateUdpSocket(Int32)
Creates a new UDP socket that is a member of the SSDP multicast local admin group and binds it to the specified local port.
Declaration
public IUdpSocket CreateUdpSocket(int localPort)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | localPort | An integer specifying the local port to bind the socket to. |
Returns
Type | Description |
---|---|
IUdpSocket | An implementation of the IUdpSocket interface used by RSSDP components to perform socket operations. |
CreateUdpSocket(Int32)
Creates a new UDP socket that is a member of the SSDP multicast local admin group and binds it to the specified local port.
Declaration
public IUdpSocket CreateUdpSocket(int localPort)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | localPort | An integer specifying the local port to bind the socket to. |
Returns
Type | Description |
---|---|
IUdpSocket | An implementation of the IUdpSocket interface used by RSSDP components to perform socket operations. |
CreateUdpSocket(Int32)
Creates a new UDP socket that is a member of the SSDP multicast local admin group and binds it to the specified local port.
Declaration
public IUdpSocket CreateUdpSocket(int localPort)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | localPort | An integer specifying the local port to bind the socket to. |
Returns
Type | Description |
---|---|
IUdpSocket | An implementation of the IUdpSocket interface used by RSSDP components to perform socket operations. |
CreateUdpSocket(Int32)
Creates a new UDP socket that is a member of the SSDP multicast local admin group and binds it to the specified local port.
Declaration
public IUdpSocket CreateUdpSocket(int localPort)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | localPort | An integer specifying the local port to bind the socket to. |
Returns
Type | Description |
---|---|
IUdpSocket | An implementation of the IUdpSocket interface used by RSSDP components to perform socket operations. |