←Select platform

SaveData Method

Summary

Saves a data buffer to a URL.

Syntax

C#
VB
C++
public override void SaveData( 
   byte[] data 
) 
  
Public Overrides Sub SaveData( _ 
   ByVal data() As Byte _ 
)  
public: 
void SaveData(  
   array<byte>^ data 
) override  

Parameters

data
The input buffer representing the data to be saved into a URL.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly