Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

FBJSON

public static class ILC.Fishbowl.Client.Clients.FBJSON

Static Methods

Type

Name

Summary

T

DeserialiseResponse(String json)

T

Deserialize(String json)

String

Serialize(FbiJsonEnvelope rq)

FishbowlClientBase

public class ILC.Fishbowl.Client.Clients.FishbowlClientBase

Fields

Type

Name

Summary

String

Host

String

IADesc

Int32

IAKey

String

IAName

String

Password

Int32

Port

String

Username

FishbowlJSONClient

public class ILC.Fishbowl.Client.Clients.FishbowlJSONClient
    : FishbowlClientBase, IFishbowlClient, IDisposable

Properties

Type

Name

Summary

String

json_received

String

json_sent

LoginRs

login_data

Events

Type

Name

Summary

EventHandler<PayloadEvent>

OnPayloadEvent

Methods

Type

Name

Summary

void

Dispose()

String

GetTicket()

Boolean

Login(String User, String Password)

Boolean

Logout()

T

SendRequest(Object request)

Task<T>

SendRequestAsync(Object request)

void

SetTicket(String TicketKey)

FishbowlXMLClient

public class ILC.Fishbowl.Client.Clients.FishbowlXMLClient
    : FishbowlClientBase, IFishbowlClient, IDisposable

Properties

Type

Name

Summary

LoginRsType

login_data

String

xml_received

String

xml_sent

Events

Type

Name

Summary

EventHandler<PayloadEvent>

OnPayloadEvent

Methods

Type

Name

Summary

void

Dispose()

String

GetTicket()

Boolean

Login(String User, String Password)

Boolean

Logout()

T

SendRequest(Object request)

Task<T>

SendRequestAsync(Object request)

void

SetTicket(String TicketKey)

  • No labels