mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 17:11:30 +00:00
13 lines
No EOL
298 B
C#
Executable file
13 lines
No EOL
298 B
C#
Executable file
/* using FSO.Common.Security;
|
|
using FSO.Server.Framework.Aries;
|
|
|
|
namespace FSO.Server.Framework.Gluon
|
|
{
|
|
public interface IGluonSession : IAriesSession, ISecurityContext
|
|
{
|
|
string CallSign { get; }
|
|
string PublicHost { get; }
|
|
string InternalHost { get; }
|
|
}
|
|
}
|
|
*/ |