Represents an XMPP privacy list.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PrivacyList : ICollection<PrivacyRule>, 
	IEnumerable<PrivacyRule>, IEnumerable

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Im..::..PrivacyList

See Also