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

The event args for an inbound message. More...

Inheritance diagram for PushTechnology.Transports.DiffusionSocketMessageEventArgs:

Public Member Functions

 DiffusionSocketMessageEventArgs (byte[] buffer, int bytesTransferred, SocketError socketError)
 Constructor. More...
 
override string ToString ()
 Converts this object to its string representation. More...
 

Properties

ByteBuffer MessageBuffer [get]
 The buffer containing the entire message. More...
 
byte[] MessageBytes [get]
 The raw bytes of the message. More...
 
int Length [get]
 The length of the entire message. More...
 
SocketError SocketError [get, set]
 Get the socket error. More...
 

Detailed Description

The event args for an inbound message.

Constructor & Destructor Documentation

PushTechnology.Transports.DiffusionSocketMessageEventArgs.DiffusionSocketMessageEventArgs ( byte[]  buffer,
int  bytesTransferred,
SocketError  socketError 
)

Constructor.

Parameters
buffer
bytesTransferred
socketError

Member Function Documentation

override string PushTechnology.Transports.DiffusionSocketMessageEventArgs.ToString ( )

Converts this object to its string representation.

Returns

Property Documentation

int PushTechnology.Transports.DiffusionSocketMessageEventArgs.Length
get

The length of the entire message.

ByteBuffer PushTechnology.Transports.DiffusionSocketMessageEventArgs.MessageBuffer
get

The buffer containing the entire message.

byte [] PushTechnology.Transports.DiffusionSocketMessageEventArgs.MessageBytes
get

The raw bytes of the message.

SocketError PushTechnology.Transports.DiffusionSocketMessageEventArgs.SocketError
getset

Get the socket error.


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