EldoS
MsgConnect home / Documentation / InetTransport.RoutingAllowed property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.RoutingAllowed

InetTransport     See also    


Allows this transport to take part in routing of messages addressed to another transport.

Declaration

[C++]
    void setRoutingAllowed(bool Value);
    bool getRoutingAllowed(void);

[Pascal]
    property RoutingAllowed: Boolean;

[VB6]
    Property IMCXInetTransport2.RoutingAllowed As Boolean

[ActiveX]
    HRESULT _stdcall IMCXInetTransport2.RoutingAllowed([in] VARIANT_BOOL Value);
    HRESULT _stdcall IMCXInetTransport2.RoutingAllowed([out, retval] VARIANT_BOOL * Value );

[C#]
    public bool RoutingAllowed;

[VB.NET]
    Public Property RoutingAllowed As Boolean

[Java]
    public void setRoutingAllowed(boolean value);
    public boolean getRoutingAllowed();

[Java ME]
    public void setRoutingAllowed(boolean value);
    public boolean getRoutingAllowed();

[Palm]
    not applicable;

[DLL]
    void __stdcall MCInetTransportSetRoutingAllowed(HMCInetTransport h, bool value);
    bool __stdcall MCInetTransportGetRoutingAllowed(HMCInetTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    Set this property to true if you want this transport to route messages which are addressed to another transport.
Default value is true (routing allowed).

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation