SocketParameterToString Method

Overrides ToString.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public override string ToString()

Return Value

Type: String
this.SocketType + ", " + this.PortNumber + ", " + this.TimeOut + ", " + this.SessionProtectionTimeOut + ", " + this.Enable + ", " + this.FilePath + ", " + this.FileSize + ", " + this.NoOfBackups;
See Also