Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Details.AddressType Class Reference

Indicates the type of internet address. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Details.AddressType:

Static Public Attributes

static readonly AddressType GLOBAL = new AddressType(AddressTypeEnum.GLOBAL, 1)
 The address is a standard global internet address. More...
 
static readonly AddressType LOCAL = new AddressType(AddressTypeEnum.LOCAL, 2)
 The address is a site local address. More...
 
static readonly AddressType LOOPBACK = new AddressType(AddressTypeEnum.LOOPBACK, 3)
 JavaScript running within a web browser, using a Silverlight plugin to host a transport bridge. More...
 
static readonly AddressType UNKNOWN = new AddressType(AddressTypeEnum.UNKNOWN, 4)
 The address type is unknown. More...
 

Detailed Description

Indicates the type of internet address.

Member Data Documentation

readonly AddressType PushTechnology.ClientInterface.Client.Details.AddressType.GLOBAL = new AddressType(AddressTypeEnum.GLOBAL, 1)
static

The address is a standard global internet address.

readonly AddressType PushTechnology.ClientInterface.Client.Details.AddressType.LOCAL = new AddressType(AddressTypeEnum.LOCAL, 2)
static

The address is a site local address.

readonly AddressType PushTechnology.ClientInterface.Client.Details.AddressType.LOOPBACK = new AddressType(AddressTypeEnum.LOOPBACK, 3)
static

JavaScript running within a web browser, using a Silverlight plugin to host a transport bridge.

readonly AddressType PushTechnology.ClientInterface.Client.Details.AddressType.UNKNOWN = new AddressType(AddressTypeEnum.UNKNOWN, 4)
static

The address type is unknown.


The documentation for this class was generated from the following file: