UdpServer Properties

Properties

AllowDualStackSocket Gets or sets a boolean value that determines if dual-mode socket is allowed when endpoint address is IPv6.
ClientIdentificationMode Gets or sets the mode by which the UDP server will identify its clients when receiving messages.
ClientIDs Gets the IDs of clients connected to the server.
(Inherited from ServerBase)
ConfigurationString Gets or sets the data required by the server to initialize.
(Inherited from ServerBase)
CurrentState Gets the current ServerState.
(Inherited from ServerBase)
DynamicClientEndPoints Gets or sets a boolean value that determines if UDP server should always send responses to clients on the port that data is received from the client.
Enabled Gets or sets a boolean value that indicates whether the server is currently enabled.
(Inherited from ServerBase)
Initialized Gets a boolean value that indicates whether the server has been initialized.
(Inherited from ServerBase)
IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from ServerBase)
MaxClientConnections Gets or sets the maximum number of clients that can connect to the server.
(Inherited from ServerBase)
MaxSendQueueSize Gets or sets the maximum size for the send queue before payloads are dumped from the queue.
Name Gets or sets the unique identifier of the server.
(Inherited from ServerBase)
ReadIndicies Gets current read indices for received data buffers incremented at each Read(Guid, Byte, Int32, Int32) call.
(Inherited from ServerBase)
ReceiveBufferSize Gets or sets the size of the buffer used by the server for receiving data from the clients.
(Inherited from ServerBase)
RunTime Gets the Time for which the server has been running.
(Inherited from ServerBase)
SendBufferSize Gets or sets the size of the buffer used by the server for sending data to the clients.
(Inherited from ServerBase)
Server Gets the Socket object for the UdpServer.
ServerID Gets the server's ID.
(Inherited from ServerBase)
Status Gets the descriptive status of the client.
(Overrides ServerBaseStatus)
TextEncoding Gets or sets the Encoding to be used for the text sent to the connected clients.
(Inherited from ServerBase)
TransportProtocol Gets the TransportProtocol used by the server for the transportation of data with the clients.
(Inherited from ServerBase)

See Also