Inherits Object.
Describes a proxy server.
Public Fields | |
| string | server_ |
| Proxy server domain or IP address. | |
| int32 | port_ |
| Proxy server port. | |
| object_ptr< ProxyType > | type_ |
| Type of the proxy. | |
Public Instance Methods | |
| proxy () | |
| proxy (string const &server_, int32 port_, object_ptr< ProxyType > &&type_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = -1636386947 |
| Identifier uniquely determining a type of the object. | |
| proxy | ( | ) |
Describes a proxy server.
| proxy | ( | string const & | server_, |
| int32 | port_, | ||
| object_ptr< ProxyType > && | type_ | ||
| ) |
Describes a proxy server.
| [in] | server_ | Proxy server domain or IP address. |
| [in] | port_ | Proxy server port. |
| [in] | type_ | Type of the proxy. |
|
finalvirtual |