Goedel.Mesh.MeshService.ConnectStart C# (CSharp) Method

ConnectStart() public method

Base method for implementing the transaction ConnectStart.
public ConnectStart ( ConnectStartRequest Request ) : ConnectStartResponse
Request ConnectStartRequest The request object to send to the host.
return ConnectStartResponse
        public virtual ConnectStartResponse ConnectStart (
                ConnectStartRequest Request) {
            return null;
            }