The following tables list the members exposed by DnsServer.
Public Fields
| Name | Description |
 | TsigKeySelector | Method that will be called to get the keydata for processing a tsig signed message |
Top
Public Properties
| Name | Description |
 | Timeout | Gets or sets the timeout for sending and receiving data |
Top
Public Methods
| Name | Description |
 | Start | Starts the server |
 | Stop | Stops the server |
Top
Public Events
| Name | Description |
 | ExceptionThrown | This event is fired on exceptions of the listeners. You can use it for custom logging. |
 | InvalidSignedMessageReceived | This event is fired whenever a message is received, that is not correct signed |
Top
See Also