This is the complete list of members for UdpSocket, including inherited members.
- multicastInterface : NetworkInterface
- datagramReceived(object datagram, string address, ushort port)
- bool joinMulticastGroup(var groupAddress)
- bool joinMulticastGroup(var groupAddress, networkinterface networkInterface)
- bool leaveMulticastGroup(var groupAddress)
- bool leaveMulticastGroup(var groupAddress, networkinterface networkInterface)
- sendDatagram(var datagram, string address, ushort port)
The following members are inherited from AbstractSocket.
- error : SocketError
- errorString : string
- localAddress : NetworkAddress
- localPort : ushort
- remoteAddress : NetworkAddress
- remoteName : string
- remotePort : ushort
- state : SocketState
- textEncoding : TextEncoding
- textMode : bool
- valid : bool
- abort()
- bool bind()
- bool bind(var address)
- bool bind(var address, ushort port)
- bool bind(var address, ushort port, bindmode mode)
- close()
- connectToHost(string hostName, ushort port)
- connectToHost(string hostName, ushort port, openmode mode)
- connectToHost(string hostName, ushort port, openmode mode, protocol protocol)
- dataReceived(object data)
- disconnectFromHost()
- remoteChanged()
- sendData(var data)