Is the socket ready to send more data?


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CanSend As Boolean
C#
public bool CanSend { get; }
C++
public property bool CanSend sealed  {
    bool get();
}
J#
/** property */
public bool get_CanSend();
JScript
public function get CanSend() : bool

See Also