PIPE_ACCEPT_REMOTE_CLIENTS top-level constant

  1. @Deprecated('Use NAMED_PIPE_MODE.PIPE_ACCEPT_REMOTE_CLIENTS instead')
int const PIPE_ACCEPT_REMOTE_CLIENTS

Connections from remote clients can be accepted and checked against the security descriptor for the pipe.

Implementation

@Deprecated('Use NAMED_PIPE_MODE.PIPE_ACCEPT_REMOTE_CLIENTS instead')
const PIPE_ACCEPT_REMOTE_CLIENTS = 0x00000000;