[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBidirectionalStreamingSettings\u003c/code\u003e class in the \u003ccode\u003eGoogle.Api.Gax.Grpc\u003c/code\u003e namespace configures settings for bidirectional streaming in the Google API client library for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.10.0, with older versions back to 3.2.0 also listed, and the class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe primary constructor for \u003ccode\u003eBidirectionalStreamingSettings\u003c/code\u003e takes an integer \u003ccode\u003ebufferedClientWriterCapacity\u003c/code\u003e parameter, which sets the size of the buffer used for locally storing outgoing requests before sending to the server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBufferedClientWriterCapacity\u003c/code\u003e property retrieves the integer value that represents the buffer's capacity.\u003c/p\u003e\n"]]],[],null,["# Class BidirectionalStreamingSettings (4.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.10.0 (latest)](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [4.8.0](/dotnet/docs/reference/Google.Api.Gax/4.8.0/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [4.4.0](/dotnet/docs/reference/Google.Api.Gax/4.4.0/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [4.3.1](/dotnet/docs/reference/Google.Api.Gax/4.3.1/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [4.2.0](/dotnet/docs/reference/Google.Api.Gax/4.2.0/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [4.0.0](/dotnet/docs/reference/Google.Api.Gax/4.0.0/Google.Api.Gax.Grpc.BidirectionalStreamingSettings)\n- [3.2.0](/dotnet/docs/reference/Google.Api.Gax/3.2.0/Google.Api.Gax.Grpc.BidirectionalStreamingSettings) \n\n public sealed class BidirectionalStreamingSettings\n\nSettings for bidirectional streaming. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BidirectionalStreamingSettings \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Api.Gax.Grpc](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc)\n\nAssembly\n--------\n\nGoogle.Api.Gax.Grpc.dll\n\nConstructors\n------------\n\n### BidirectionalStreamingSettings(int)\n\n public BidirectionalStreamingSettings(int bufferedClientWriterCapacity)\n\nConfigure settings for bidirectional streaming.\n\nProperties\n----------\n\n### BufferedClientWriterCapacity\n\n public int BufferedClientWriterCapacity { get; }\n\nThe capacity of the write buffer, that locally buffers streaming requests\nbefore they are sent to the server."]]