名前空間: Microsoft.TeamFoundation.Client.Channels
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Private Sub AfterReceiveReply ( _
requestId As Long, _
methodName As String, _
response As HttpWebResponse _
) Implements ITfsRequestListener.AfterReceiveReply
void ITfsRequestListener.AfterReceiveReply(
long requestId,
string methodName,
HttpWebResponse response
)
パラメーター
- requestId
型 : System.Int64
- methodName
型 : System.String
- response
型 : System.Net.HttpWebResponse
実装
ITfsRequestListener.AfterReceiveReply(Int64, String, HttpWebResponse)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。