| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property ReceiveBufferSize As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public int ReceiveBufferSize {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property int ReceiveBufferSize { int get(); void set (int value); } | |
Return Value
The size of the receive buffer.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code