C# Class Microsoft.TeamFoundation.VersionControl.Client.Message

Show file Open project: Indomitable/monodevelop-tfs-addin

Public Methods

Method Description
AddParam ( XElement param ) : void
AddParam ( string name ) : void
Message ( WebRequest request, string methodName ) : System.Net
ResponseReader ( HttpWebResponse response ) : XElement
Save ( ) : void

Method Details

AddParam() public method

public AddParam ( XElement param ) : void
param XElement
return void

AddParam() public method

public AddParam ( string name ) : void
name string
return void

Message() public method

public Message ( WebRequest request, string methodName ) : System.Net
request System.Net.WebRequest
methodName string
return System.Net

ResponseReader() public method

public ResponseReader ( HttpWebResponse response ) : XElement
response System.Net.HttpWebResponse
return XElement

Save() public method

public Save ( ) : void
return void