Метод | Описание | |
---|---|---|
OnBeginForBeginGetRequestStream ( object thisObj, object callback, object state ) : object |
On begin for BeginGetRequestStream callback.
|
|
OnBeginForBeginGetResponse ( object thisObj, object callback, object state ) : object |
On begin for BeginGetResponse callback.
|
|
OnBeginForGetRequestStream ( object thisObj, object transportContext ) : object |
On begin callback for GetRequestStream callback.
|
|
OnBeginForGetResponse ( object thisObj ) : object |
On begin callback for GetResponse.
|
|
OnEndForEndGetResponse ( object context, object returnValue, object thisObj, object asyncResult ) : object |
On end for EndGetResponse callbacks.
|
|
OnEndForGetResponse ( object context, object returnValue, object thisObj ) : object |
On end callback for GetResponse.
|
|
OnExceptionForEndGetRequestStream ( object context, object exception, object thisObj, object asyncResult, object transportContext ) : void |
On exception for EndGetRequestStream callback. Note: There is no call back required for EndGetRequestStream except on exception cases.
|
|
OnExceptionForEndGetResponse ( object context, object exception, object thisObj, object asyncResult ) : void |
On exception for EndGetResponse callbacks.
|
|
OnExceptionForGetRequestStream ( object context, object exception, object thisObj, object transportContext ) : void |
On exception for GetRequestStream callback. Note: There is no call back required for GetRequestStream except on exception cases.
|
|
OnExceptionForGetResponse ( object context, object exception, object thisObj ) : void |
On exception callback for GetResponse callback.
|
|
ProfilerHttpProcessing ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration, string agentVersion, Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ObjectInstanceBasedOperationHolder telemetryTupleHolder, bool setCorrelationHeaders, ICollection |
Initializes a new instance of the ProfilerHttpProcessing class.
|
Метод | Описание | |
---|---|---|
GetUrl ( |
Gets HTTP request url.
|
|
OnBegin ( object thisObj, bool isAsyncCall ) : object |
Common helper for all Begin Callbacks.
|
|
OnEnd ( object exception, object thisObj, object returnValue ) : void |
Common helper for all End Callbacks.
|
public OnBeginForBeginGetRequestStream ( object thisObj, object callback, object state ) : object | ||
thisObj | object | This object. |
callback | object | The callback parameter. |
state | object | The state parameter. |
Результат | object |
public OnBeginForBeginGetResponse ( object thisObj, object callback, object state ) : object | ||
thisObj | object | This object. |
callback | object | The callback parameter. |
state | object | The state parameter. |
Результат | object |
public OnBeginForGetRequestStream ( object thisObj, object transportContext ) : object | ||
thisObj | object | This object. |
transportContext | object | The transport context parameter. |
Результат | object |
public OnBeginForGetResponse ( object thisObj ) : object | ||
thisObj | object | This object. |
Результат | object |
public OnEndForEndGetResponse ( object context, object returnValue, object thisObj, object asyncResult ) : object | ||
context | object | The context. |
returnValue | object | The return value. |
thisObj | object | This object. |
asyncResult | object | The asyncResult parameter. |
Результат | object |
public OnEndForGetResponse ( object context, object returnValue, object thisObj ) : object | ||
context | object | The context. |
returnValue | object | The return value. |
thisObj | object | This object. |
Результат | object |
public OnExceptionForEndGetRequestStream ( object context, object exception, object thisObj, object asyncResult, object transportContext ) : void | ||
context | object | The context. |
exception | object | The exception. |
thisObj | object | This object. |
asyncResult | object | The asyncResult parameter. |
transportContext | object | The transportContext parameter. |
Результат | void |
public OnExceptionForEndGetResponse ( object context, object exception, object thisObj, object asyncResult ) : void | ||
context | object | The context. |
exception | object | The exception. |
thisObj | object | This object. |
asyncResult | object | The asyncResult parameter. |
Результат | void |
public OnExceptionForGetRequestStream ( object context, object exception, object thisObj, object transportContext ) : void | ||
context | object | The context. |
exception | object | The exception. |
thisObj | object | This object. |
transportContext | object | The transport context parameter. |
Результат | void |
public OnExceptionForGetResponse ( object context, object exception, object thisObj ) : void | ||
context | object | The context. |
exception | object | The exception object. |
thisObj | object | This object. |
Результат | void |
public ProfilerHttpProcessing ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration, string agentVersion, Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ObjectInstanceBasedOperationHolder telemetryTupleHolder, bool setCorrelationHeaders, ICollection |
||
configuration | Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration | |
agentVersion | string | |
telemetryTupleHolder | Microsoft.ApplicationInsights.DependencyCollector.Implementation.Operation.ObjectInstanceBasedOperationHolder | |
setCorrelationHeaders | bool | |
correlationDomainExclusionList | ICollection |
|
Результат | System |