The IUDPChannelStreamSession type exposes the following members.
| Name | Description |
|---|
 | ByteOrder |
Gets or sets a value indicating the byte order for the UDP data
|
 | ClientPort |
Gets or sets a value indicating the port on the client to which to stream the UDP data. This value is ignored if Multicast is true.
|
 | MaxRate |
Gets or sets a value indicating the maximum rate at which to stream UDP data. The actual stream rate will be coerced to an even divisor of the individual target rates in the
system definition.
|
 | Multicast |
Gets or sets a value indicating whether to broadcast the UDP data to a multicast address. If this value is false, the UDP data will be sent
directly to the client address that deploys the UDP stream session.
|