Property | Type | Description | |
---|---|---|---|
_ignoreGenericResource | bool | ||
_providersToIgnore | string>.Dictionary | ||
_userAgentsToIgnore | string>.Dictionary |
Method | Description | |
---|---|---|
GetMatchingKey ( RecordEntry recordEntry ) : string | ||
GetMatchingKey ( System request ) : string | ||
PermissiveRecordMatcherWithApiExclusion ( bool ignoreResourcesClient, string>.Dictionary |
||
PermissiveRecordMatcherWithApiExclusion ( bool ignoreResourcesClient, string>.Dictionary |
Method | Description | |
---|---|---|
ContainsIgnoredProvider ( string requestUri, string &version ) : bool | ||
RemoveOrReplaceApiVersion ( string requestUri, string version ) : string |
protected ContainsIgnoredProvider ( string requestUri, string &version ) : bool | ||
requestUri | string | |
version | string | |
return | bool |
public GetMatchingKey ( RecordEntry recordEntry ) : string | ||
recordEntry | RecordEntry | |
return | string |
public GetMatchingKey ( System request ) : string | ||
request | System | |
return | string |
public PermissiveRecordMatcherWithApiExclusion ( bool ignoreResourcesClient, string>.Dictionary |
||
ignoreResourcesClient | bool | |
providers | string>.Dictionary | |
return | Microsoft.Azure.Test.HttpRecorder |
public PermissiveRecordMatcherWithApiExclusion ( bool ignoreResourcesClient, string>.Dictionary |
||
ignoreResourcesClient | bool | |
providers | string>.Dictionary | |
userAgents | string>.Dictionary | |
return | Microsoft.Azure.Test.HttpRecorder |
protected RemoveOrReplaceApiVersion ( string requestUri, string version ) : string | ||
requestUri | string | |
version | string | |
return | string |
protected Dictionary |
||
return | string>.Dictionary |