ClientSessionTransportManagerBase.HandleDataReceived(String) 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.
Standard handler for data received, to be used by custom transport implementations.
protected void HandleDataReceived (string data);
member this.HandleDataReceived : string -> unit
Protected Sub HandleDataReceived (data As String)
Parameters
- data
- String
Protocol text data received by custom transport.