SoapServerMethod.Rpc 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 Boolean,它指示发送至和源自此 XML Web services 方法的 SOAP 消息是否使用 RPC 格式设置。
public:
property bool Rpc { bool get(); };
public bool Rpc { get; }
member this.Rpc : bool
Public ReadOnly Property Rpc As Boolean
属性值
如果发送至和源自此 XML Web services 方法的 SOAP 消息使用 RPC 格式设置,则为 true
;否则为 false
。
适用于