UtilitiesAppendUpdateChunk Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/AppendUpdateChunk", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void AppendUpdateChunk(
string fileName,
[XmlElementAttribute(DataType = "base64Binary")] byte[] buffer,
long offset,
int bytesRead
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/AppendUpdateChunk", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Sub AppendUpdateChunk (
fileName As String,
<XmlElementAttribute(DataType := "base64Binary")> buffer As Byte(),
offset As Long,
bytesRead As Integer
)
Parameters
- fileName String
-
- buffer Byte
-
- offset Int64
-
- bytesRead Int32
-