Network
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Network
Classes for networking. Informations on the ethernet adapters, Apple File Sharing control and SSH.
- Globals
- ClearOptionsMBS(extends s as SocketCore)
- DNSAddressToNameIPv6MBS(HostAddress as string) as string
- DNSAddressToNameMBS(HostAddress as string) as string
- DNSNameToAddressIPv6MBS(HostName as string) as string
- DNSNameToAddressMBS(HostName as string) as string
- OptionKeepAliveMBS(extends s as SocketCore) as Integer
- OptionKeepAliveMBS(extends s as SocketCore, assigns value as Integer)
- OptionMaximumSegmentSizeMBS(extends s as SocketCore) as Integer
- OptionMaximumSegmentSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionMutliCastTTLMBS(extends s as SocketCore) as Integer
- OptionMutliCastTTLMBS(extends s as SocketCore, assigns value as Integer)
- OptionReceiveBufferSizeMBS(extends s as SocketCore) as Integer
- OptionReceiveBufferSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionReuseAddressMBS(extends s as SocketCore) as Boolean
- OptionReuseAddressMBS(extends s as SocketCore, assigns value as Boolean)
- OptionReusePortMBS(extends s as SocketCore) as Boolean
- OptionReusePortMBS(extends s as SocketCore, assigns value as Boolean)
- OptionSendBufferSizeMBS(extends s as SocketCore) as Integer
- OptionSendBufferSizeMBS(extends s as SocketCore, assigns value as Integer)
- OptionTOSMBS(extends s as SocketCore) as Integer
- OptionTOSMBS(extends s as SocketCore, assigns value as Integer)
- OptionTTLMBS(extends s as SocketCore) as Integer
- OptionTTLMBS(extends s as SocketCore, assigns value as Integer)
- OptionTypeMBS(extends s as SocketCore) as Integer
- VerifyEmailMBS(email as string, NetworkCheck as boolean) as Integer
- Classes
- class AvahiBrowserMBS
- method Browse(InterfaceIndex as Integer, Protocol as Integer, servicetype as string, domain as string = "", flags as Integer = 0) as boolean
- method Constructor(client as AvahiClientMBS)
- method Destructor
- property Client as AvahiClientMBS
- property Handle as Integer
- event AllForNow(type as string)
- event CacheExhausted(type as string)
- event Failure(error as string, errorcode as Integer)
- event ServiceFound(InterfaceIndex as Integer, protocol as Integer, name as string, type as string, domain as string, flags as Integer)
- event ServiceRemoved(InterfaceIndex as Integer, protocol as Integer, name as string, type as string, domain as string, flags as Integer)
- class AvahiClientMBS
- class AvahiDomainBrowserMBS
- method BrowseDomains(InterfaceIndex as Integer, Protocol as Integer, domain as string = "", BrowserType as Integer = 0, flags as Integer = 0) as boolean
- method Constructor(client as AvahiClientMBS)
- method Destructor
- property Client as AvahiClientMBS
- property Handle as Integer
- event AllForNow
- event CacheExhausted
- event DomainFound(InterfaceIndex as Integer, protocol as Integer, domain as string, flags as Integer)
- event DomainRemoved(InterfaceIndex as Integer, protocol as Integer, domain as string, flags as Integer)
- event Failure(error as string, errorcode as Integer)
- class AvahiResolverMBS
- method Constructor(client as AvahiClientMBS)
- method Destructor
- method Resolve(InterfaceIndex as Integer, Protocol as Integer, name as string, servicetype as string, domain as string, flags as Integer = 0) as boolean
- property Client as AvahiClientMBS
- property Handle as Integer
- event Failure(error as string, errorcode as Integer)
- event Found(interfaceIndex as Integer, Protocol as Integer, name as string, type as string, domain as string, hostname as string, port as Integer, address as string, txt as string, flags as Integer)
- class AvahiTypeBrowserMBS
- method BrowseTypes(InterfaceIndex as Integer, Protocol as Integer, domain as string = "", flags as Integer = 0) as boolean
- method Constructor(client as AvahiClientMBS)
- method Destructor
- property Client as AvahiClientMBS
- property Handle as Integer
- event AllForNow
- event CacheExhausted
- event Failure(error as string, errorcode as Integer)
- event TypeFound(InterfaceIndex as Integer, protocol as Integer, type as string, domain as string, flags as Integer)
- event TypeRemoved(InterfaceIndex as Integer, protocol as Integer, type as string, domain as string, flags as Integer)
- class CWChannelMBS
- class CWConfigurationMBS
- class CWInterfaceMBS
- method associateToEnterpriseNetwork(network as CWNetworkMBS, SecIdentityRef as Integer, username as string, password as string, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, parameters as dictionary, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, password as string, byref error as NSErrorMBS) as boolean
- method cachedScanResults as CWNetworkMBS()
- method commitConfiguration(config as CWConfigurationMBS, byref error as NSErrorMBS) as boolean
- method commitConfiguration(config as CWConfigurationMBS, SFAuthorizationRef as Integer, byref error as NSErrorMBS) as boolean
- method Constructor
- method Constructor(name as string)
- method disassociate
- method enableIBSSWithParameters as boolean
- method enableIBSSWithParameters(byref error as NSErrorMBS) as boolean
- method enableIBSSWithParameters(parameters as dictionary) as boolean
- method enableIBSSWithParameters(parameters as dictionary, byref error as NSErrorMBS) as boolean
- shared method interfaceNames as String()
- shared method interfaceWithName(name as string) as CWInterfaceMBS
- method isEqualToInterface(otherInterface as CWInterfaceMBS) as boolean
- shared method primaryInterface as CWInterfaceMBS
- method scanForNetworksWithName(networkName as string, byref error as NSErrorMBS) as CWNetworkMBS()
- method scanForNetworksWithParameters as CWNetworkMBS()
- method scanForNetworksWithParameters(byref error as NSErrorMBS) as CWNetworkMBS()
- method scanForNetworksWithParameters(parameters as dictionary) as CWNetworkMBS()
- method scanForNetworksWithParameters(parameters as dictionary, byref error as NSErrorMBS) as CWNetworkMBS()
- method scanForNetworksWithSSID(ssid as memoryblock, byref error as NSErrorMBS) as CWNetworkMBS()
- method setChannel(channel as UInt32) as boolean
- method setChannel(channel as UInt32, byref error as NSErrorMBS) as boolean
- method setPairwiseMasterKey(key as Memoryblock, byref error as NSErrorMBS) as boolean
- method setPower(p as boolean) as boolean
- method setPower(p as boolean, byref error as NSErrorMBS) as boolean
- method setWEPKey(key as Memoryblock, flags as Integer, index as Integer, byref error as NSErrorMBS) as boolean
- method setWLANChannel(channel as CWChannelMBS, byref error as NSErrorMBS) as boolean
- method startIBSSModeWithSSID(ssidData as MemoryBlock, security as Integer, channel as Integer, password as string, byref error as NSErrorMBS) as boolean
- method supportedChannels as Integer()
- shared method supportedInterfaces as String()
- method supportedPHYModes as Integer()
- method supportedWLANChannels as CWChannelMBS()
- property activePHYMode as Integer
- property bssid as string
- property bssidData as Memoryblock
- property channel as Integer
- property configuration as CWConfigurationMBS
- property countryCode as string
- property description as string
- property deviceAttached as boolean
- property Handle as Integer
- property hardwareAddress as string
- property interfaceMode as Integer
- property interfaceName as string
- property interfaceState as Integer
- property name as string
- property noise as Double
- property noiseMeasurement as Integer
- property opMode as Integer
- property phyMode as Integer
- property power as boolean
- property powerOn as boolean
- property powerSave as boolean
- property rssi as Double
- property rssiValue as Integer
- property security as Integer
- property securityMode as Integer
- property serviceActive as boolean
- property ssid as string
- property ssidData as Memoryblock
- property supportsAES_CCM as boolean
- property supportsHostAP as boolean
- property supportsIBSS as boolean
- property supportsMonitorMode as boolean
- property supportsPMGT as boolean
- property supportsShortGI20MHz as boolean
- property supportsShortGI40MHz as boolean
- property supportsTKIP as boolean
- property supportsTSN as boolean
- property supportsWEP as boolean
- property supportsWME as boolean
- property supportsWoW as boolean
- property supportsWPA as boolean
- property supportsWPA2 as boolean
- property transmitPower as Integer
- property transmitRate as Double
- property txPower as Double
- property txRate as Double
- property wlanChannel as CWChannelMBS
- class CWMutableConfigurationMBS
- class CWMutableNetworkProfileMBS
- class CWNetworkMBS
- class CWNetworkProfileMBS
- class CWWiFiClientMBS
- class DatagramMBS
- class DNSLookupMBS
- class DNSServiceAddrInfoMBS
- method AddrInfo(InterfaceIndex as Integer, protocol as Integer, HostName as string) as boolean
- shared method Available as boolean
- event ServiceAddrInfo(Flags as Integer, InterfaceIndex as Integer, ErrorCode as Integer, AddressFamily as Integer, IP as string, SockAddr as MemoryBlock, HostName as string, ttl as Integer)
- class DNSServiceBaseMBS
- class DNSServiceBrowseMBS
- method Browse(InterfaceIndex as Integer, servicetype as string, domain as string) as boolean
- event ServiceBrowse(Flags as Integer, InterfaceIndex as Integer, ErrorCode as Integer, ServiceName as string, RegType as string, Domain as string)
- class DNSServiceDomainEnumerationMBS
- class DNSServiceMetaQueryMBS
- property Lasterror as Integer
- event AddService(type as string, domain as string, interfaceName as string, rrtype as Integer, rrclass as Integer)
- event RemoveService(type as string, domain as string, interfaceName as string, rrtype as Integer, rrclass as Integer)
- class DNSServiceRegisterMBS
- method AddRecord(rrType as Integer, TXTRecord as string, ttl as Integer)
- method Register(Flags as Integer, interfaceIndex as Integer, servicename as string, servicetype as string, domain as string, host as string, port as Integer, txtRecord as string) as boolean
- method RemoveRecord
- method UpdateRecord(TXTRecord as string, ttl as Integer)
- event ServiceRegistration(flags as Integer, errorcode as Integer, Name as string, RegType as string, Domain as string)
- class DNSServiceRegisterRecordMBS
- method RegisterRecord(Flags as Integer, interfaceIndex as Integer, fullname as string, rrtype as Integer, rrClass as Integer, data as string, ttl as Integer) as boolean
- method UpdateRecord(TXTRecord as string, ttl as Integer)
- event ServiceRegistration(flags as Integer, errorcode as Integer)
- class DNSServiceResolveMBS
- method Resolve(InterfaceIndex as Integer, servicename as string, servicetype as string, domain as string) as boolean
- event ServiceResolve(flags as Integer, InterfaceIndex as Integer, ErrorCode as Integer, Fullname as string, Hosttarget as string, Port as Integer, TxtRecord as string)
- class NetSNMPMBS
- class NetworkInterfaceMBS
- class NWEndPointMBS
- class NWInterfaceMBS
- class NWPathMBS
- class NWPathMonitorMBS
- class PacketSocketMBS
- class RAWSocketMBS
- method Accept(byref RemoteAddress as String, byref RemotePort as Integer, NewSocket as RAWSocketMBS) as RAWSocketMBS
- shared method AddressFamilyINet6 as Integer
- method Bind(DestAddr as Ptr, DestAddrByteSize as Integer) as Boolean
- method Bind(Port as Integer, IP as string = "")
- shared method CalcChecksum(data as ptr, ByteCount as Integer) as UInt16
- method Close
- method Connect(Address as String, Port as Integer, byref ErrorMessage as String) as Boolean
- method Connect(DestAddr as Ptr, DestAddrByteSize as Integer) as Boolean
- method Constructor(AddressFamily as Integer, SocketType as Integer, Protocol as Integer)
- method Destructor
- shared method htonl(value as UInt32) as UInt32
- shared method htons(value as UInt16) as UInt16
- shared method inet_addr(IPv4 as String) as UInt32
- shared method inet_ntoa(IPv4 as UInt32) as String
- method Listen(BackLog as Integer = 2)
- shared method ntohl(value as UInt32) as UInt32
- shared method ntohs(value as UInt16) as UInt16
- method Poll
- method Read(ByteSize as Integer, peek as boolean = false) as MemoryBlock
- method ReadAll(peek as boolean = false) as MemoryBlock
- method ReadDatagram(peek as boolean = false) as DatagramMBS
- method Send(Data as Ptr, DataByteSize as Integer, Flags as Integer = 0) as Integer
- method SendMessage(Data as DatagramMBS) as Integer
- method SendMessage(Data as MemoryBlock, IP as String, Port as Integer) as Integer
- method SendMessage(Data as string, IP as String, Port as Integer) as Integer
- method SendTo(Data as Ptr, DataByteSize as Integer, Flags as Integer, DestAddr as Ptr, DestAddrByteSize as Integer) as Integer
- property AddressFamily as Integer
- property AvailableBytes as Integer
- property Broadcast as Boolean
- property Handle as Integer
- property IPHeaderIncluded as Boolean
- property Lasterror as Integer
- property LocalIP as String
- property LocalPort as Integer
- property Protocol as Integer
- property ReceiveBufferSize as Integer
- property ReuseAddress as Boolean
- property ReusePort as Boolean
- property SendBufferSize as Integer
- property SocketError as Integer
- property SocketType as Integer
- event DataAvailable
- event Error
- event SendComplete
- class SSH2ChannelMBS
- class SSH2ConnectFailedExceptionMBS
- class SSH2SessionMBS
- method Banner as string
- shared method CipherNames as String()
- method ConfigureKeepAlive(WantReply as Boolean = true, Interval as Integer = 2)
- method Constructor(IP as string, Port as Integer = 22, TimeOut as Integer = 30)
- method Constructor(socket as TCPSocket)
- method Constructor(socketHandle as Integer, CloseSocketLater as boolean = false)
- method Destructor
- shared method DigestNames as String()
- method Disconnect(description as string)
- method Disconnect(reason as Integer, description as string, lang as string = "")
- method HostKey(byref Type as Integer) as string
- method HostKeyHash(HashType as Integer) as string
- method OpenDirectTCPIPChannel(host as string, port as integer, sourceHost as string = "127.0.0.1", sourcePort as Integer = 22) as SSH2ChannelMBS
- method OpenSession as SSH2ChannelMBS
- method SessionFlag(Flag as Integer, Value as boolean)
- method SessionHandshake
- method SetBanner(Banner as string)
- method SetMethodPreference(methodType as Integer, Pref as string) as Boolean
- method SupportedAlgorithms(methodType as Integer) as String()
- method UserAuthKeyboardInteractive(UserName as string)
- method UserAuthList(username as string) as string
- method UserAuthPassword(UserName as string, Password as string)
- method UserAuthPublicKeyFromFile(UserName as string, publickey as folderitem, privatekey as folderitem, Passphrase as string)
- method UserAuthPublicKeyFromFile(UserName as string, publickey as string, privatekey as string, Passphrase as string)
- method UserAuthPublicKeyFromMemory(UserName as string, publickey as string, privatekey as string, Passphrase as string)
- shared method Version as string
- method WaitSocket(TimeOut as Double = 0.1)
- property Authenticated as Boolean
- property Blocking as Boolean
- property Handle as Integer
- property LastErrNo as Integer
- property LastError as Integer
- property Socket as TCPSocket
- property Tag as Variant
- property TimeOut as Integer
- event KeyboardCallback(Name as string, Instruction as string, PromptCount as Integer, Prompts() as SSH2UserAuthKeyboardInteractivePromptMBS, responses() as SSH2UserAuthKeyboardInteractiveResponseMBS)
- class SSH2TunnelMBS
- class SSH2UserAuthKeyboardInteractivePromptMBS
- class SSH2UserAuthKeyboardInteractiveResponseMBS
- class TCPSocket
- class TXTRecordMBS
- method Bytes as string
- method ContainsKey(key as string) as boolean
- shared method ContainsKey(txtRecord as string, key as string) as boolean
- method Count as Integer
- shared method Count(txtRecord as string) as Integer
- method KeyAtIndex(index as Integer) as string
- shared method KeyAtIndex(txtRecord as string, index as Integer) as string
- method Length as Integer
- method RemoveValue(key as string)
- method SetValue(key as string, value as string) as Integer
- method Value(key as string) as string
- shared method Value(txtRecord as string, key as string) as string
- method ValueAtIndex(index as Integer) as string
- shared method ValueAtIndex(txtRecord as string, index as Integer) as string
- class UDPSocketMBS
- class WindowsDNSRecordAAAAMBS
- class WindowsDNSRecordAMBS
- class WindowsDNSRecordMBS
- class WindowsDNSRecordMInfoMBS
- class WindowsDNSRecordMXMBS
- class WindowsDNSRecordNullMBS
- class WindowsDNSRecordPTRMBS
- class WindowsDNSRecordSOAMBS
- class WindowsDNSRecordTXTMBS
- class WindowsEthernetAdapterMBS
- class WindowsEthernetMBS
- class WindowsIPAddressMBS
- property IP as String
- property Mask as String
- class WindowsProxyMBS
- class WindowsQOSMBS
- method AddSocketToFlow(Socket as Integer, DestAddr as string, DestPort as Integer, TrafficType as Integer, Flags as Integer, byref FlowId as UInt32) as boolean
- method AddSocketToFlow(Socket as Integer, TrafficType as Integer, Flags as Integer, byref FlowId as UInt32) as boolean
- method Constructor
- method getFlowFundamentals(FlowID as Integer, byref BottleneckBandwidthSet as boolean, byref BottleneckBandwidth as UInt64, byref AvailableBandwidthSet as boolean, byref AvailableBandwidth as UInt64, byref RTTSet as boolean, byref RTT as UInt32, Flags as Integer = 0) as boolean
- method getOutgoingRate(FlowID as Integer, byref Bandwidth as UInt64, Flags as Integer = 0) as boolean
- method getPacketPriority(FlowID as Integer, byref ConformantDSCPValue as Integer, byref NonConformantDSCPValue as Integer, byref ConformantL2Value as Integer, byref NonConformantL2Value as Integer, Flags as Integer = 0) as boolean
- method RemoveAllSocketsFromFlow(FlowID as Integer) as boolean
- method RemoveSocketFromFlow(socketHandle as Integer, FlowID as Integer) as boolean
- method setOutgoingDSCPValue(FlowID as Integer, OutgoingDSCPValue as Integer, Flags as Integer = 0) as boolean
- method setOutgoingRate(FlowID as Integer, Bandwidth as UInt64, ShapingBehavior as Integer, Reason as Integer, Flags as Integer = 0) as boolean
- method setTrafficType(FlowID as Integer, TrafficType as Integer, Flags as Integer = 0) as boolean
- method StartTrackingClient(DestAddr as string, flags as Integer = 0) as boolean
- method StopTrackingClient(DestAddr as string, flags as Integer = 0) as boolean
- property Handle as Integer
- property Lasterror as Integer
- property LasterrorMessage as String
- class WinHTTPClientAutoProxyOptionsMBS
- class WinHTTPClientCurrentUserIEProxyConfigMBS
- class WinHTTPClientMBS
- method Close as boolean
- method Constructor
- shared method CrackUrl(URL as string, Flags as Integer = 0) as WinHTTPClientURLComponentsMBS
- shared method DetectAutoProxyConfigUrl(AutoDetectFlags as Integer, byref AutoConfigUrl as string) as Boolean
- shared method GetDefaultProxyConfiguration as WinHTTPClientProxyInfoMBS
- shared method GetIEProxyConfigForCurrentUser as WinHTTPClientCurrentUserIEProxyConfigMBS
- shared method GetProxyForHost(URL as string, Host as string, byref proxy as string, byref proxyPort as string, AutoConfigURL as string = "") as boolean
- method GetProxyForUrl(URL as string, AutoProxyOptions as WinHTTPClientAutoProxyOptionsMBS, byref ProxyInfo as WinHTTPClientProxyInfoMBS) as boolean
- shared method InternetGetProxyInfo(URL as string, Host as string) as String
- method Open(UserAgent as string, AccessType as Integer, ProxyName as string = "", ProxyByPass as string = "") as boolean
- shared method SetDefaultProxyConfiguration(info as WinHTTPClientProxyInfoMBS) as boolean
- property Handle as Integer
- property Lasterror as Integer
- property LasterrorString as String
- property OptionConnectTimeOut as Integer
- property OptionProxyPassword as String
- property OptionProxyUsername as String
- class WinHTTPClientProxyInfoMBS
- class WinHTTPClientURLComponentsMBS
- Modules
- module CWGlobalsMBS
- method CWBSSIDDidChangeNotification as string
- method CWCountryCodeDidChangeNotification as string
- method CWErrorDomain as string
- method CWLinkDidChangeNotification as string
- method CWLinkQualityDidChangeNotification as string
- method CWLinkQualityNotificationRSSIKey as string
- method CWLinkQualityNotificationTransmitRateKey as string
- method CWModeDidChangeNotification as string
- method CWPowerDidChangeNotification as string
- method CWScanCacheDidUpdateNotification as string
- method CWSSIDDidChangeNotification as string
- method KeychainDeleteEAPUsernameAndPassword(ssidData as memoryblock) as Integer
- method KeychainDeletePassword(ssidData as memoryblock) as Integer
- method KeychainDeleteWiFiEAPUsernameAndPassword(KeychainDomain as Integer, ssidData as memoryblock) as Integer
- method KeychainDeleteWiFiPassword(KeychainDomain as Integer, ssidData as memoryblock) as Integer
- method KeychainFindWiFiEAPUsernameAndPassword(KeychainDomain as Integer, ssidData as memoryblock, byref username as string, byref password as string) as Integer
- method KeychainFindWiFiPassword(KeychainDomain as Integer, ssidData as memoryblock, byref password as string) as Integer
- method KeychainGetEAPIdentity(ssidData as memoryblock, byref SecIdentityRef as Integer) as Integer
- method KeychainGetEAPIdentityList(byref ListSecIdentityRef() as Integer) as Integer
- method KeychainGetEAPUsernameAndPassword(ssidData as memoryblock, byref username as string, byref password as string) as Integer
- method KeychainGetPassword(ssidData as memoryblock, byref password as string) as Integer
- method KeychainGetWiFiEAPIdentity(KeychainDomain as Integer, ssidData as memoryblock, byref SecIdentityRef as Integer) as Integer
- method KeychainSetEAPIdentity(ssidData as memoryblock, SecIdentityRef as Integer) as Integer
- method KeychainSetEAPUsernameAndPassword(ssidData as memoryblock, username as string, password as string) as Integer
- method KeychainSetPassword(ssidData as memoryblock, password as string) as Integer
- method KeychainSetWiFiEAPIdentity(KeychainDomain as Integer, ssidData as memoryblock, SecIdentityRef as Integer) as Integer
- method KeychainSetWiFiEAPUsernameAndPassword(KeychainDomain as Integer, ssidData as memoryblock, Username as string, Password as string) as Integer
- method KeychainSetWiFiPassword(KeychainDomain as Integer, ssidData as memoryblock, password as string) as Integer
- method MergeNetworks(networks() as CWNetworkMBS) as CWNetworkMBS()
- const kCWError = -3931
- const kCWHTFeaturesNotSupported = -3926
- const kCWInterfaceStateAssociating = 3
- const kCWInterfaceStateAuthenticating = 2
- const kCWInterfaceStateInactive = 0
- const kCWInterfaceStateRunning = 4
- const kCWInterfaceStateScanning = 1
- const kCWIPCError = -3929
- const kCWOpModeHostAP = 3
- const kCWOpModeIBSS = 1
- const kCWOpModeMonitorMode = 2
- const kCWOpModeStation = 0
- const kCWOpNotPermitted = -3930
- const kCWPCOTransitionTimeNotSupported = -3927
- const kCWScanTypeActive = 0
- const kCWScanTypeFast = 2
- const kCWScanTypePassive = 1
- const kCWSecurityModeDynamicWEP = 7
- const kCWSecurityModeOpen = 0
- const kCWSecurityModeWEP = 1
- const kCWSecurityModeWPA2_Enterprise = 5
- const kCWSecurityModeWPA2_PSK = 3
- const kCWSecurityModeWPA_Enterprise = 4
- const kCWSecurityModeWPA_PSK = 2
- const kCWSecurityModeWPS = 6
- const kOldCWPHYMode11A = 0
- const kOldCWPHYMode11B = 1
- const kOldCWPHYMode11G = 2
- const kOldCWPHYMode11N = 3
- Blog Entries
Release notes
- Version 24.1
- Version 22.5
- Version 22.4
- Version 22.3
- Added TimeOut parameter for WaitSocket method in SSH2SessionMBS class to customize it.
- Changed constructor for SSH2SessionMBS class to be multi threaded and yield more.
- Version 22.1
- Fixed a problem in SSH2TunnelMBS class, where cancel didn't end the tunnel quickly in some cases.
- Version 21.5
- Version 21.4
- Moved WindowsQOSMBS class into its own plugin part, split from WindowsProxy plugin part.
- Version 21.2
- Fixed problem in UDPSocketMBS class with stack overflow exception if you happen to call poll within DataAvailable event.
- Fixed problems in WindowsQOSMBS class.
- Version 20.5
- Added DataAvailable event and new Constructor for SSH2ChannelMBS class.
The items on this page are in the following plugins: MBS Linux Plugin, MBS MacFrameworks Plugin, MBS MacOSX Plugin, MBS Network Plugin, MBS Win Plugin.