File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ public TlsOptions? Tls
114114 /// </remarks>
115115 public TemporalRuntime ? Runtime { get ; set ; }
116116
117+ /// <summary>
118+ /// Gets a value indicating whether TLS was explicitly set (even to null).
119+ /// </summary>
120+ internal bool TlsExplicitlySet { get ; private set ; }
121+
117122 /// <summary>
118123 /// Create a shallow copy of these options.
119124 /// </summary>
@@ -137,11 +142,6 @@ public virtual object Clone()
137142 return copy ;
138143 }
139144
140- /// <summary>
141- /// Gets a value indicating whether TLS was explicitly set (even to null).
142- /// </summary>
143- internal bool TlsExplicitlySet { get ; private set ; }
144-
145145 /// <summary>
146146 /// Parse the target host as IP and port.
147147 /// </summary>
You can’t perform that action at this time.
0 commit comments