SendPacketsElement.FileStream Property

Definition

Gets the object representation of the file to send if the SendPacketsElement object was initialized with a FileStream parameter.

public:
 property System::IO::FileStream ^ FileStream { System::IO::FileStream ^ get(); };
public System.IO.FileStream? FileStream { get; }
public System.IO.FileStream FileStream { get; }
member this.FileStream : System.IO.FileStream
Public ReadOnly Property FileStream As FileStream

Property Value

An object representation of the file to send if the SendPacketsElement object was initialized with a FileStream parameter.

Remarks

The default value for the FileStream property is null if the SendPacketsElement object was not initialized with a fileStream parameter.

Applies to