public sealed class GetTcpRouteRequest : IMessage<GetTcpRouteRequest>, IEquatable<GetTcpRouteRequest>, IDeepCloneable<GetTcpRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class GetTcpRouteRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `GetTcpRouteRequest` class within the Network Services v1 API for .NET, specifically version 1.0.0-beta01."],["The `GetTcpRouteRequest` class is used to request a specific TcpRoute resource and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `GetTcpRouteRequest()` and another one that takes a `GetTcpRouteRequest` object as parameter, for example `GetTcpRouteRequest(GetTcpRouteRequest other)`."],["The `GetTcpRouteRequest` class has two main properties, `Name`, a string that holds the name of the TcpRoute, and `TcpRouteName`, a `TcpRouteName`-typed view over the `Name` property."]]],[]]