aboutsummaryrefslogtreecommitdiff
path: root/Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-12 17:47:41 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-12 17:47:41 -0500
commit751e1a107195f0c9c98c866e8267a5a760545982 (patch)
tree71a775c91bfd9d455b727c72d2fb628c530f64cc /Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml
parent9bb5ddd8f19c0ecabd7af4ee58d80c16826bc183 (diff)
Large project reorder and consolidation
Diffstat (limited to 'Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml')
-rw-r--r--Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml72
1 files changed, 0 insertions, 72 deletions
diff --git a/Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml b/Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml
deleted file mode 100644
index c96515b..0000000
--- a/Libs/VNLib.Plugins.Sessions.Cache.Client/VNLib.Plugins.Sessions.Cache.Client.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!--
-Copyright (c) 2022 Vaughn Nugent
--->
-<doc>
- <assembly>
- <name>VNLib.Plugins.Sessions.Cache.Client</name>
- </assembly>
- <members>
- <member name="T:VNLib.Plugins.Sessions.Cache.Client.MessageTooLargeException">
- <summary>
- Raised when a request message is too large to send to
- the server and the server may close the connection.
- </summary>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.MessageTooLargeException.#ctor">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.MessageTooLargeException.#ctor(System.String)">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.MessageTooLargeException.#ctor(System.String,System.Exception)">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.MessageTooLargeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
- <inheritdoc/>
- </member>
- <member name="T:VNLib.Plugins.Sessions.Cache.Client.SessionClient">
- <summary>
- A client that allows access to sessions located on external servers
- </summary>
- </member>
- <member name="P:VNLib.Plugins.Sessions.Cache.Client.SessionClient.GetSessionId">
- <summary>
- A callback that produces a session-id from the connection (or a new id if needed)
- </summary>
- </member>
- <member name="P:VNLib.Plugins.Sessions.Cache.Client.SessionClient.NewSessionId">
- <summary>
- A callback that produces a new session-id for the connection (and updates the client if necessary)
- </summary>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.#ctor(System.Int32,System.Int32,System.Int32,VNLib.Utils.Logging.ILogProvider,VNLib.Utils.Memory.PrivateHeap)">
- <summary>
- Initializes a new <see cref="T:VNLib.Plugins.Sessions.Cache.Client.SessionClient"/>
- </summary>
- <param name="maxMessageSize">The maxium message size (in bytes) the client will allow receiving (maximum data size for sessions)</param>
- <param name="recvBufferSize">The size (in bytes) of the client message receive buffer</param>
- <param name="maxCacheItems">The maximum number of sessions to keep in memory</param>
- <param name="log">A <see cref="T:VNLib.Utils.Logging.ILogProvider"/> to write log events to</param>
- <param name="heap">The <see cref="T:VNLib.Utils.Memory.PrivateHeap"/> to allocate buffers from</param>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.GetSessionAsync(VNLib.Net.Http.HttpEvent,System.Threading.CancellationToken)">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.CacheClear">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.CacheHardClear">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.OnConnected">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.OnError(VNLib.Net.Messaging.FBM.Client.FMBClientErrorEventArgs)">
- <inheritdoc/>
- </member>
- <member name="M:VNLib.Plugins.Sessions.Cache.Client.SessionClient.OnDisconnected">
- <inheritdoc/>
- </member>
- </members>
-</doc>