Inherits InternalLinkType.
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
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 | |
internalLinkTypeProxy () | |
internalLinkTypeProxy (string const &server_, int32 port_, object_ptr< ProxyType > &&type_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -1313788694 |
Identifier uniquely determining a type of the object. | |
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
internalLinkTypeProxy | ( | string const & | server_, |
int32 | port_, | ||
object_ptr< ProxyType > && | type_ | ||
) |
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
[in] | server_ | Proxy server domain or IP address. |
[in] | port_ | Proxy server port. |
[in] | type_ | Type of the proxy. |
|
finalvirtual |