Gets a Boolean value that indicates whether the client sending this request is authenticated.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public bool IsAuthenticated { get; }

Field Value

Because authentication is not supported, returns false.

Remarks

Because authentication is not supported, returns false.

See Also