NATS Streaming .NET Client  0.1.5
The nats.io .NET Streaming C# Client
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NSTAN
 NClient
 CIStanConnectionA connection represents a connection to the NATS Streaming subsystem. It can publish and subscribe to messages within the NATS Streaming cluster.
 CIStanSubscriptionSubscription represents a subscription within the NATS Streaming cluster. Subscriptions will be rate matched and follow at-least delivery semantics.
 CStanAckHandlerArgsThis class is used with an acknowledgement event handler indicating a message has been acknoweledged by the STAN server.
 CStanBadSubscriptionExceptionAn exception representing the case when an operation is performed on a subscription that is no longer valid.
 CStanCloseRequestExceptionAn exception representing the case when an error occurs closing a connection.
 CStanConnectionClosedExceptionAn exception representing the case when an error occurs closing a connection.
 CStanConnectionExceptionAn exception representing the case when a connection cannot be established with the NATS streaming server.
 CStanConnectionFactoryCreates a connection to the NATS streaming server.
 CStanConnectRequestExceptionAn exception representing the case when an error occurs in the connection request.
 CStanConnectRequestTimeoutExceptionAn exception representing the case when a streaming connection attempt fails due to a mismatched cluster id or connectivity with a streaming server.
 CStanConnLostHandlerArgsThis class is used with an acknowledgement event handler indicating a message has been acknowledged by the NATS Streaming server.
 CStanConstsNATS Streaming client constants.
 CStanExceptionA general exception thrown by the NATS streaming server client.
 CStanManualAckExceptionAn exception representing the case when the application attempts to manually acknowledge a message while the subscriber is configured to automatically acknowledge messages.
 CStanMaxPingsExceptionAn exception indicating connectivity with the streaming server has been lost due to exceeding the maximum number of outstanding pings.
 CStanMsgA StanMsg object is a received NATS streaming message.
 CStanMsgHandlerArgsArguments passed to the StanMsgHandler.
 CStanNoServerSupportAn exception representing the case when the application attempts to manually acknowledge a message while the subscriber is configured to automatically acknowledge messages.
 CStanOptionsOptions available to configure a connection to the NATS streaming server.
 CStanPublishAckTimeoutExceptionAn exception representing the case when a publish times out waiting for an acknowledgement.
 CStanSubscriptionOptionsThe StanSubsciption options class represents various options available to configure a subscription to a subject on the NATS streaming server.
 CStanTimeoutExceptionAn exception representing the general case when an operation times out.