Click or drag to resize

InProcessServerTxHandle Property

Gets a string representation of the transmit 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? TxHandle { get; }

Property Value

String
See Also