次の方法で共有


IHasProtocol<ProtocolT> インターフェイス

定義

トランスポート プロトコルを参照するモデルの機能を表すインターフェイス。

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

型パラメーター

ProtocolT

値のプロトコルの種類。

派生

プロパティ

Protocol

プロトコルを取得します。

適用対象