Class GameListenerOptions
Class that represents options for the game listener.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Communications.Listeners
Assembly: Fibula.Communications.dll
Syntax
public class GameListenerOptions : BaseListenerOptions
Properties
| Improve this Doc View SourcePort
Gets or sets the port to listen to.
Declaration
[Required(ErrorMessage = "A port for the game listener must be speficied.")]
public override ushort? Port { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |