Click or drag to resize

PFUploadRequestFileStream Property

Gets or sets the new file's content stream.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[MessageBodyMemberAttribute]
public Stream FileStream { get; set; }

Property Value

Type: Stream
See Also