WRQFastFileTransferOption Enumeration
In This Topic
Options for specifying whether Reflection uses the fast file transfer feature.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("6BC2F95E-3D23-41d2-936D-DD77DA594D70")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum WRQFastFileTransferOption
Inherits System.Enum
Members
Member | Description |
Always | Fast file transfer is always used. |
Negotiate | Reflection attempts a fast file transfer. If the fast file transfer feature is not available, a standard transfer is used. |
Never | Fast file transfer is never used. |
See Also