Use binary mode to transfer files true/false

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool UseBinary { get; set; }
Visual Basic (Declaration)
Public Property UseBinary As Boolean
Visual C++
public:
property bool UseBinary {
	bool get ();
	void set (bool value);
}

See Also