Click or drag to resize

GeoStreamRepositoryExpect100Continue Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
When this property is set to true this GeoStreamRepository object will wait for a 100 (Continue) header from the GeoStream server before sending a PUT or POST request body. This allows the GeoStreamRepository object to determine if the GeoStream server is willing to accept the GeoStream request. As RFC2616 says, "In some cases, it might either be inappropriate or highly inefficient for the client to send the body if the server will reject the message without looking at the body".

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Expect100Continue { get; set; }

Property Value

Type: Boolean
See Also