次の方法で共有


IWithProtocol<ReturnT,ProtocolT> インターフェイス

定義

トランスポート プロトコルを変更できる更新プログラムのステージ。

public interface IWithProtocol<ReturnT,ProtocolT>
type IWithProtocol<'ReturnT, 'ProtocolT> = interface
Public Interface IWithProtocol(Of ReturnT, ProtocolT)

型パラメーター

ReturnT

更新プログラムの次のステージ。

ProtocolT

プロトコル値の型。

派生

メソッド

WithProtocol(ProtocolT)

トランスポート プロトコルを指定します。

適用対象