IListenerChannelCallback.GetBlob(Byte[], Int32) Metodo

Definizione

Recupera dati che la gestione del protocollo passerà a un canale del listener durante l'avvio di quest'ultimo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 void GetBlob(cli::array <System::Byte> ^ buffer, int % bufferSize);
public void GetBlob (byte[] buffer, ref int bufferSize);
abstract member GetBlob : byte[] * int -> unit
Public Sub GetBlob (buffer As Byte(), ByRef bufferSize As Integer)

Parametri

buffer
Byte[]

I dati che saranno passati al canale del listener.

bufferSize
Int32

Quantità di dati, espressa in byte, contenuta nel buffer.

Commenti

GetBlob è stato introdotto in .NET Framework 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a