Show / Hide Table of Contents

Class BifrostOptions

Options to configure a Bifrost channel.

Inheritance
object
BifrostOptions
Implements
IEquatable<BifrostOptions>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.ClientManager.Bifrost
Assembly: ClientManager.Bifrost.Abstractions.dll
Syntax
public record BifrostOptions : IEquatable<BifrostOptions>

Constructors

View Source

BifrostOptions(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 Source

ConnectionTimeoutInSec

The connection timeout in seconds.

Declaration
public uint ConnectionTimeoutInSec { get; init; }
Property Value
Type Description
uint
View Source

Port

The port to connect to.

Declaration
public ushort Port { get; init; }
Property Value
Type Description
ushort

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX