Table of Contents

Class AccessPointMessageHeaders

Namespace
SenseAnywhere.Sdk.Messages.Headers
Assembly
SenseAnywhere.Sdk.dll

Represents the headers for an access point message.

public sealed class AccessPointMessageHeaders : MessageHeaders
Inheritance
AccessPointMessageHeaders
Inherited Members

Constructors

AccessPointMessageHeaders(string, AccessPointMessageSender, MessageRecipient, DateTime)

Initializes a new instance of the AccessPointMessageHeaders class.

public AccessPointMessageHeaders(string messageId, AccessPointMessageSender from, MessageRecipient to, DateTime timeStamp)

Parameters

messageId string

The unique identifier of the message.

from AccessPointMessageSender

The sender of the access point message.

to MessageRecipient

The recipient of the message.

timeStamp DateTime

The timestamp when the message was sent.

Properties

From

Gets the sender of the access point message.

public AccessPointMessageSender From { get; }

Property Value

AccessPointMessageSender