Public Member Functions | |
Session | GetSessionByEndPoint (IPEndPoint endPoint) |
Session | GetSessionByLocalUsername (string localUsernameFragment) |
Session | GetSessionByRemoteUsername (string remoteUsernameFragment) |
void | RegisterRemoteUsername (Session s) |
void | AddSession (Session s, IPEndPoint remoteEndPoint) |
void | RemoveSession (IPEndPoint sessionEndPoint) |
void | RemoveSession (Session s) |
void | ForEach (Action< Session > callback) |
Session | GetNextActiveSession () |
void NobleConnect.Ice.SessionList.AddSession | ( | Session | s, |
IPEndPoint | remoteEndPoint | ||
) |
void NobleConnect.Ice.SessionList.ForEach | ( | Action< Session > | callback | ) |
Session NobleConnect.Ice.SessionList.GetNextActiveSession | ( | ) |
Session NobleConnect.Ice.SessionList.GetSessionByEndPoint | ( | IPEndPoint | endPoint | ) |
Session NobleConnect.Ice.SessionList.GetSessionByLocalUsername | ( | string | localUsernameFragment | ) |
Session NobleConnect.Ice.SessionList.GetSessionByRemoteUsername | ( | string | remoteUsernameFragment | ) |
void NobleConnect.Ice.SessionList.RegisterRemoteUsername | ( | Session | s | ) |
void NobleConnect.Ice.SessionList.RemoveSession | ( | IPEndPoint | sessionEndPoint | ) |
void NobleConnect.Ice.SessionList.RemoveSession | ( | Session | s | ) |