IConnectionInfo Interface

Information about API connection attempt.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IConnectionInfo

Properties

Error Error happened during connection attempt.
HttpStatus Current HTTP response status.
Success Determines whether connection is succeded.
WebStatus Current web connectivity status.

Methods

FormatErrorMessage Formats a localized error message for the specified IConnectionInfo value.

See Also