←Select platform

SendBufferSize Property

Summary

Specifies the total per-socket buffer space reserved for sends.

Syntax

C#
VB
C++
public int SendBufferSize { get; set; } 
Public Property SendBufferSize As Integer 
public: 
property int SendBufferSize { 
   int get(); 
   void set (    int value); 
} 

Property Value

total per-socket buffer space reserved for sends

Example

For an example, refer to SocketOptions

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly