[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public sealed class SifMessageInfo : IMessageInfo
Public NotInheritable Class SifMessageInfo _ Implements IMessageInfo
public ref class SifMessageInfo sealed : IMessageInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SifMessageInfoSifMessageInfoNew()() | Called by the Adk to construct a SifMessageInfo instance | |
| SifMessageInfoSifMessageInfoNew(SifMessagePayload, IZone) | Called by the Adk to construct a SifMessageInfo | |
| AttributeNames | ||
| AuthenticationLevel | Gets the value of the optional SIF_Security/SIF_SecureChannel/SIF_AuthenticationLevel header element | |
| DestinationId | Gets the value of the SIF_DestinationId header element | |
| EncryptionLevel | Gets the value of the optional SIF_Security/SIF_SecureChannel/SIF_EncryptionLevel header element | |
| GetAttribute(String) | ||
| LatestSIFRequestVersion |
For SIF_Request messages, gets the latest SIF version
that was requested by the requestor and is supported by the ADK
| |
| MaxBufferSize | For SIF_Request messages, gets the maximum packet size of result packets | |
| Message | Gets the content of the raw XML message | |
| MorePackets | For SIF_Response messages, determines if more packets are to be expected | |
| MsgId | Gets the value of the SIF_MsgId header element | |
| PacketNumber | For SIF_Response messages, gets the packet number | |
| PayloadTag | Gets the SIF payload message element tag. | |
| PayloadType | Gets the SIF payload message type. | |
| SetAttribute(String, String) | ||
| SIFContexts |
Gets the SIF Contexts that this message applies to
| |
| SIFHeader | Gets or sets the SIF_Header encapsulated by this object. | |
| SIFRequestInfo |
Returns information about the request, including the original request time and
user state information
| |
| SIFRequestMsgId | For SIF_Response messages, gets or sets the SIF_MsgId of the associated SIF_Request. | |
| SIFRequestObjectType | For SIF_Request messages, identifies the type of object requested | |
| SIFRequestVersions | For SIF_Request messages, gets or sets the SIF version responses should conform to. | |
| SifVersion | Gets the version of SIF associated with the message. The version is
determined by inspecting the xmlns attribute of the SIF_Message
envelope.
| |
| SourceId | Gets the value of the SIF_SourceId header element | |
| Timestamp | Gets the SIF_Message header timestamp. | |
| ToString()() | (Overrides Object.ToString()().) | |
| Zone | Gets the zone from which the message originated. |
| Object | |
| SifMessageInfo | |