The Argotic.Core.Web namespace supplies classes and interfaces that enable browser-server communication of syndicated content.

Classes

  ClassDescription
GenericXmlRpcListener
Custom XML-RPC listener that stores XML remote procedure call request details using XML as its data storage medium.
PingbackDiscoveryHyperlink
A control that enables the automatic discovery of pingback servers by generating a header link that describes the absolute URI of the pingback XML-RPC server.
PingbackHttpHandler
Synchronously processes HTTP Web requests of pingback notifications.
PingbackHttpHandlerFactory
HTTP handler factory used to create new PingbackHttpHandler handler objects.
PingbackHttpModule
An ASP.NET request pipeline module that modifies the HTTP headers of a request to enable the automatic discovery of a pingback XML-RPC server by handling the PreSendRequestHeaders event.
PingbackListener
Provides the abstract base class for the listeners who monitor pingback ping requests.
PingbackListenerCollection
Provides a thread-safe list of PingbackListener objects.
PingbackMessageReceivedEventArgs
Provides data for the MessageReceived event.
SyndicationDiscoveryHyperlink
A control that enables the auto-discovery of syndicated content by generating a header link that describes the syndication resource.
SyndicationHttpHandler
Synchronously processes HTTP Web requests for syndicated content.
SyndicationHttpHandlerFactory
HTTP handler factory used to create new SyndicationHttpHandler handler objects.
TrackbackDiscoveryControl
A control that enables the automatic discovery of trackback servers by generating embedded RDF description that describes the absolute URI that trackback ping notifications should be sent to and associated metadata.
TrackbackHttpHandler
Synchronously processes HTTP Web requests of trackback ping notifications.
TrackbackHttpHandlerFactory
HTTP handler factory used to create new TrackbackHttpHandler handler objects.
TrackbackListener
Provides the abstract base class for the listeners who monitor trackback ping requests.
TrackbackListenerCollection
Provides a thread-safe list of TrackbackListener objects.
TrackbackPingReceivedEventArgs
Provides data for the PingReceived event.
XmlPingbackListener
Custom Pingback listener that stores pingback remote procedure call request details using XML as its data storage medium.
XmlRpcHttpHandler
Synchronously processes HTTP Web requests of that represent XML remote procedure calls.
XmlRpcHttpHandlerFactory
HTTP handler factory used to create new XmlRpcHttpHandler handler objects.
XmlRpcListener
Provides the abstract base class for the listeners who monitor XML remote procedure call requests.
XmlRpcListenerCollection
Provides a thread-safe list of XmlRpcListener objects.
XmlRpcMessageReceivedEventArgs
Provides data for the MessageReceived event.
XmlTrackbackListener
Custom Trackback listener that stores trackback ping request details using XML as its data storage medium.

Enumerations

  EnumerationDescription
PingbackDiscoveryMechanisms
Specifies which auto-discovery mechanism(s) the PingbackDiscoveryHyperlink uses when broadcasting a pingback XML-RPC server endpoint.
PingbackFault
Represents the permissible XML-RPC fault codes when responding to a pingback remote procedure call.
TrackbackPingReferencesContent
Indicates whether a trackback ping references the content it is pinging.
XmlRpcInteroperableFault
Represents a small set of fault codes that are common across most XML-RPC server implementations so that clients can programmatically handle common errors.