The Argotic.Core.Net namespace provides a simple programming interface for many of the syndication communication protocols used on networks today.

Classes

  ClassDescription
PingbackClient
Allows applications to send pingback pings by using the Pingback peer-to-peer communication protocol.
PingbackFailedSendException
The exception that is thrown when a pingback ping is sent using an PingbackClient and cannot be delivered to the Host.
PingbackMessage
Represents the possible parameters of a pingback ping request.
PingbackPingCompletedEventArgs
Provides data for the SendCompleted event.
TrackbackClient
Allows applications to send trackback pings by using the Trackback peer-to-peer communication protocol.
TrackbackFailedSendException
The exception that is thrown when a trackback ping is sent using an TrackbackClient and cannot be delivered to the Host.
TrackbackMessage
Represents the possible parameters of a trackback ping request.
TrackbackPingCompletedEventArgs
Provides data for the SendCompleted event.
TrackbackResponse
Represents the response to a trackback ping.
XmlRpcArrayParameter
Represents an XML Remote Procedure Call (XML-RPC) array parameter.
XmlRpcClient
Allows applications to send XML Remote Procedure Call (XML-RPC) requests.
XmlRpcFailedSendException
The exception that is thrown when a remote procedure call is sent using an XmlRpcClient and cannot be delivered to the Host.
XmlRpcMessage
Represents a XML Remote Procedure Call (XML-RPC) request message.
XmlRpcParameter
Represents an XML Remote Procedure Call (XML-RPC) parameter.
XmlRpcRequestCompletedEventArgs
Provides data for the SendCompleted event.
XmlRpcResponse
Represents the response to an XML Remote Procedure Call (XML-RPC) request.
XmlRpcStructParameter
Represents an XML Remote Procedure Call (XML-RPC) structured list parameter.

Enumerations

  EnumerationDescription
XmlRpcParameterType
Represents the value type of an XmlRpcParameter.