Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandlerBuffer.GetData

매뉴얼로 전환
protected byte[] GetData ();

반환

byte[] A copy of the data which has been downloaded.

설명

Returns a copy of the contents of the native-memory data buffer as a byte array.

Called by DownloadHandler.data. Allocates a new managed byte array for each call.