DataClient.WriteRawBytesAll Method

Definition

Overloads

WriteRawBytesAll(Byte[])
WriteRawBytesAll(Byte[], Boolean)

WriteRawBytesAll(Byte[])

public void WriteRawBytesAll (byte[] dataBytes);
member this.WriteRawBytesAll : byte[] -> unit
Public Sub WriteRawBytesAll (dataBytes As Byte())

Parameters

dataBytes
Byte[]

Applies to

WriteRawBytesAll(Byte[], Boolean)

public void WriteRawBytesAll (byte[] dataBytes, bool compressible);
member this.WriteRawBytesAll : byte[] * bool -> unit
Public Sub WriteRawBytesAll (dataBytes As Byte(), compressible As Boolean)

Parameters

dataBytes
Byte[]
compressible
Boolean

Applies to