RefreshInfo.HasBody 方法

定义

指示包含此类型的序列化实例的消息其正文格式是否正确。Indicates whether the body of the message containing a serialized instance of this type is correctly formed.

public:
 bool HasBody();
public bool HasBody ();
member this.HasBody : unit -> bool
Public Function HasBody () As Boolean

返回

Boolean

如果发送方(服务客户端)发送的刷新信息消息的正文格式正确,则为 true;否则为 false。true if the refresh information message body is correctly formed by the sender (the service client); false if it is not.

适用于