Yammer.Net Documented Class Library
TransferHttpVersion Property
NamespacesYammerMultipartFormTransferHttpVersion
Allows you to specify the specific version of HTTP to use for uploads. The dot NET stuff currently does not allow you to remove the continue-100 header from 1.1 and 1.0 currently has a bug in it where it adds the continue-100. MS has sent a patch to remove the continue-100 in HTTP 1.0.
Declaration Syntax
C#Visual BasicVisual C++
public Version TransferHttpVersion { get; set; }
Public Property TransferHttpVersion As Version
public:
property Version^ TransferHttpVersion {
	Version^ get ();
	void set (Version^ value);
}

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)