IConnectionInfo Interface
Information about API connection attempt.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IConnectionInfo
Public Interface IConnectionInfo
public interface class IConnectionInfo
type IConnectionInfo = interface end
| Error |
Error happened during connection attempt.
|
| HttpStatus |
Current HTTP response status.
|
| Success |
Determines whether connection is succeded.
|
| WebStatus |
Current web connectivity status.
|
| FormatErrorMessage |
Formats a localized error message for the specified IConnectionInfo value.
|