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 page provides reference documentation for the \u003ccode\u003eTether.TetherBase\u003c/code\u003e class, a base class for server-side implementations of the \u003ccode\u003eTether\u003c/code\u003e in the Apigee Connect v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers various versions of the API, ranging from version 1.0.0 to the latest version, 2.4.0, with links to each version's documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTether.TetherBase\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members like \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"],["\u003cp\u003eThe class includes one method, \u003ccode\u003eEgress\u003c/code\u003e, which handles the streaming of egress requests and responses between a listener (server) and a dialer (client) using gRPC.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEgress\u003c/code\u003e method takes an \u003ccode\u003eIAsyncStreamReader<EgressResponse>\u003c/code\u003e for reading requests, an \u003ccode\u003eIServerStreamWriter<EgressRequest>\u003c/code\u003e for sending responses, and a \u003ccode\u003eServerCallContext\u003c/code\u003e for context, and returns a \u003ccode\u003eTask\u003c/code\u003e to indicate completion.\u003c/p\u003e\n"]]],[],null,[]]