@@ -18,17 +18,18 @@ public partial class ServiceOptions
1818 public ServiceOptions ( ) { }
1919 public Microsoft . Azure . SignalR . AccessTokenAlgorithm AccessTokenAlgorithm { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
2020 public System . TimeSpan AccessTokenLifetime { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
21- public System . Func < Microsoft . Owin . IOwinContext , System . Collections . Generic . IEnumerable < System . Security . Claims . Claim > > ClaimsProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
21+ public System . Func < Microsoft . Owin . IOwinContext , System . Collections . Generic . IEnumerable < System . Security . Claims . Claim > > ? ClaimsProvider { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
22+ public System . Action < System . Net . WebSockets . ClientWebSocketOptions > ? ConfigureServiceConnectionWebSocketOptions { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
2223 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
2324 [ System . ObsoleteAttribute ( "Please use InitialHubServerConnectionCount instead." ) ]
2425 public int ConnectionCount { get { throw null ; } set { } }
25- public string ConnectionString { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
26- public System . Func < Microsoft . Owin . IOwinContext , bool > DiagnosticClientFilter { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
26+ public string ? ConnectionString { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
27+ public System . Func < Microsoft . Owin . IOwinContext , bool > ? DiagnosticClientFilter { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
2728 public Microsoft . Azure . SignalR . ServiceEndpoint [ ] Endpoints { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
2829 public int InitialHubServerConnectionCount { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
2930 public int ? MaxHubServerConnectionCount { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
3031 public int ? MaxPollIntervalInSeconds { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
31- public System . Net . IWebProxy Proxy { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
32+ public System . Net . IWebProxy ? Proxy { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
3233 public Microsoft . Azure . SignalR . ServerStickyMode ServerStickyMode { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
3334 }
3435}
0 commit comments