SocketConnectionString Constructor |
Creates a new instance of the socket connection string.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public SocketConnectionString(
IContext context
)
Public Sub New (
context As IContext
)
public:
SocketConnectionString(
IContext^ context
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution.
See Also