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
varconnectionSettings=newConnectionSettings(newInMemoryConnection())// <1> we're using an in-memory connection, but in your application, you'll want to use an `IConnection` that actually sends a request.
55
60
.DisableDirectStreaming()// <2> we disable direct streaming here to capture the request and response bytes. In a production application, you would likely not call this as it adds overhead to each call.
0 commit comments