client

Undocumented in source.

Members

Functions

SEC_SUCCESS
bool SEC_SUCCESS(T status)
Undocumented in source. Be warned that the author may not have intended to support it.
createAuthenticatedSocket
Socket createAuthenticatedSocket(ClientAuth client, string serverName, ushort serverPort)
Undocumented in source. Be warned that the author may not have intended to support it.
genClientContext
auto genClientContext(ClientAuth client, const(ubyte)[] bufIn)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexDump
void printHexDump(const(ubyte)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBytes
ubyte[] receiveBytes(Socket socket, size_t messageLength)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveMessage
ubyte[] receiveMessage(Socket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
sendBytes
void sendBytes(Socket socket, const(ubyte)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(Socket socket, const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BIG_BUFF
enum BIG_BUFF;
Undocumented in source.
MessageAttribute
enum MessageAttribute;
Undocumented in source.
cbMaxMessage
enum cbMaxMessage;
Undocumented in source.
g_usPort
enum g_usPort;
Undocumented in source.

Meta