DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.Connection.ServerDetails Class Reference

Contains the details of a connection to a Diffusion server. More...

Public Member Functions

 ServerDetails ()
 Parameterless constructor required for serialization... More...
 
 ServerDetails (string url, string topics, bool appendContext=false)
 Constructor. More...
 
DiffusionContext GetDiffusionContext ()
 Gets the Diffusion context object. More...
 
override string ToString ()
 Converts the URI to a string. More...
 
override bool Equals (object obj)
 Determines equality. More...
 
override int GetHashCode ()
 Gets the hash code for this object. More...
 

Properties

Uri Uri [get, set]
 Get/set the URI of the Diffusion server. More...
 
string Host [get, set]
 Get the host name of the Diffusion server. More...
 
int Port [get, set]
 Get the port of the Diffusion server. More...
 
string ServerContext [get, set]
 Get/set the Diffusion server context. More...
 
bool AppendContext [get, set]
 Indicates whether to append the Diffusion server context. More...
 
string Topics [get, set]
 Get/set the topics to subscribe to on the Diffusion server. More...
 
DiffusionClientCredentials Credentials [get, set]
 The credentials to use when connecting to the Diffusion server. More...
 
int Timeout [get, set]
 Get/set the Diffusion server timeout. More...
 
Guid Id [get]
 The unique id of these server details. More...
 

Detailed Description

Contains the details of a connection to a Diffusion server.

Constructor & Destructor Documentation

PushTechnology.Transports.Connection.ServerDetails.ServerDetails ( )

Parameterless constructor required for serialization...

PushTechnology.Transports.Connection.ServerDetails.ServerDetails ( string  url,
string  topics,
bool  appendContext = false 
)

Constructor.

Parameters
url
topics
appendContext

Member Function Documentation

override bool PushTechnology.Transports.Connection.ServerDetails.Equals ( object  obj)

Determines equality.

Parameters
obj
Returns
DiffusionContext PushTechnology.Transports.Connection.ServerDetails.GetDiffusionContext ( )

Gets the Diffusion context object.

Returns
override int PushTechnology.Transports.Connection.ServerDetails.GetHashCode ( )

Gets the hash code for this object.

Returns
override string PushTechnology.Transports.Connection.ServerDetails.ToString ( )

Converts the URI to a string.

Returns

Property Documentation

bool PushTechnology.Transports.Connection.ServerDetails.AppendContext
getset

Indicates whether to append the Diffusion server context.

DiffusionClientCredentials PushTechnology.Transports.Connection.ServerDetails.Credentials
getset

The credentials to use when connecting to the Diffusion server.

string PushTechnology.Transports.Connection.ServerDetails.Host
getset

Get the host name of the Diffusion server.

Guid PushTechnology.Transports.Connection.ServerDetails.Id
get

The unique id of these server details.

int PushTechnology.Transports.Connection.ServerDetails.Port
getset

Get the port of the Diffusion server.

string PushTechnology.Transports.Connection.ServerDetails.ServerContext
getset

Get/set the Diffusion server context.

int PushTechnology.Transports.Connection.ServerDetails.Timeout
getset

Get/set the Diffusion server timeout.

string PushTechnology.Transports.Connection.ServerDetails.Topics
getset

Get/set the topics to subscribe to on the Diffusion server.

Uri PushTechnology.Transports.Connection.ServerDetails.Uri
getset

Get/set the URI of the Diffusion server.


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