Click or drag to resize

InProcessServerRxHandle Property

Gets a string representation of the receive pipe's handle. The value is used in the constructor of the InProcessClient class.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public string? RxHandle { get; }

Property Value

String
See Also