Click or drag to resize

PresencePublishFailureEventArgs Properties

The PresencePublishFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
The PresenceError carried by the event.
(Inherited from PresenceFailureEventArgs.)
Public propertyPresence
The presence information that failed to be published.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Top
See Also