Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnBeginForGetRequestStream C# (CSharp) Method

OnBeginForGetRequestStream() public method

On begin callback for GetRequestStream callback.
public OnBeginForGetRequestStream ( object thisObj, object transportContext ) : object
thisObj object This object.
transportContext object The transport context parameter.
return object
        public object OnBeginForGetRequestStream(object thisObj, object transportContext)
        {
            return this.OnBegin(thisObj, false);
        }