Table of Contents

Class DeliveryReportRequestEventArgs

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
[Obfuscation(Exclude = true, StripAfterObfuscation = true)]
public class DeliveryReportRequestEventArgs : EventArgs
Inheritance
DeliveryReportRequestEventArgs
Inherited Members

Constructors

DeliveryReportRequestEventArgs(MM7Server, IHttpContext, DeliveryReportRequest)

public DeliveryReportRequestEventArgs(MM7Server server, IHttpContext context, DeliveryReportRequest request)

Parameters

server MM7Server
context IHttpContext
request DeliveryReportRequest

Properties

Context

public IHttpContext Context { get; }

Property Value

IHttpContext

Request

public DeliveryReportRequest Request { get; set; }

Property Value

DeliveryReportRequest

Server

public MM7Server Server { get; }

Property Value

MM7Server