SecureDeviceAddress Members

SecureDeviceAddress has the following members.

Public Constructors

  Name Description
SecureDeviceAddress Creates a SecureDeviceAddress object from its serialized buffer object.

Public Properties

  Name Description
IsLocal Returns true if this SecureDeviceAddress represents the local device.
NetworkAccessType The current NAT type of the device at this secure device address.

Public Methods

  Name Description
Compare Compares a SecureDeviceAddress object to the current object, to see if they represent the same device.
  CompareBuffers Compares two serialized SecureDeviceAddress buffer objects to see if they represent the same device.
  CompareBytes Compares two serialized SecureDeviceAddress byte arrays to see if they represent the same device.
  CreateDedicatedServerAddress Creates a SecureDeviceAddress object for a given hostname or IP address
  FromBase64String Creates a SecureDeviceAddress object from a Base64-encoded string.
  FromBytes Creates a SecureDeviceAddress object from its serialized byte array.
GetBase64String Encodes a SecureDeviceAddress object as an opaque Base64-encoded string.
GetBuffer Gets the secure device address as a serialized buffer.
  GetLocal Creates a SecureDeviceAddress object representing the local device.

Public Events

  Name Description
BufferChanged Event that is signaled when the buffer representation of this object has changed.

See also

Reference

SecureDeviceAddress Class

Windows.Xbox.Networking Namespace