Why is the parameter on UpdClient.Receive a ref
parameter, instead of simply out
?
According to the MSDN page, the parameter is filled with the address that the datagram was sent from. However it doesn't specify what kind of input it is used for, only output.