Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IHasProtocol<ProtocolT> 接口

定义

一个接口,表示模型引用传输协议的能力。

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

类型参数

ProtocolT

值的协议类型。

派生

属性

Protocol

获取协议。

适用于