Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
Package QtNetwork

Classes

class  QAbstractNetworkCache
 The QAbstractNetworkCache class provides the interface for cache implementations. More...
 
class  QAbstractNetworkCacheInternal
 
class  QAbstractSocket
 The QAbstractSocket class provides the base functionality common to all socket types. More...
 
class  QAuthenticator
 The QAuthenticator class provides an authentication object. More...
 
class  QFtp
 The QFtp class provides an implementation of the client side of FTP protocol. More...
 
class  Global
 
class  QHostAddress
 The QHostAddress class provides an IP address. More...
 
class  QHostInfo
 The QHostInfo class provides static functions for host name lookups. More...
 
class  QHttp
 The QHttp class provides an implementation of the HTTP protocol. More...
 
class  QHttpHeader
 The QHttpHeader class contains header information for HTTP. More...
 
class  QHttpHeaderInternal
 
class  QHttpMultiPart
 The QHttpMultiPart class resembles a MIME multipart message to be sent over HTTP. More...
 
class  QHttpPart
 The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message. More...
 
class  QHttpRequestHeader
 The QHttpRequestHeader class contains request header information for HTTP. More...
 
class  QHttpResponseHeader
 The QHttpResponseHeader class contains response header information for HTTP. More...
 
class  QIPv6Address
 
class  QLocalServer
 The QLocalServer class provides a local socket based server. More...
 
class  QLocalSocket
 The QLocalSocket class provides a local socket. More...
 
class  QNetworkAccessManager
 The QNetworkAccessManager class allows the application to send network requests and receive replies More...
 
class  QNetworkAddressEntry
 The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address. More...
 
class  QNetworkCacheMetaData
 The QNetworkCacheMetaData class provides cache information. More...
 
class  QNetworkConfiguration
 The QNetworkConfiguration class provides an abstraction of one or more access point configurations. More...
 
class  QNetworkConfigurationManager
 The QNetworkConfigurationManager class manages the network configurations provided by the system. More...
 
class  QNetworkCookie
 The QNetworkCookie class holds one network cookie. More...
 
class  QNetworkCookieJar
 The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects More...
 
class  QNetworkDiskCache
 The QNetworkDiskCache class provides a very basic disk cache. More...
 
class  QNetworkInterface
 The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces. More...
 
class  QNetworkProxy
 The QNetworkProxy class provides a network layer proxy. More...
 
class  QNetworkProxyFactory
 The QNetworkProxyFactory class provides fine-grained proxy selection. More...
 
class  QNetworkProxyFactoryInternal
 
class  QNetworkProxyQuery
 The QNetworkProxyQuery class is used to query the proxy settings for a socket More...
 
class  QNetworkReply
 The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager More...
 
class  QNetworkReplyInternal
 
class  QNetworkRequest
 The QNetworkRequest class holds a request to be sent with QNetworkAccessManager. More...
 
class  QNetworkSession
 The QNetworkSession class provides control over the system's access points and enables session management for cases when multiple clients access the same access point. More...
 
class  QSslCertificate
 The QSslCertificate class provides a convenient API for an X509 certificate. More...
 
class  QSslCipher
 The QSslCipher class represents an SSL cryptographic cipher. More...
 
class  QSslConfiguration
 The QSslConfiguration class holds the configuration and state of an SSL connection More...
 
class  QSslError
 The QSslError class provides an SSL error. More...
 
class  QSslKey
 The QSslKey class provides an interface for private and public keys. More...
 
class  QSslSocket
 The QSslSocket class provides an SSL encrypted socket for both clients and servers. More...
 
class  QTcpServer
 The QTcpServer class provides a TCP-based server. More...
 
class  QTcpSocket
 The QTcpSocket class provides a TCP socket. More...
 
class  QUdpSocket
 The QUdpSocket class provides a UDP socket. More...
 
class  QUrlInfo
 The QUrlInfo class stores information about URLs. More...
 
interface  IQAbstractNetworkCacheSignals
 
interface  IQAbstractSocketSignals
 
interface  IQFtpSignals
 
interface  IQHttpSignals
 
interface  IQHttpMultiPartSignals
 
interface  IQLocalServerSignals
 
interface  IQLocalSocketSignals
 
interface  IQNetworkAccessManagerSignals
 
interface  IQNetworkConfigurationManagerSignals
 
interface  IQNetworkCookieJarSignals
 
interface  IQNetworkDiskCacheSignals
 
interface  IQNetworkReplySignals
 
interface  IQNetworkSessionSignals
 
interface  IQSslSocketSignals
 
interface  IQTcpServerSignals
 
interface  IQTcpSocketSignals
 
interface  IQUdpSocketSignals
 

Enumerations

enum  QtMsgType {
  QtCriticalMsg = 2, QtDebugMsg = 0, QtFatalMsg = 3, QtSystemMsg = 2,
  QtWarningMsg = 1
}
 
enum  QtValidLicenseForActiveQtModule { LicensedActiveQt = 1 }
 
enum  QtValidLicenseForCoreModule { LicensedCore = 1 }
 
enum  QtValidLicenseForDBusModule { LicensedDBus = 1 }
 
enum  QtValidLicenseForDeclarativeModule { LicensedDeclarative = 1 }
 
enum  QtValidLicenseForGuiModule { LicensedGui = 1 }
 
enum  QtValidLicenseForHelpModule { LicensedHelp = 1 }
 
enum  QtValidLicenseForMultimediaModule { LicensedMultimedia = 1 }
 
enum  QtValidLicenseForNetworkModule { LicensedNetwork = 1 }
 
enum  QtValidLicenseForOpenGLModule { LicensedOpenGL = 1 }
 
enum  QtValidLicenseForOpenVGModule { LicensedOpenVG = 1 }
 
enum  QtValidLicenseForQt3SupportLightModule { LicensedQt3SupportLight = 1 }
 
enum  QtValidLicenseForQt3SupportModule { LicensedQt3Support = 1 }
 
enum  QtValidLicenseForScriptModule { LicensedScript = 1 }
 
enum  QtValidLicenseForScriptToolsModule { LicensedScriptTools = 1 }
 
enum  QtValidLicenseForSqlModule { LicensedSql = 1 }
 
enum  QtValidLicenseForSvgModule { LicensedSvg = 1 }
 
enum  QtValidLicenseForTestModule { LicensedTest = 1 }
 
enum  QtValidLicenseForXmlModule { LicensedXml = 1 }
 
enum  QtValidLicenseForXmlPatternsModule { LicensedXmlPatterns = 1 }
 

Enumeration Type Documentation

Enumerator:
QtCriticalMsg 
QtDebugMsg 
QtFatalMsg 
QtSystemMsg 
QtWarningMsg 
Enumerator:
LicensedActiveQt 
Enumerator:
LicensedCore 
Enumerator:
LicensedDBus 
Enumerator:
LicensedDeclarative 
Enumerator:
LicensedGui 
Enumerator:
LicensedHelp 
Enumerator:
LicensedMultimedia 
Enumerator:
LicensedNetwork 
Enumerator:
LicensedOpenGL 
Enumerator:
LicensedOpenVG 
Enumerator:
LicensedQt3SupportLight 
Enumerator:
LicensedQt3Support 
Enumerator:
LicensedScript 
Enumerator:
LicensedScriptTools 
Enumerator:
LicensedSql 
Enumerator:
LicensedSvg 
Enumerator:
LicensedTest 
Enumerator:
LicensedXml 
Enumerator:
LicensedXmlPatterns