  | RequestEventHasSentReply Property  | 
 
            Gets a value that indicates whether the reply has been sent.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic bool HasSentReply { get; }Public ReadOnly Property HasSentReply As Boolean
	Get
Property Value
Type: 
Booleantrue is the reply of this request has been sent.
            
See Also