IHasProtocol<ProtocolT> Interface

Definition

An interface representing a model's ability to reference a transport protocol.

public interface IHasProtocol<ProtocolT>
type IHasProtocol<'ProtocolT> = interface
Public Interface IHasProtocol(Of ProtocolT)

Type Parameters

ProtocolT

The protocol type of the value.

Derived

Properties

Protocol

Gets the protocol.

Applies to