Skip to content

MFGS Net Socket

MFGSNetSocket Public interface

Description

Describes methods and properties available on the static instance object MFGS.Net.Socket

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExMFGSNetSocket[[IExMFGSNetSocket]]
class VGWWCoreIEx.IExMFGSNetSocket interfaceStyle;
end

Members

Methods

Public methods

ReturnsName
IExMFGSNetSocketClientCreateClient()
Creates a TCP socket client.

Details

Summary

Describes methods and properties available on the static instance object MFGS.Net.Socket

Methods

CreateClient

public IExMFGSNetSocketClient CreateClient()
Summary

Creates a TCP socket client.

Returns

A IExMFGSNetSocketClient object.

Generated with ModularDoc