Skip to content

Commit

Permalink
Add property id of list of hosts that should bypass the proxy (#136)
Browse files Browse the repository at this point in the history
* Add property id of list of hosts that should bypass the proxy

* typo

---------

Co-authored-by: Xiting Zhang <[email protected]>
  • Loading branch information
xitzhang and Xiting Zhang authored Oct 31, 2024
1 parent 77f854a commit 8dbe487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/property_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ const (
// The SDK is using it internally.
SpeechServiceConnectionURL PropertyID = 1104

// Specifies the list of hosts for which proxies should not be used. This setting overrides all other configurations.
// Hostnames are separated by commas and are matched in a case-insensitive manner. Wildcards are not supported.
SpeechServiceConnectionProxyHostBypass PropertyID = 1105

// SpeechServiceConnectionTranslationToLanguages is the list of comma separated languages used as target translation
// languages. Under normal circumstances, you shouldn't have to use this property directly.
// Instead use SpeechTranslationConfig.AddTargetLanguage and SpeechTranslationConfig.GetTargetLanguages.
Expand Down

0 comments on commit 8dbe487

Please sign in to comment.