System::Net::Security::SslStream::get_IsServer method

SslStream::get_IsServer method

Returns a value that indicates if the local side of the connection is the server.

bool System::Net::Security::SslStream::get_IsServer() const override

ReturnValue

A value that indicates if the local side of the connection is the server.

See Also