EldoS
MsgConnect home / Documentation / InetTransport.Destroy method
Navigation
Web site
Support
Table Of Contents

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


InetTransport.GetIncomingConnectionCount

InetTransport     See also    


Returns the number of active incoming connections.

Declaration

[C++]
    int GetIncomingConnectionCount();

[Pascal]
    function GetIncomingConnectionCount : Integer;

[VB6]
    Function IMCXInetTransport3.GetIncomingConnectionCount() As Long

[ActiveX]
    HRESULT _stdcall IMCXInetTransport3.GetIncomingConnectionCount([out, retval] long * res);

[C#]
    public int GetIncomingConnectionCount();

[VB.NET]
    Public Function GetIncomingConnectionCount() As Integer

[Java]
    public int getIncomingConnectionCount();

[Java ME]
    public int getIncomingConnectionCount();

[Palm]
    int GetIncomingConnectionCount();

[DLL]
    unsigned long MCInetTransportGetIncomingConnectionCount(HMCInetTransport h);

Parameters

  • [DLL]h - handle to the InetTransport object that was returned by Create method
  • res - result of method execution (see Return value for details)

Return value

The number of active connections.

Description

    Use this method to get the number of incoming connections currently established with this transport.

See also:     GetOutgoingConnectionCount     TransportMode    

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