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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTether.TetherBase\u003c/code\u003e class serves as the base for server-side implementations of the Tether service within the Apigee Connect v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers versions 1.0.0 through 2.4.0 of the API, with 2.4.0 being the most current release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTetherBase\u003c/code\u003e class includes the \u003ccode\u003eEgress\u003c/code\u003e method, which handles the streaming of egress requests and responses, effectively reversing the typical client-server relationship in gRPC.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEgress\u003c/code\u003e method uses \u003ccode\u003eIAsyncStreamReader\u003c/code\u003e to read requests from the client and \u003ccode\u003eIServerStreamWriter\u003c/code\u003e to send responses back.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTether.TetherBase\u003c/code\u003e inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, with its inherited members including methods for getting a hash code, type, member cloning, and converting to string.\u003c/p\u003e\n"]]],[],null,[]]