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\u003eThis webpage provides documentation for the \u003ccode\u003eTetherBase\u003c/code\u003e class, which serves as the base for server-side implementations of \u003ccode\u003eTether\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.ApigeeConnect.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTetherBase\u003c/code\u003e class has a method called \u003ccode\u003eEgress\u003c/code\u003e, which manages the streaming of \u003ccode\u003eEgressRequest\u003c/code\u003e and \u003ccode\u003eEgressResponse\u003c/code\u003e to flip the client-server relationship, essentially allowing the server to act as a client in this context.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTetherBase\u003c/code\u003e inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, and also includes additional inherited members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]