- 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.