The .NET socket that this socket wraps
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BaseSocket As Socket <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public Socket BaseSocket { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property Socket BaseSocket sealed { Socket get(); void set(Socket value); } |
| J# |
|---|
| /** property */ public Socket get_BaseSocket(); /** property */ public void set_BaseSocket(Socket value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get BaseSocket() : Socket public CompilerGeneratedAttribute function set BaseSocket(value : Socket); |