SoapServerMethod.Rpc 属性

定义

获取一个 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

适用于