Searched refs:WithCredentials (Results 1 – 2 of 2) sorted by relevance
198 public CallOptions WithCredentials(CallCredentials credentials) in WithCredentials() method
53 Assert.AreSame(credentials, options.WithCredentials(credentials).Credentials); in WithMethods()