Ark Server API (ASE) - Wiki
|
#include "Poco/Net/Net.h"
#include "Poco/BinaryReader.h"
#include "Poco/BinaryWriter.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | Poco::Net::NTLMCredentials |
struct | Poco::Net::NTLMCredentials::NegotiateMessage |
This message is sent from the client to initiate NTLM authentication. More... | |
struct | Poco::Net::NTLMCredentials::ChallengeMessage |
This message is sent back by the server and contains the NTLM challenge. More... | |
struct | Poco::Net::NTLMCredentials::AuthenticateMessage |
struct | Poco::Net::NTLMCredentials::BufferDesc |
Namespaces | |
namespace | Poco |
namespace | Poco::Net |