HTTPSendEndingBoundary Property |
The string that defines the ending boundary
of our multipart transfer as defined in the
w3c specs.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string EndingBoundary { get; set; }
Public Property EndingBoundary As String
Get
Set
public:
property String^ EndingBoundary {
String^ get ();
void set (String^ value);
}
member EndingBoundary : string with get, set
Property Value
Type:
String
See Also