1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was generated by a tool.
4
- // GenAPI Version: 8 .0.10.36005
4
+ // GenAPI Version: 10 .0.11.5701
5
5
//
6
6
// Changes to this file may cause incorrect behavior and will be lost if
7
7
// the code is regenerated.
@@ -13,7 +13,7 @@ public partial class BasicHttpBinding : System.ServiceModel.HttpBindingBase
13
13
{
14
14
public BasicHttpBinding ( ) { }
15
15
public BasicHttpBinding ( System . ServiceModel . BasicHttpSecurityMode securityMode ) { }
16
- public System . ServiceModel . WSMessageEncoding MessageEncoding { get { throw null ; } set { } }
16
+ public System . ServiceModel . WSMessageEncoding MessageEncoding { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
17
17
public System . ServiceModel . BasicHttpSecurity Security { get { throw null ; } set { } }
18
18
public override System . ServiceModel . Channels . IChannelFactory < TChannel > BuildChannelFactory < TChannel > ( System . ServiceModel . Channels . BindingParameterCollection parameters ) { throw null ; }
19
19
public override System . ServiceModel . Channels . BindingElementCollection CreateBindingElements ( ) { throw null ; }
@@ -33,7 +33,7 @@ public partial class BasicHttpsBinding : System.ServiceModel.HttpBindingBase
33
33
{
34
34
public BasicHttpsBinding ( ) { }
35
35
public BasicHttpsBinding ( System . ServiceModel . BasicHttpsSecurityMode securityMode ) { }
36
- public System . ServiceModel . WSMessageEncoding MessageEncoding { get { throw null ; } set { } }
36
+ public System . ServiceModel . WSMessageEncoding MessageEncoding { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
37
37
public System . ServiceModel . BasicHttpsSecurity Security { get { throw null ; } set { } }
38
38
public override System . ServiceModel . Channels . IChannelFactory < TChannel > BuildChannelFactory < TChannel > ( System . ServiceModel . Channels . BindingParameterCollection parameters ) { throw null ; }
39
39
public override System . ServiceModel . Channels . BindingElementCollection CreateBindingElements ( ) { throw null ; }
@@ -55,7 +55,7 @@ public enum BasicHttpSecurityMode
55
55
}
56
56
public sealed partial class BasicHttpsSecurity
57
57
{
58
- internal BasicHttpsSecurity ( ) { }
58
+ public BasicHttpsSecurity ( ) { }
59
59
public System . ServiceModel . BasicHttpMessageSecurity Message { get { throw null ; } set { } }
60
60
public System . ServiceModel . BasicHttpsSecurityMode Mode { get { throw null ; } set { } }
61
61
public System . ServiceModel . HttpTransportSecurity Transport { get { throw null ; } set { } }
@@ -120,18 +120,16 @@ public partial class MessageSecurityOverHttp
120
120
public MessageSecurityOverHttp ( ) { }
121
121
public System . ServiceModel . Security . SecurityAlgorithmSuite AlgorithmSuite { get { throw null ; } set { } }
122
122
public System . ServiceModel . MessageCredentialType ClientCredentialType { get { throw null ; } set { } }
123
- public bool NegotiateServiceCredential { get { throw null ; } set { } }
123
+ public bool NegotiateServiceCredential { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
124
124
protected virtual bool IsSecureConversationEnabled ( ) { throw null ; }
125
125
}
126
126
public partial class NetHttpBinding : System . ServiceModel . HttpBindingBase
127
127
{
128
128
public NetHttpBinding ( ) { }
129
129
public NetHttpBinding ( System . ServiceModel . BasicHttpSecurityMode securityMode ) { }
130
130
public NetHttpBinding ( System . ServiceModel . BasicHttpSecurityMode securityMode , bool reliableSessionEnabled ) { }
131
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
132
- public NetHttpBinding ( string configurationName ) { }
133
131
[ System . ComponentModel . DefaultValueAttribute ( System . ServiceModel . NetHttpMessageEncoding . Binary ) ]
134
- public System . ServiceModel . NetHttpMessageEncoding MessageEncoding { get { throw null ; } set { } }
132
+ public System . ServiceModel . NetHttpMessageEncoding MessageEncoding { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
135
133
public System . ServiceModel . OptionalReliableSession ReliableSession { get { throw null ; } set { } }
136
134
public System . ServiceModel . BasicHttpSecurity Security { get { throw null ; } set { } }
137
135
public System . ServiceModel . Channels . WebSocketTransportSettings WebSocketSettings { get { throw null ; } }
@@ -149,8 +147,7 @@ public partial class NetHttpsBinding : System.ServiceModel.HttpBindingBase
149
147
public NetHttpsBinding ( ) { }
150
148
public NetHttpsBinding ( System . ServiceModel . BasicHttpsSecurityMode securityMode ) { }
151
149
public NetHttpsBinding ( System . ServiceModel . BasicHttpsSecurityMode securityMode , bool reliableSessionEnabled ) { }
152
- [ System . ComponentModel . DefaultValueAttribute ( System . ServiceModel . NetHttpMessageEncoding . Binary ) ]
153
- public System . ServiceModel . NetHttpMessageEncoding MessageEncoding { get { throw null ; } set { } }
150
+ public System . ServiceModel . NetHttpMessageEncoding MessageEncoding { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
154
151
public System . ServiceModel . OptionalReliableSession ReliableSession { get { throw null ; } set { } }
155
152
public System . ServiceModel . BasicHttpsSecurity Security { get { throw null ; } set { } }
156
153
public System . ServiceModel . Channels . WebSocketTransportSettings WebSocketSettings { get { throw null ; } }
@@ -160,7 +157,7 @@ public NetHttpsBinding(System.ServiceModel.BasicHttpsSecurityMode securityMode,
160
157
public sealed partial class NonDualMessageSecurityOverHttp : System . ServiceModel . MessageSecurityOverHttp
161
158
{
162
159
public NonDualMessageSecurityOverHttp ( ) { }
163
- public bool EstablishSecurityContext { get { throw null ; } set { } }
160
+ public bool EstablishSecurityContext { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
164
161
protected override bool IsSecureConversationEnabled ( ) { throw null ; }
165
162
}
166
163
public partial class WS2007HttpBinding : System . ServiceModel . WSHttpBinding
@@ -175,6 +172,7 @@ public partial class WSHttpBinding : System.ServiceModel.WSHttpBindingBase
175
172
public WSHttpBinding ( ) { }
176
173
public WSHttpBinding ( System . ServiceModel . SecurityMode securityMode ) { }
177
174
public WSHttpBinding ( System . ServiceModel . SecurityMode securityMode , bool reliableSessionEnabled ) { }
175
+ [ System . ComponentModel . DefaultValueAttribute ( false ) ]
178
176
public bool AllowCookies { get { throw null ; } set { } }
179
177
public System . ServiceModel . WSHttpSecurity Security { get { throw null ; } set { } }
180
178
public override System . ServiceModel . Channels . IChannelFactory < TChannel > BuildChannelFactory < TChannel > ( System . ServiceModel . Channels . BindingParameterCollection parameters ) { throw null ; }
@@ -186,17 +184,23 @@ public abstract partial class WSHttpBindingBase : System.ServiceModel.Channels.B
186
184
{
187
185
protected WSHttpBindingBase ( ) { }
188
186
protected WSHttpBindingBase ( bool reliableSessionEnabled ) { }
187
+ [ System . ComponentModel . DefaultValueAttribute ( false ) ]
189
188
public bool BypassProxyOnLocal { get { throw null ; } set { } }
190
- public System . ServiceModel . EnvelopeVersion EnvelopeVersion { get { throw null ; } set { } }
189
+ public System . ServiceModel . EnvelopeVersion EnvelopeVersion { get { throw null ; } }
190
+ [ System . ComponentModel . DefaultValueAttribute ( ( long ) 524288 ) ]
191
191
public long MaxBufferPoolSize { get { throw null ; } set { } }
192
+ [ System . ComponentModel . DefaultValueAttribute ( ( long ) 65536 ) ]
192
193
public long MaxReceivedMessageSize { get { throw null ; } set { } }
193
- public System . ServiceModel . WSMessageEncoding MessageEncoding { get { throw null ; } set { } }
194
+ public System . ServiceModel . WSMessageEncoding MessageEncoding { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
195
+ [ System . ComponentModel . DefaultValueAttribute ( null ) ]
194
196
public System . Uri ProxyAddress { get { throw null ; } set { } }
195
197
public System . Xml . XmlDictionaryReaderQuotas ReaderQuotas { get { throw null ; } set { } }
196
198
public System . ServiceModel . OptionalReliableSession ReliableSession { get { throw null ; } set { } }
197
199
public override string Scheme { get { throw null ; } }
198
200
public System . Text . Encoding TextEncoding { get { throw null ; } set { } }
201
+ [ System . ComponentModel . DefaultValueAttribute ( false ) ]
199
202
public bool TransactionFlow { get { throw null ; } set { } }
203
+ [ System . ComponentModel . DefaultValueAttribute ( true ) ]
200
204
public bool UseDefaultWebProxy { get { throw null ; } set { } }
201
205
public override System . ServiceModel . Channels . BindingElementCollection CreateBindingElements ( ) { throw null ; }
202
206
protected abstract System . ServiceModel . Channels . SecurityBindingElement CreateMessageSecurity ( ) ;
@@ -231,6 +235,7 @@ public sealed partial class HttpResponseMessageProperty : System.ServiceModel.Ch
231
235
{
232
236
public HttpResponseMessageProperty ( ) { }
233
237
public System . Net . WebHeaderCollection Headers { get { throw null ; } }
238
+ public System . Net . Http . HttpResponseMessage HttpResponseMessage { get { throw null ; } }
234
239
public static string Name { get { throw null ; } }
235
240
public System . Net . HttpStatusCode StatusCode { get { throw null ; } set { } }
236
241
public string StatusDescription { get { throw null ; } set { } }
@@ -240,7 +245,8 @@ public partial class HttpsTransportBindingElement : System.ServiceModel.Channels
240
245
{
241
246
public HttpsTransportBindingElement ( ) { }
242
247
protected HttpsTransportBindingElement ( System . ServiceModel . Channels . HttpsTransportBindingElement elementToBeCloned ) { }
243
- public bool RequireClientCertificate { get { throw null ; } set { } }
248
+ [ System . ComponentModel . DefaultValueAttribute ( false ) ]
249
+ public bool RequireClientCertificate { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
244
250
public override string Scheme { get { throw null ; } }
245
251
public override System . ServiceModel . Channels . IChannelFactory < TChannel > BuildChannelFactory < TChannel > ( System . ServiceModel . Channels . BindingContext context ) { throw null ; }
246
252
public override System . ServiceModel . Channels . BindingElement Clone ( ) { throw null ; }
@@ -251,22 +257,23 @@ public partial class HttpTransportBindingElement : System.ServiceModel.Channels.
251
257
public HttpTransportBindingElement ( ) { }
252
258
protected HttpTransportBindingElement ( System . ServiceModel . Channels . HttpTransportBindingElement elementToBeCloned ) { }
253
259
[ System . ComponentModel . DefaultValueAttribute ( false ) ]
254
- public bool AllowCookies { get { throw null ; } set { } }
260
+ public bool AllowCookies { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
255
261
[ System . ComponentModel . DefaultValueAttribute ( System . Net . AuthenticationSchemes . Anonymous ) ]
256
- public System . Net . AuthenticationSchemes AuthenticationScheme { get { throw null ; } set { } }
262
+ public System . Net . AuthenticationSchemes AuthenticationScheme { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
257
263
[ System . ComponentModel . DefaultValueAttribute ( false ) ]
258
- public bool BypassProxyOnLocal { get { throw null ; } set { } }
264
+ public bool BypassProxyOnLocal { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
259
265
[ System . ComponentModel . DefaultValueAttribute ( true ) ]
260
- public bool DecompressionEnabled { get { throw null ; } set { } }
266
+ public bool DecompressionEnabled { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
261
267
public System . Security . Authentication . ExtendedProtection . ExtendedProtectionPolicy ExtendedProtectionPolicy { get { throw null ; } set { } }
262
268
[ System . ComponentModel . DefaultValueAttribute ( true ) ]
263
- public bool KeepAliveEnabled { get { throw null ; } set { } }
269
+ public bool KeepAliveEnabled { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
264
270
[ System . ComponentModel . DefaultValueAttribute ( 65536 ) ]
265
271
public int MaxBufferSize { get { throw null ; } set { } }
266
- public System . Net . IWebProxy Proxy { get { throw null ; } set { } }
272
+ [ System . ComponentModel . DefaultValueAttribute ( null ) ]
273
+ public System . Net . IWebProxy Proxy { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
267
274
[ System . ComponentModel . DefaultValueAttribute ( null ) ]
268
275
[ System . ComponentModel . TypeConverterAttribute ( typeof ( System . UriTypeConverter ) ) ]
269
- public System . Uri ProxyAddress { get { throw null ; } set { } }
276
+ public System . Uri ProxyAddress { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
270
277
[ System . ComponentModel . DefaultValueAttribute ( System . Net . AuthenticationSchemes . Anonymous ) ]
271
278
public System . Net . AuthenticationSchemes ProxyAuthenticationScheme { get { throw null ; } set { } }
272
279
public override string Scheme { get { throw null ; } }
@@ -286,10 +293,11 @@ public partial interface IHttpCookieContainerManager
286
293
}
287
294
public sealed partial class WebSocketTransportSettings : System . IEquatable < System . ServiceModel . Channels . WebSocketTransportSettings >
288
295
{
296
+ public const string BinaryEncoderTransferModeHeader = "microsoft-binary-transfer-mode" ;
289
297
public const string BinaryMessageReceivedAction = "http://schemas.microsoft.com/2011/02/websockets/onbinarymessage" ;
298
+ public const string SoapContentTypeHeader = "soap-content-type" ;
290
299
public const string TextMessageReceivedAction = "http://schemas.microsoft.com/2011/02/websockets/ontextmessage" ;
291
300
public WebSocketTransportSettings ( ) { }
292
- [ System . ComponentModel . DefaultValueAttribute ( false ) ]
293
301
public bool DisablePayloadMasking { get { throw null ; } set { } }
294
302
[ System . ComponentModel . DefaultValueAttribute ( typeof ( System . TimeSpan ) , "00:00:00" ) ]
295
303
public System . TimeSpan KeepAliveInterval { get { throw null ; } set { } }
0 commit comments