IListenerChannelCallback Methods

 

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

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGetBlob(Byte[], Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves data that the protocol manager will pass to a listener channel when the protocol manager is starting that listener channel.

System_CAPS_pubmethodGetBlobLength()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the size of the buffered data in the listener channel.

System_CAPS_pubmethodGetId()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ID of a listener channel that has to be started.

System_CAPS_pubmethodReportMessageReceived()

This API supports the product infrastructure and is not intended to be used directly from your code. Notifies the worker process framework that a new message was received.

System_CAPS_pubmethodReportStarted()

This API supports the product infrastructure and is not intended to be used directly from your code. Notifies the worker process framework that a listener channel has started.

System_CAPS_pubmethodReportStopped(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Notifies the worker process framework that a listener channel has stopped.

Return to top
Show: