DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Package PushTechnology.Transports.Enums

Enumerations

enum  ExternalClientTransportType { ExternalClientTransportType.TCP, ExternalClientTransportType.HTTP, ExternalClientTransportType.NONE }
 Defines the transport mechanism to use for an external client. More...
 
enum  MessageParsingError { MessageParsingError.Message, MessageParsingError.Records, MessageParsingError.Fields }
 Indicates the type of error that occurred when parsing a message. More...
 
enum  NetworkStackType { NetworkStackType.BrowserHttp, NetworkStackType.ClientHttp }
 Enumerates the networking stacks available to Silverlight. More...
 
enum  TransportType {
  TransportType.TCP, TransportType.HTTP, TransportType.HTTPDUPLEX, TransportType.LOADBALANCED,
  TransportType.None
}
 Defines the transport mechanism to use for an external client. More...
 

Enumeration Type Documentation

Defines the transport mechanism to use for an external client.

Enumerator
TCP 

The transport will be TCP/IP socket based.

HTTP 

The transport will be HTTP.

NONE 

Indicates the type of error that occurred when parsing a message.

Enumerator
Message 

An error occurred when parsing the raw message.

Records 

An error occurred when parsing the records.

Fields 

An error occurred when parsing the fields.

Enumerates the networking stacks available to Silverlight.

Enumerator
BrowserHttp 

The networking stack exposed by the browser.

ClientHttp 

The networking stack exposed by the operating system.

Defines the transport mechanism to use for an external client.

Enumerator
TCP 

The transport will be TCP/IP socket based.

HTTP 

The transport will be HTTP.

HTTPDUPLEX 

The transport will be HTTP Duplex.

LOADBALANCED 

The transport will be load balanced.

None 

'null' transport type.