[][src]Function ironrdp::write_negotiation_response

pub fn write_negotiation_response(
    buffer: impl Write,
    flags: NegotiationResponseFlags,
    protocol: SecurityProtocol
) -> Result<()>

Writes the negotiation response to an output buffer. The response is composed of a security protocol and negotiation response flags.

Arguments

MSDN