IListenerChannelCallback.GetBlob(Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.