Table of Contents

Class PlatformInitializeParams

Namespace
RDCore.SDK.Platform.Protocol
Assembly
RDCore.SDK.dll

Request: the caller tells the child what it expects; sent by ChildConnection after LSP init.

[Method("rdcore/platform/initialize", Direction.ClientToServer)]
public record PlatformInitializeParams : IRequest, IRequest<Unit>, IRequest<PlatformInitializeResult>, IBaseRequest, IEquatable<PlatformInitializeParams>
Inheritance
PlatformInitializeParams
Implements
IRequest
IRequest<Unit>
IBaseRequest
Inherited Members

Properties

Expected

The platform capabilities the caller expects the child to provide.

public CorePlatformClientCapabilities Expected { get; init; }

Property Value

CorePlatformClientCapabilities

ExpectedComponent

The component the caller believes it is talking to.

public CoreServerComponent ExpectedComponent { get; init; }

Property Value

CoreServerComponent