HttpServerWebSocketContextContinute Property |
Get or set whether to continue receiving the message
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Continute { get; set; }
Public Property Continute As Boolean
Get
Set
public:
property bool Continute {
bool get ();
void set (bool value);
}
member Continute : bool with get, set
Property Value
Type:
BooleanSee Also