Click or drag to resize

ServerFramework Property

Returns the framework version that the server is running on NET46, NETSTANDARD1.6 etc

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public string Framework { get; }

Property Value

Type: String

Implements

IServerFramework
See Also