Method | Description | |
---|---|---|
ContextPreservingRequest ( IRequest originalRequest, IContext parentContext, ITarget originalTarget ) : System |
Initializes a new instance of the ContextPreservingRequest class.
|
|
CreateChild ( |
Creates a child.
|
|
GetScope ( ) : object |
Gets the scope.
|
|
Matches ( IBinding binding ) : bool |
Tests if the binding matched the given binding.
|
public ContextPreservingRequest ( IRequest originalRequest, IContext parentContext, ITarget originalTarget ) : System | ||
originalRequest | IRequest | The original request. |
parentContext | IContext | The parent context. |
originalTarget | ITarget | The original target. |
return | System |
public CreateChild ( |
||
service | The service. | |
parentContext | IContext | The parent context. |
target | ITarget | The target. |
return | IRequest |
public Matches ( IBinding binding ) : bool | ||
binding | IBinding | The binding. |
return | bool |