- update xml

pull/26/head
Simon Gockner 6 years ago
parent 68fbf6717d
commit dc167db284
  1. 5
      GBase.Client/GBase.Client.xml

@ -30,7 +30,7 @@
<param name="port">The port</param> <param name="port">The port</param>
<param name="gBaseEndpoint">The GBase endpoint</param> <param name="gBaseEndpoint">The GBase endpoint</param>
<param name="gBaseTableEndpoint">The GBaseTable endpoint</param> <param name="gBaseTableEndpoint">The GBaseTable endpoint</param>
<param name="gBaseColumnEndpoint">The GBaseEntry endpoint</param> <param name="gBaseColumnEndpoint">The GBaseColumn endpoint</param>
<returns>A newly created instance of the implementation for <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/></returns> <returns>A newly created instance of the implementation for <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/></returns>
</member> </member>
<member name="T:GBase.Client.GBaseClient"> <member name="T:GBase.Client.GBaseClient">
@ -305,7 +305,8 @@
</summary> </summary>
<param name="serverProtocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param> <param name="serverProtocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param>
<param name="endpoint">The endpoint for this <typeparamref name="TService"/></param> <param name="endpoint">The endpoint for this <typeparamref name="TService"/></param>
<returns></returns> <returns>A <see cref="T:System.ServiceModel.ChannelFactory`1"/> for the <typeparamref name="TService"/></returns>
<exception cref="T:System.ArgumentOutOfRangeException">Invalid <see cref="T:GBase.Api.Communication.ServerProtocol"/> used</exception>
</member> </member>
<member name="M:GBase.Client.Services.Service`1.OpenChannel"> <member name="M:GBase.Client.Services.Service`1.OpenChannel">
<summary> <summary>

Loading…
Cancel
Save