IListenerChannelCallback.GetBlob(Byte[], Int32) Method

Definition

Retrieves data that the protocol manager will pass to a listener channel when the protocol manager is starting that listener channel.

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

buffer
Byte[]

The data that will be passed to the listener channel.

bufferSize
Int32

The amount of data, in bytes, that is in the buffer.

Remarks

GetBlob is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Applies to