The PseudoStreamOriented property indicates whether the protocol is a message-oriented protocol that can receive variable-length ...

The PseudoStreamOriented property indicates whether the protocol is a message-oriented protocol that can receive variable-length data packets or streamed data for all receive operations. This optional capability is useful when an application does not want the protocol to frame messages, and requires stream-oriented characteristics.
Values: TRUE or FALSE. A value of TRUE indicates the protocol is pseudo stream-oriented.