PeerInvitationResponse 类
定义
public ref class PeerInvitationResponse
public class PeerInvitationResponse
type PeerInvitationResponse = class
Public Class PeerInvitationResponse
- 继承
-
PeerInvitationResponse
注解
此类没有公共构造函数。This class does not have a public constructor. PeerInvitationResponseType类用于封装响应, 以便在将来的版本中返回任何其他数据。The PeerInvitationResponseType class is used to encapsulate the response to accommodate the return of any additional data with a future release.
属性
PeerInvitationResponseType |
获取或设置由 PeerInvitationResponseType 类指定的远程对等方对邀请的响应。Gets or sets the response to the invitation from the remote peer specified by PeerInvitationResponseType class. |
方法
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |