This documentation is archived and is not being maintained.
TfsConnectionWebServiceCallEventArgs Class
Visual Studio 2013
The EventArgs object provided to event handlers for the WebServiceCallBegin and WebServiceCallEnd static events on TfsConnection.
System::Object
System::EventArgs
Microsoft.TeamFoundation.Client::TfsConnectionWebServiceCallEventArgs
System::EventArgs
Microsoft.TeamFoundation.Client::TfsConnectionWebServiceCallEventArgs
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsConnectionWebServiceCallEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ComponentName | The name of the component invoking the web method, if available. If unavailable, the empty string is returned. |
![]() | Length | The length of the request (for request events) or the response (for response events). |
![]() | MethodName | The name of the webmethod being invoked on the target Web service, if available. If unavailable, the empty string is returned. |
![]() | RequestId | The unique request ID for this Web request, which may be used to match the Begin and End events. In rare cases, the value may be zero. |
![]() | TfsConnection | The TfsConnection from which the Web request originated. If unavailable, the value will be null. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
