WebHttpEndpoint.WebEndpointType 属性
定义
获取终结点的 Type。Gets the Type of the endpoint.
protected:
virtual property Type ^ WebEndpointType { Type ^ get(); };
protected override Type WebEndpointType { get; }
member this.WebEndpointType : Type
Protected Overrides ReadOnly Property WebEndpointType As Type
属性值
- Type
终结点的类型。The type of the endpoint.
适用于