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

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


InetTransport.MessengerPort

InetTransport     See also    


Specifies the port to which the socket will be bound.

Declaration

[C++]
    void setMessengerPort(unsigned Value);
    unsigned getMessengerPort(void);

[Pascal]
    property MessengerPort : word;

[VB6]
    Property MessengerPort As Long

[ActiveX]
    HRESULT _stdcall MessengerPort([in] unsigned long Value );
    HRESULT _stdcall MessengerPort([out, retval] unsigned long * Value );

[C#]
    public int MessengerPort;

[VB.NET]
    Public Property MessengerPort As Integer

[Java]
    public void setMessengerPort(int value);
    public int getMessengerPort();

[Java ME]
    public void setMessengerPort(int value);
    public int getMessengerPort();

[Palm]
    void setMessengerPort(unsigned Value);
    unsigned getMessengerPort(void);

[DLL]
    void __stdcall MCInetTransportSetMessengerPort(HMCInetTransport h, unsigned short value);
    unsigned short __stdcall MCInetTransportGetMessengerPort(HMCInetTransport h);

Parameters

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

Description

    Specifies the port to which the socket will be bound. Remote clients will connect to this port. If TransportMode is stmP2P or stmServer, then the transport can't be activated until the port is set to some non-zero value.

See also:     MessengerAddress TransportMode

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