HTTPSendBeginBoundary Property |
The string that defines the begining boundary
of our multipart transfer as defined in the
w3c specs.
This method also sets the Content and Ending
boundaries as defined by 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 BeginBoundary { get; set; }
Public Property BeginBoundary As String
Get
Set
public:
property String^ BeginBoundary {
String^ get ();
void set (String^ value);
}
member BeginBoundary : string with get, set
Property Value
Type:
String
See Also