C# Класс TSystems.RELOAD.Usage.SipRegistration

Наследование: IUsage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppProcedure ( MessageTransport transport, List fetchKindResponses ) : void
Create ( int type ) : IUsage
DataModel ( ) : ReloadGlobals.DataModel
Encapsulate ( System.Boolean exists ) : StoredDataValue
FromReader ( ReloadMessage rm, BinaryReader reader, long usage_size ) : IUsage

This method reads deserializes a SipRegistration datagramm from incomming bytes.

Report ( ) : string
SipRegistration ( UsageManager manager ) : System

Use this constructor just to have a SipRegistration object.

dump ( BinaryWriter writer ) : UInt32

This method serializes the datagramm of a SipRegistration.

Приватные методы

Метод Описание
SipRegistration ( String contact_prefs, List destination_list, UsageManager manager ) : System
SipRegistration ( String sip_uri, UsageManager manager ) : System

If the registration is of type "sip_registration_uri", then the contents are an opaque string containing the URI.

URIanalysis ( string sipURI ) : string

Описание методов

AppProcedure() публичный Метод

public AppProcedure ( MessageTransport transport, List fetchKindResponses ) : void
transport TSystems.RELOAD.Transport.MessageTransport
fetchKindResponses List
Результат void

Create() публичный Метод

public Create ( int type ) : IUsage
type int
Результат IUsage

DataModel() публичный Метод

public DataModel ( ) : ReloadGlobals.DataModel
Результат ReloadGlobals.DataModel

Encapsulate() публичный Метод

public Encapsulate ( System.Boolean exists ) : StoredDataValue
exists System.Boolean
Результат TSystems.RELOAD.Storage.StoredDataValue

FromReader() публичный Метод

This method reads deserializes a SipRegistration datagramm from incomming bytes.
public FromReader ( ReloadMessage rm, BinaryReader reader, long usage_size ) : IUsage
rm TSystems.RELOAD.Transport.ReloadMessage The ReloadMessage helper class
reader System.IO.BinaryReader The incomming byte stream reader
usage_size long Size of the Usage datagramm.
Результат IUsage

Report() публичный Метод

public Report ( ) : string
Результат string

SipRegistration() публичный Метод

Use this constructor just to have a SipRegistration object.
public SipRegistration ( UsageManager manager ) : System
manager UsageManager
Результат System

dump() публичный Метод

This method serializes the datagramm of a SipRegistration.
public dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter The writer containing the whole RELOAD message.
Результат System.UInt32