Class BifrostOptions
Options to configure a Bifrost channel.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.ClientManager.Bifrost
Assembly: ClientManager.Bifrost.Abstractions.dll
Syntax
public record BifrostOptions : IEquatable<BifrostOptions>
Constructors
View SourceBifrostOptions(ushort, uint)
Options to configure a Bifrost channel.
Declaration
public BifrostOptions(ushort Port = 4600, uint ConnectionTimeoutInSec = 10)
Parameters
Type | Name | Description |
---|---|---|
ushort | Port | The port to connect to. |
uint | ConnectionTimeoutInSec | The connection timeout in seconds. |
Properties
View SourceConnectionTimeoutInSec
The connection timeout in seconds.
Declaration
public uint ConnectionTimeoutInSec { get; init; }
Property Value
Type | Description |
---|---|
uint |
Port
The port to connect to.
Declaration
public ushort Port { get; init; }
Property Value
Type | Description |
---|---|
ushort |