| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- namespace MediaBrowser.Model.Connectivity
 
- {
 
-     /// <summary>
 
-     /// Enum ClientType
 
-     /// </summary>
 
-     public enum ClientType
 
-     {
 
-         /// <summary>
 
-         /// The other
 
-         /// </summary>
 
-         Other,
 
-         /// <summary>
 
-         /// The android
 
-         /// </summary>
 
-         Android,
 
-         /// <summary>
 
-         /// The dashboard
 
-         /// </summary>
 
-         Dashboard,
 
-         Dlna,
 
-         /// <summary>
 
-         /// The ios
 
-         /// </summary>
 
-         Ios,
 
-         /// <summary>
 
-         /// The pc
 
-         /// </summary>
 
-         Pc,
 
-         /// <summary>
 
-         /// The windows phone
 
-         /// </summary>
 
-         WindowsPhone,
 
-         /// <summary>
 
-         /// The windows RT
 
-         /// </summary>
 
-         WindowsRT
 
-     }
 
- }
 
 
  |