public virtual Task Egress(IAsyncStreamReader<EgressResponse> requestStream, IServerStreamWriter<EgressRequest> responseStream, ServerCallContext context)
Egress streams egress requests and responses. Logically, this is not
actually a streaming request, but uses streaming as a mechanism to flip
the client-server relationship of gRPC so that the server can act as a
client.
The listener, the RPC server, accepts connections from the dialer,
the RPC client.
The listener streams http requests and the dialer streams http responses.
[[["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 webpage provides documentation for the `TetherBase` class, which serves as the base for server-side implementations of `Tether` within the `Google.Cloud.ApigeeConnect.V1` namespace."],["The `TetherBase` class has a method called `Egress`, which manages the streaming of `EgressRequest` and `EgressResponse` to flip the client-server relationship, essentially allowing the server to act as a client in this context."],["The latest version documented is 2.4.0, with previous versions dating back to 1.0.0 also being documented, providing a version history for the class."],["`TetherBase` inherits from the base `Object` class, and also includes additional inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]