Stream property

Specifies the MobiLink synchronization stream to use for the file transfer.

Syntax
Visual Basic
Public Property Stream As ULStreamType
C#
public ULStreamType Stream { get; set; }
Property value

One of the ULStreamType values specifying the type of synchronization stream to use. The default is ULStreamType.TCPIP.

Remarks

Most synchronization streams require parameters to identify the MobiLink server address and control other behavior. These parameters are supplied by the ULFileTransfer.StreamParms.

If the stream type is set to a value that is invalid for the platform, the stream type is set to ULStreamType.TCPIP.

See also