LumiSoft Mail Server User API
ValidateRequest Event
Namespaces > LumiSoft.Net.SIP > SIP_Stack > ValidateRequest
This event is raised when new incoming SIP request is received. You can control incoming requests with that event. For example you can require authentication or send what ever error to request maker user.
Syntax
C#Visual BasicManaged C++
public event SIP_Stack.ValidateRequestEventHandler ValidateRequest
Public Event ValidateRequest As ValidateRequestEventHandler
public:
 event ValidateRequestEventHandler^ ValidateRequest {
	void add (ValidateRequestEventHandler^ value);
	void remove (ValidateRequestEventHandler^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)