@FunctionalInterface public static interface NetworkContext.ConfigureRequest.Function
| Modifier and Type | Method and Description | 
|---|---|
void | 
invoke(agi.foundation.compatibility.HttpWebRequest request)
A delegate which will be called with a request immediately before it is sent,
            allowing the request to be modified. 
 |