You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSharp/Library/Microsoft.Bot.Connector/StateClientEx.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ public partial class StateClient
9
9
/// <summary>
10
10
/// Create a new instance of the StateClient class
11
11
/// </summary>
12
-
/// <param name="baseUri">Base URI for the Connector service</param>
12
+
/// <param name="baseUri">Base URI for the State service</param>
13
13
/// <param name="microsoftAppId">Optional. Your Microsoft app id. If null, this setting is read from settings["MicrosoftAppId"]</param>
14
14
/// <param name="microsoftAppPassword">Optional. Your Microsoft app password. If null, this setting is read from settings["MicrosoftAppPassword"]</param>
15
15
/// <param name="handlers">Optional. The delegating handlers to add to the http client pipeline.</param>
0 commit comments