com.onlineobject.objectnet Namespace

ITransportClient Interface

Represents a transport client that can manage communication over a network or communication channel.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public interface ITransportClient : ITransport

Remarks


This interface extends the ITransport interface. It is a marker interface and does not define any additional members beyond those inherited from ITransport. Implementing classes should provide the specific details for how transport client functionality is handled.