Skip to content

Class RpcContractService

Namespace: DotBoxD.Services.Generated
Assembly: DotBoxD.Services.dll

public sealed record RpcContractService : IEquatable<RpcContractService>

objectRpcContractService

IEquatable<RpcContractService>

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()

RpcContractService(string, string, IReadOnlyList<RpcContractMethod>)

Section titled “ RpcContractService(string, string, IReadOnlyList<RpcContractMethod>)”
public RpcContractService(string WireName, string ContractType, IReadOnlyList<RpcContractMethod> Methods)

WireName string

ContractType string

Methods IReadOnlyList<RpcContractMethod>

public string ContractType { get; init; }

string

public IReadOnlyList<RpcContractMethod> Methods { get; init; }

IReadOnlyList<RpcContractMethod>

public string WireName { get; init; }

string