Table of Contents

Class McpAuthFailedEventArgs

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

Provides data for the AuthFailed event, which occurs when an authentication failure is detected.

public sealed class McpAuthFailedEventArgs : EventArgs
Inheritance
McpAuthFailedEventArgs
Inherited Members

Constructors

McpAuthFailedEventArgs(int)

Initializes a new instance of the McpAuthFailedEventArgs class.

Properties

StatusCode

Gets the HTTP status code indicating authentication failure (typically 401 or 403).